1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# This file takes repo entries in the format
# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern]
bitbake,https://git.openembedded.org/bitbake,2.8,696c2c1ef095f8b11c7d2eff36fae50f58c62e5e
meta-tisdk,https://github.com/TexasInstruments/meta-tisdk.git,scarthgap,11.00.09.04,layers=meta-ti-foundational:meta-ti-ml
meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,11.00.09,layers=meta-arago-distro:meta-arago-extras:meta-arago-test
meta-browser,https://github.com/OSSystems/meta-browser.git,master,68e8cbf51ac46c8c1b3923ee2b20e27ba9d3faa4,layers=meta-chromium
meta-qt6,https://code.qt.io/yocto/meta-qt6.git,6.9,78855ecc613fcd6eff1a5a012cab5e679df329e4,layers=
meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,0c191912421adff2f753e470056a9a525fbce760,layers=
meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,edd1a1e284fdcb80cd48d411f235d47f23bc27ae,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia
meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,11.00.09,layers=meta-ti-extras:meta-beagle:meta-ti-bsp
meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,3cadb81ffaa9f03b92e302843cb22a9cd41df34b,layers=meta-arm:meta-arm-toolchain
meta-clang,https://github.com/kraj/meta-clang,scarthgap,b9ef02282197380ef05edbd0eb852e1934ceb59b,layers=
oe-core,https://git.openembedded.org/openembedded-core,scarthgap,1be6d83466e3a0da4222ba502c2a86c25c835a35,layers=meta
OECORELAYERCONF=./sample-files/bblayers.conf.sample
OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample
BITBAKE_INCLUSIVE_VARS=yes
|