From cd821093f7fc5d2fd5a15891f8d694836b3a5815 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 16 Dec 2019 12:47:18 +0100 Subject: u-boot-tk1.inc: put python2 from python-native in the path Signed-off-by: Max Krummenacher --- recipes-bsp/u-boot/u-boot-tk1.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-bsp/u-boot/u-boot-tk1.inc') diff --git a/recipes-bsp/u-boot/u-boot-tk1.inc b/recipes-bsp/u-boot/u-boot-tk1.inc index 9a754fd..4679a4f 100644 --- a/recipes-bsp/u-boot/u-boot-tk1.inc +++ b/recipes-bsp/u-boot/u-boot-tk1.inc @@ -14,6 +14,7 @@ DEPENDS += "swig-native python-native" EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" V=1' EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"' EXTRA_OEMAKE += 'PYTHON2=nativepython STAGING_INCDIR=${STAGING_INCDIR_NATIVE} STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE}' +PATH_prepend = "${STAGING_BINDIR_NATIVE}/python-native:" PACKAGECONFIG ??= "openssl" # u-boot will compile its own tools during the build, with specific -- cgit v1.2.3