Implement basic yocto build setup based on protos from jhnc-oss
This commit is contained in:
32
default.xml
Normal file
32
default.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
|
||||
<!-- settings -->
|
||||
<default sync-j="4" />
|
||||
|
||||
<!-- remotes -->
|
||||
<remote name="caros" fetch="https://git.larsniesen.de/caros" />
|
||||
|
||||
<!-- layers -->
|
||||
<project remote="caros"
|
||||
name="poky"
|
||||
path="poky"
|
||||
revision="kirkstone" />
|
||||
|
||||
|
||||
<project remote="caros"
|
||||
name="meta-openembedded"
|
||||
path="meta-oe"
|
||||
revision="kirkstone" />
|
||||
|
||||
<project remote="caros"
|
||||
name="meta-qt6"
|
||||
path="meta-qt6"
|
||||
revision="lts-6.2.9" />
|
||||
|
||||
<project remote="caros"
|
||||
name="meta-selinux"
|
||||
path="meta-selinux"
|
||||
revision="kirkstone" />
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user