diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 65b8372..b47a720 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -144,7 +144,9 @@ instructions: --reference /mnt/yocto-cache/mirror ./repo sync - source ./poky/oe-init-build-env + source ./openembedded-core/oe-init-build-env + + 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 a8d5553..0b310d8 100644 --- a/coin/test-configs.inc +++ b/coin/test-configs.inc @@ -1,3 +1,4 @@ +DISTRO = "poky" # use systemd INIT_MANAGER:forcevariable = "systemd"