From de2ecaa13fde8f30b1a6558bbbbdfecfd3cd4bd8 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Mon, 2 Mar 2020 15:29:43 +0200 Subject: coin: update module_config.yaml with meta-python2 support Add meta-python2 layer now needed for building several modules Change-Id: I683897a1f727298bdec84b35e8bd8f1be10f8615 Reviewed-by: Samuli Piippo --- coin/module_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'coin') diff --git a/coin/module_config.yaml b/coin/module_config.yaml index e467be40..bcef3f92 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -21,6 +21,9 @@ environment: &environment - type: EnvironmentVariable variableName: OE_SHA1 variableValue: b2baaae2711d098c06423858662e29a8375fe6b8 + - type: EnvironmentVariable + variableName: PYTHON2_SHA1 + variableValue: 8fc9be701d430388b4c5234c97e623debd26a1df - type: EnvironmentVariable variableName: MACHINE variableValue: qemuarm64 @@ -142,6 +145,8 @@ build_instructions: (cd poky; git checkout ${POKY_SHA1}) git clone git://github.com/openembedded/meta-openembedded --reference /mnt/yocto-cache/mirror/meta-openembedded.git (cd meta-openembedded; git checkout ${OE_SHA1}) + git clone git://git.openembedded.org/meta-python2 --reference /mnt/yocto-cache/mirror/meta-python2.git + (cd meta-python2; git checkout ${PYTHON2_SHA1}) source ./poky/oe-init-build-env export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE SSTATE_DIR DL_DIR" @@ -149,6 +154,7 @@ build_instructions: export BB_GENERATE_MIRROR_TARBALLS=1 export SSTATE_DIR=/mnt/yocto-cache/sstate-caches/$(sed -n -e "s/DISTRO_CODENAME.*\"\(.*\)\"/\1/p" ../poky/meta-*/conf/distro/poky.conf) bitbake-layers add-layer ../meta-openembedded/meta-oe + bitbake-layers add-layer ../meta-python2 bitbake-layers add-layer ${SOURCE_DIR} echo 'require ../world_fixes.inc' >> conf/local.conf -- cgit v1.2.3