All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] ti-tisdk-makefile: Update U-boot makefile
@ 2014-02-06 15:34 Franklin S. Cooper Jr
  2014-02-06 14:28 ` Maupin, Chase
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Franklin S. Cooper Jr @ 2014-02-06 15:34 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Add echo statements to make U-boot make,clean,install steps stand out.
* Remove installing of U-boot files since installing them into the file system
  servers no purpose.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../ti-tisdk-makefile/Makefile_u-boot-spl          |   14 ++++++++++----
 .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb     |    2 +-
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_u-boot-spl b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_u-boot-spl
index 9ce6429..d2de7a9 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_u-boot-spl
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_u-boot-spl
@@ -4,14 +4,20 @@ u-boot-spl_clean: u-boot_clean
 u-boot-spl_install: u-boot_install
 
 u-boot:
+	@echo ===================================
+	@echo    Building U-boot
+	@echo ===================================
 	$(MAKE) -j $(MAKE_JOBS) -C $(TI_SDK_PATH)/board-support/u-boot-* CROSS_COMPILE=$(CROSS_COMPILE) $(UBOOT_MACHINE)
 	$(MAKE) -j $(MAKE_JOBS) -C $(TI_SDK_PATH)/board-support/u-boot-* CROSS_COMPILE=$(CROSS_COMPILE)
 
 u-boot_clean:
+	@echo ===================================
+	@echo    Cleaining U-boot
+	@echo ===================================
 	$(MAKE) -C $(TI_SDK_PATH)/board-support/u-boot-* CROSS_COMPILE=$(CROSS_COMPILE) clean
 
 u-boot_install:
-	install -d $(DESTDIR)/boot
-	install $(TI_SDK_PATH)/board-support/u-boot-*/u-boot.img $(DESTDIR)/boot
-	install $(TI_SDK_PATH)/board-support/u-boot-*/MLO $(DESTDIR)/boot
-	install $(TI_SDK_PATH)/board-support/u-boot-*/u-boot.map $(DESTDIR)/boot
+	@echo ===================================
+	@echo    Installing U-boot
+	@echo ===================================
+	@echo "Nothing to do"
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index 30c2901..374fa81 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -34,7 +34,7 @@ SRC_URI = "\
     file://Makefile_dual-camera-demo \
 "
 
-PR = "r25"
+PR = "r26"
 
 MAKEFILES_COMMON = "linux \
                     matrix-gui \
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-02-06 15:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06 15:34 [PATCH 1/5] ti-tisdk-makefile: Update U-boot makefile Franklin S. Cooper Jr
2014-02-06 14:28 ` Maupin, Chase
2014-02-06 14:52   ` Cooper Jr., Franklin
2014-02-06 14:59     ` Maupin, Chase
2014-02-06 15:25       ` Denys Dmytriyenko
2014-02-06 15:52         ` Cooper Jr., Franklin
2014-02-06 15:34 ` [PATCH 2/5] wl18xx-firmware: Add Makefile as a patch Franklin S. Cooper Jr
2014-02-06 15:34 ` [PATCH 3/5] Update recipes to pull in Makefile changes Franklin S. Cooper Jr
2014-02-06 15:20   ` Denys Dmytriyenko
2014-02-06 15:29     ` Cooper Jr., Franklin
2014-02-06 15:34 ` [PATCH 4/5] tisdk-install: Use updated environment variable Franklin S. Cooper Jr
2014-02-06 15:34 ` [PATCH 5/5] ti-tisdk-makefile: Update Makefile stubs Franklin S. Cooper Jr

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.