diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-19 17:48:38 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-20 12:27:56 +0100 |
commit | d0bc7a53b1e61283fb155b4dcb67bc2ab3b1d7f0 (patch) | |
tree | 5484a2e880d90a671a963e4db5bf9617eb9fd912 /meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb | |
parent | 75bde3ee02262cb3c6b91279ca277e3e5324ee5e (diff) | |
download | openembedded-core-d0bc7a53b1e61283fb155b4dcb67bc2ab3b1d7f0.tar.gz openembedded-core-d0bc7a53b1e61283fb155b4dcb67bc2ab3b1d7f0.tar.bz2 openembedded-core-d0bc7a53b1e61283fb155b4dcb67bc2ab3b1d7f0.zip |
u-boot, u-boot-fw-utils, u-boot-fw-utils-cross: Use uboot-config class
The U-Boot configuration has been consolidates into a single class to
avoid code duplication. This is now done by uboot-config class, so we
now use it.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb index 7f649caac3..4b7fd24056 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils-cross_2013.07.bb @@ -15,7 +15,7 @@ SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git" S = "${WORKDIR}/git" -inherit cross +inherit uboot-config cross EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' |