mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
CI: use bitbake+oe-core instead of poky
Moving forwards, it's expected that the poky repository will no longer be updated as the integration of bitbake-setup means that users are encouraged to use bitbake+oe-core separately instead. We also need to fetch meta-yocto as our CI is currently explicitly based on the poky distribution. This is effectively a no-op change, as poky is simply these component repositories glued into a single repository for convenience. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
+15
-6
@@ -10,18 +10,27 @@ defaults:
|
|||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
|
bitbake:
|
||||||
|
url: https://git.openembedded.org/bitbake
|
||||||
|
layers:
|
||||||
|
bitbake: disabled
|
||||||
|
|
||||||
|
core:
|
||||||
|
url: https://git.openembedded.org/openembedded-core
|
||||||
|
layers:
|
||||||
|
meta:
|
||||||
|
|
||||||
|
meta-yocto:
|
||||||
|
url: https://git.yoctoproject.org/meta-yocto
|
||||||
|
layers:
|
||||||
|
meta-poky:
|
||||||
|
|
||||||
meta-arm:
|
meta-arm:
|
||||||
layers:
|
layers:
|
||||||
meta-arm:
|
meta-arm:
|
||||||
meta-arm-bsp:
|
meta-arm-bsp:
|
||||||
meta-arm-toolchain:
|
meta-arm-toolchain:
|
||||||
|
|
||||||
poky:
|
|
||||||
url: https://git.yoctoproject.org/poky
|
|
||||||
layers:
|
|
||||||
meta:
|
|
||||||
meta-poky:
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BB_LOGCONFIG: ""
|
BB_LOGCONFIG: ""
|
||||||
TOOLCHAIN_DIR: ""
|
TOOLCHAIN_DIR: ""
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ header:
|
|||||||
- ci/base.yml
|
- ci/base.yml
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
poky:
|
meta-yocto:
|
||||||
layers:
|
layers:
|
||||||
meta-yocto-bsp:
|
meta-yocto-bsp:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user