diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 87cc106..e2810dd 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -166,7 +166,7 @@ instructions: --reference /mnt/yocto-cache/mirror ./repo sync - source ./poky/oe-init-build-env + source ./openembedded-core/oe-init-build-env # check compatibility agaist current Yocto master if [ -n "${CHECK_COMPATIBILITY}" ]; then @@ -179,6 +179,7 @@ instructions: --no-auto-dependency fi + bitbake-layers add-layer ../meta-yocto/meta-poky bitbake-layers add-layer ../meta-openembedded/meta-oe bitbake-layers add-layer ../meta-openembedded/meta-python bitbake-layers add-layer ../meta-openembedded/meta-multimedia diff --git a/coin/test-configs.inc b/coin/test-configs.inc index 9c504d3..54da8c6 100644 --- a/coin/test-configs.inc +++ b/coin/test-configs.inc @@ -1,3 +1,4 @@ +DISTRO = "poky" # use systemd INIT_MANAGER:forcevariable = "systemd"