Compare commits
8 Commits
ts/31-add-
...
5294bf521e
| Author | SHA1 | Date | |
|---|---|---|---|
|
5294bf521e
|
|||
|
139c702d3d
|
|||
|
a4442aa0d4
|
|||
|
cd1f5c9a33
|
|||
|
0d7f877771
|
|||
|
6978ded651
|
|||
|
99b4349973
|
|||
|
b6d3ef2da8
|
13
default.xml
13
default.xml
@@ -11,27 +11,22 @@
|
||||
<project remote="caros"
|
||||
name="poky"
|
||||
path="poky"
|
||||
revision="5c556073ac6e54314aa3fc210db040f3ab55105a" />
|
||||
revision="kirkstone" />
|
||||
|
||||
|
||||
<project remote="caros"
|
||||
name="meta-openembedded"
|
||||
path="meta-oe"
|
||||
revision="a88cb922f91fda95e8a584cee3092083d5ad3e98" />
|
||||
revision="kirkstone" />
|
||||
|
||||
<project remote="caros"
|
||||
name="meta-qt6"
|
||||
path="meta-qt6"
|
||||
revision="81a8947b8da3f0fbe03974d6b29e6205a76c3c42" />
|
||||
revision="lts-6.2.9" />
|
||||
|
||||
<project remote="caros"
|
||||
name="meta-selinux"
|
||||
path="meta-selinux"
|
||||
revision="a401f4b2816a0b41ce8d9351542658c721935bcd" />
|
||||
|
||||
<project remote="caros"
|
||||
name="meta-intel"
|
||||
path="meta-intel"
|
||||
revision="1342bcdc5bfc6620737e7d195e7d9bd744348577" />
|
||||
revision="kirkstone" />
|
||||
</manifest>
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ set -o pipefail
|
||||
|
||||
MANIFEST_BRANCH="${1:-main}"
|
||||
|
||||
YOCTO_GID="1000"
|
||||
YOCTO_UID="1000"
|
||||
YOCTO_GID="$((1 + $RANDOM % 1000))"
|
||||
YOCTO_UID="$((1 + $RANDOM % 1000))"
|
||||
YOCTO_USER="yocto"
|
||||
YOCTO_WORKDIR="/opt/${YOCTO_USER}"
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@ BBLAYERS ?= " \
|
||||
${TOPDIR}/../meta-oe/meta-python \
|
||||
${TOPDIR}/../meta-oe/meta-webserver \
|
||||
${TOPDIR}/../meta-oe/meta-xfce \
|
||||
${TOPDIR}/../meta-intel \
|
||||
${TOPDIR}/../meta-caros \
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
MACHINE ?= "intel-corei7-64"
|
||||
MACHINE ?= "genericx86-64"
|
||||
|
||||
DL_DIR ?= "${TOPDIR}/../downloads"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user