Implement basic yocto build setup based on protos from jhnc-oss

This commit is contained in:
2023-07-12 18:27:59 +02:00
parent 7b3cf1dbea
commit e65e90cba5
13 changed files with 392 additions and 0 deletions

32
default.xml Normal file
View 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>