[oe-commits] [openembedded-core] 20/28: image_types: Fix bmaptool support for RSS

git at git.openembedded.org git at git.openembedded.org
Fri Oct 6 11:06:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a93c5869cb716cba5e05bbe4fc2e1c11adb9e30f
Author: Tom Rini <trini at konsulko.com>
AuthorDate: Fri Sep 29 10:28:19 2017 -0400

    image_types: Fix bmaptool support for RSS
    
    With RSS we need to ensure that when making a bmap image that the
    python3 that we created is found via /usr/bin/env rather than the host
    python3.  Otherwise we're relying on the build host to have bmaptool
    support installed.
    
    Signed-off-by: Tom Rini <trini at konsulko.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/image_types.bbclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index 61dca62..b373b21 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -311,3 +311,6 @@ DEPLOYABLE_IMAGE_TYPES ?= "hddimg iso"
 # The IMAGE_TYPES_MASKED variable will be used to mask out from the IMAGE_FSTYPES,
 # images that will not be built at do_rootfs time: vmdk, vdi, qcow2, hdddirect, hddimg, iso, etc.
 IMAGE_TYPES_MASKED ?= ""
+
+# bmap requires python3 to be in the PATH
+EXTRANATIVEPATH += "${@'python3-native' if d.getVar('IMAGE_FSTYPES').find('.bmap') else ''}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list