diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-05-12 10:37:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:40:49 +0100 |
commit | f6f89427e81b228c19bded55a7d8f21b184ef68e (patch) | |
tree | 098b84cd57d6f9004916ccdf4288c0afde7b6ebe /meta/recipes-bsp/u-boot | |
parent | 80e7e7f78d957b8159bede2a5cd5614d8d73039c (diff) | |
download | openembedded-core-f6f89427e81b228c19bded55a7d8f21b184ef68e.tar.gz openembedded-core-f6f89427e81b228c19bded55a7d8f21b184ef68e.tar.bz2 openembedded-core-f6f89427e81b228c19bded55a7d8f21b184ef68e.zip |
u-boot-fw-utils: Use SYSROOT_DIRS to add dirs to stage in sysroot
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb index dfda5c1d30..79f1548ef0 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb @@ -40,10 +40,7 @@ do_install_class-cross () { install -m 755 ${S}/tools/env/fw_printenv ${D}${bindir_cross}/fw_setenv } -SYSROOT_PREPROCESS_FUNCS_class-cross = "uboot_fw_utils_cross" -uboot_fw_utils_cross() { - sysroot_stage_dir ${D}${bindir_cross} ${SYSROOT_DESTDIR}${bindir_cross} -} +SYSROOT_DIRS_append_class-cross = " ${bindir_cross}" PACKAGE_ARCH = "${MACHINE_ARCH}" BBCLASSEXTEND = "cross" |