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:41:27 +0100 |
commit | 97f6ed32829fdb37f180b011ef1d3c1481745f35 (patch) | |
tree | cb2314f3f9af8d013dc74c6d0946b88b8a8be1ca /meta/recipes-bsp/u-boot | |
parent | e8394314684f4c9855b9420d913cb45dad8bebf6 (diff) | |
download | poky-97f6ed32829fdb37f180b011ef1d3c1481745f35.tar.gz |
u-boot-fw-utils: Use SYSROOT_DIRS to add dirs to stage in sysroot
(From OE-Core rev: f6f89427e81b228c19bded55a7d8f21b184ef68e)
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 () { | |||
40 | install -m 755 ${S}/tools/env/fw_printenv ${D}${bindir_cross}/fw_setenv | 40 | install -m 755 ${S}/tools/env/fw_printenv ${D}${bindir_cross}/fw_setenv |
41 | } | 41 | } |
42 | 42 | ||
43 | SYSROOT_PREPROCESS_FUNCS_class-cross = "uboot_fw_utils_cross" | 43 | SYSROOT_DIRS_append_class-cross = " ${bindir_cross}" |
44 | uboot_fw_utils_cross() { | ||
45 | sysroot_stage_dir ${D}${bindir_cross} ${SYSROOT_DESTDIR}${bindir_cross} | ||
46 | } | ||
47 | 44 | ||
48 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 45 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
49 | BBCLASSEXTEND = "cross" | 46 | BBCLASSEXTEND = "cross" |