Skip to content

Commit

Permalink
ci/base.yml: convert to nodistro
Browse files Browse the repository at this point in the history
Since Poky is both not meant or suited for production, it shouldn't be
the default choice for reference builds, downstream users are tend to
keep to the defaults.

Furthermore, since the configs are adding additional classes, the result
is not identical to upstream Poky anymore, leading to more confusion.

Signed-off-by: Koen Kooi <[email protected]>
  • Loading branch information
koenkooi committed Dec 19, 2024
1 parent f89f132 commit a36a8e5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
header:
version: 14

distro: poky
distro: nodistro

defaults:
repos:
Expand All @@ -15,11 +15,15 @@ repos:
meta-qcom:
url: https://github.com/Linaro/meta-qcom

poky:
url: https://git.yoctoproject.org/git/poky
oe-core:
url: https://git.openembedded.org/openembedded-core
layers:
meta:
meta-poky:

bitbake:
url: https://git.openembedded.org/bitbake
layers:
.: excluded

local_conf_header:
base: |
Expand Down

0 comments on commit a36a8e5

Please sign in to comment.