[source] layerscape: ls1012ardb: only reserve ext4 fs as default firmware.bin

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 16 01:54:56 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/4162a7eba629bd93ddacfbfbb1c1402ded8a56b0

commit 4162a7eba629bd93ddacfbfbb1c1402ded8a56b0
Author: Yutang Jiang <yutang.jiang at nxp.com>
AuthorDate: Wed Nov 9 23:51:48 2016 +0800

    layerscape: ls1012ardb: only reserve ext4 fs as default firmware.bin
    
    In Device/ls1012ardb IMAGES variable, there are two separate firmware
    references to the same packages, while do mult-job compile, the same package
    build process will arise conflict occasionally. So, only reserve one ext4 fs
    as the default firmware.bin.
    
    Signed-off-by: Yutang Jiang <yutang.jiang at nxp.com>
---
 target/linux/layerscape/image/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/target/linux/layerscape/image/Makefile b/target/linux/layerscape/image/Makefile
index 6005e91..bb94ff8 100644
--- a/target/linux/layerscape/image/Makefile
+++ b/target/linux/layerscape/image/Makefile
@@ -73,10 +73,6 @@ ifeq ($(SUBTARGET),32b)
 endif
   IMAGE/firmware.bin = append-ls-rcw $(1) | pad-to 1M | append-ls-uboot $(1) | pad-to 3M | \
   					append-ls-dtb $$(DEVICE_DTS) | pad-to 4M | append-kernel | pad-to 9M | \
-  					append-rootfs | pad-to 32M | check-size 33554433
-  IMAGES += firmware.ext4.bin
-  IMAGE/firmware.ext4.bin = append-ls-rcw $(1) | pad-to 1M | append-ls-uboot $(1) | pad-to 3M | \
-  					append-ls-dtb $$(DEVICE_DTS) | pad-to 4M | append-kernel | pad-to 9M | \
   					append-ls-rootfs-ext4 $(1) 23M | check-size 33554433
 endef
 TARGET_DEVICES += ls1012ardb



More information about the lede-commits mailing list