switch to Yocto Walnascar + Linux mainline 6.12
All checks were successful
diya-opi-distrib / build (push) Successful in 3h36m27s
All checks were successful
diya-opi-distrib / build (push) Successful in 3h36m27s
This commit is contained in:
@@ -7,8 +7,8 @@ jobs:
|
||||
runs-on: ci-yocto-jammy
|
||||
container:
|
||||
volumes:
|
||||
- /home/yocto-build:/build
|
||||
options: --cpus 3
|
||||
- /var/lib/yocto-build:/build
|
||||
- /srv/shared/pool/public:/public
|
||||
timeout-minutes: 720
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
@@ -24,8 +24,6 @@ jobs:
|
||||
echo "CACHE = \"/build/diya-opi-distrib-cache\"" >> build/conf/local.conf
|
||||
echo "BB_CACHEDIR = \"/build/diya-opi-distrib-cache\"" >> build/conf/local.conf
|
||||
echo "PERSISTENT_DIR = \"/build/diya-opi-distrib-cache\"" >> build/conf/local.conf
|
||||
echo "BB_NUMBER_THREADS = \"3\"" >> build/conf/local.conf
|
||||
echo "PARALLEL_MAKE = \"-j 3\"" >> build/conf/local.conf
|
||||
cat build/conf/*.conf
|
||||
- name: build booloader for Orpi
|
||||
run: |
|
||||
|
||||
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
||||
[submodule "meta-diya"]
|
||||
path = meta-diya
|
||||
url = https://git.iohub.dev/dany/meta-diya.git
|
||||
url = https://git.iohub.dev/diya/meta-diya.git
|
||||
shallow = true
|
||||
[submodule "meta-openembedded"]
|
||||
path = meta-openembedded
|
||||
@@ -8,7 +8,7 @@
|
||||
shallow = true
|
||||
[submodule "meta-opi-diya"]
|
||||
path = meta-opi-diya
|
||||
url = https://git.iohub.dev/dany/meta-opi-diya.git
|
||||
url = https://git.iohub.dev/diya/meta-opi-diya.git
|
||||
shallow = true
|
||||
[submodule "meta-wayland"]
|
||||
path = meta-wayland
|
||||
@@ -16,5 +16,5 @@
|
||||
shallow = true
|
||||
[submodule "poky"]
|
||||
path = poky
|
||||
url = http://git.yoctoproject.org/poky
|
||||
url = https://git.yoctoproject.org/poky
|
||||
shallow = true
|
||||
|
||||
@@ -16,4 +16,6 @@ BBLAYERS ?= " \
|
||||
${BSPDIR}/meta-openembedded/meta-oe \
|
||||
${BSPDIR}/meta-openembedded/meta-python \
|
||||
${BSPDIR}/meta-openembedded/meta-multimedia \
|
||||
${BSPDIR}/meta-openembedded/meta-networking \
|
||||
${BSPDIR}/meta-openembedded/meta-gnome \
|
||||
"
|
||||
@@ -191,10 +191,10 @@ BB_DISKMON_DIRS ??= "\
|
||||
STOPTASKS,${DL_DIR},1G,100K \
|
||||
STOPTASKS,${SSTATE_DIR},1G,100K \
|
||||
STOPTASKS,/tmp,100M,100K \
|
||||
ABORT,${TMPDIR},100M,1K \
|
||||
ABORT,${DL_DIR},100M,1K \
|
||||
ABORT,${SSTATE_DIR},100M,1K \
|
||||
ABORT,/tmp,10M,1K"
|
||||
HALT,${TMPDIR},100M,1K \
|
||||
HALT,${DL_DIR},100M,1K \
|
||||
HALT,${SSTATE_DIR},100M,1K \
|
||||
HALT,/tmp,10M,1K"
|
||||
|
||||
#
|
||||
# Shared-state files from other locations
|
||||
|
||||
Submodule meta-diya updated: 7b75b29500...6fd598fabf
Submodule meta-openembedded updated: edd1a1e284...07330a98cf
Submodule meta-opi-diya updated: 83607e7bcb...e7102ce72e
Submodule meta-wayland updated: 6ff79b3423...9a9fa8e1aa
2
poky
2
poky
Submodule poky updated: 9036bc090c...d0b46a6624
Reference in New Issue
Block a user