From a2191ac71c1ed9b265b19b8025633d543d9e6be9 Mon Sep 17 00:00:00 2001 From: Tian Fang Date: Thu, 24 Sep 2015 22:38:27 -0700 Subject: [u-boot] fix the build issue after last push Summary: The S directory was set incorrectly from the last push. --- meta-aspeed/recipes-bsp/u-boot/u-boot_2013.07%.bbappend | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'meta-aspeed/recipes-bsp/u-boot/u-boot_2013.07%.bbappend') diff --git a/meta-aspeed/recipes-bsp/u-boot/u-boot_2013.07%.bbappend b/meta-aspeed/recipes-bsp/u-boot/u-boot_2013.07%.bbappend index 0ecbd77..928aca6 100644 --- a/meta-aspeed/recipes-bsp/u-boot/u-boot_2013.07%.bbappend +++ b/meta-aspeed/recipes-bsp/u-boot/u-boot_2013.07%.bbappend @@ -1,10 +1,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -SRC_URI += "file://patch-2013.07/0000-u-boot-aspeed-064.patch \ +SRC_URI += "file://fw_env.config \ + file://patch-2013.07/0000-u-boot-aspeed-064.patch \ file://patch-2013.07/0001-u-boot-openbmc.patch \ file://patch-2013.07/0002-Create-snapshot-of-OpenBMC.patch \ - " + " -PV = "v2013.07" - -S = "${WORKDIR}/u-boot-v2013.07" +# Do not install u-boot in rootfs +do_install[postfuncs] += "remove_uboot_from_rootfs" +remove_uboot_from_rootfs() { + rm -rf ${D}/boot/u-boot* +} -- cgit v1.1