Skip to content
Snippets Groups Projects
Verified Commit c09ad141 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

default.xml: Replace poky by oe-core and bitbake


Simplify the build setup by replacing poky with oe-core and bitbake.
This removes some of the build layers we don't use and simplifies the
build structure and upstream components a bit.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent b0907763
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ SPDX-FileCopyrightText: Huawei Inc.
<remote name="seco-imx" fetch="https://git.seco.com/pub/i.mx/yocto/5.x" />
<remote name="stm" fetch="https://github.com/STMicroelectronics" />
<remote name="linaro" fetch="https://git.linaro.org/openembedded" />
<remote name="oe" fetch="git://git.openembedded.org" />
<!--
All Scenario OS build system is based on Yocto "dunfell"
......@@ -33,7 +34,12 @@ SPDX-FileCopyrightText: Huawei Inc.
-->
<default remote="ohos" revision="develop" sync-j="4" />
<project name="poky" remote="yocto" revision="74b22db6879b388d700f61e08cb3f239cf940d18" path="poky" />
<!--
dunfell is using the 1.46 bitbake branch so the bitbake project follow is following this branch.
More info can be found at https://wiki.yoctoproject.org/wiki/Releases.
-->
<project name="bitbake" remote="oe" revision="b4117231bf070703b9375af4411bcd160e07fdae" path="bitbake" />
<project name="openembedded-core" remote="oe" revision="d12c44df66ca065a1526c7d6885e726cf50aab46" path="oe-core" />
<project name="meta-openembedded" remote="openembedded" revision="2e7e98cd0cb82db214b13224c71134b9335a719b" path="meta-openembedded" />
<project name="meta-homeassistant/meta-homeassistant.git" remote="github" revision="7de873c320fb20414738ad02ee45fc0e3e4a1e0b" path="meta-homeassistant" />
<project name="meta-freertos" remote="aehs29" revision="cdca1f2fffd99c00e3e471421ce485d3aaf99276" path="meta-freertos" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment