Compare commits

...

2 Commits

Author SHA1 Message Date
DanyLE
203564fd5c remove dep on meta-qt5
All checks were successful
gitea-sync/meta-rpi-diya-build/pipeline/head This commit looks good
2023-07-26 15:20:35 +02:00
DanyLE
76fa612a71 remove dep on meta-qt5 2023-07-26 15:19:51 +02:00
5 changed files with 3 additions and 8 deletions

5
.gitmodules vendored
View File

@ -13,10 +13,7 @@
[submodule "meta-rpi-diya"] [submodule "meta-rpi-diya"]
path = meta-rpi-diya path = meta-rpi-diya
url = https://git.iohub.dev/dany/meta-rpi-diya url = https://git.iohub.dev/dany/meta-rpi-diya
[submodule "meta-qt5"]
path = meta-qt5
url = https://github.com/meta-qt5/meta-qt5
shallow = true
[submodule "meta-wayland"] [submodule "meta-wayland"]
path = meta-wayland path = meta-wayland
url = https://github.com/MarkusVolk/meta-wayland.git url = https://github.com/MarkusVolk/meta-wayland.git
shallow = true

2
Jenkinsfile vendored
View File

@ -50,7 +50,7 @@ pipeline{
sh '''#!/bin/bash sh '''#!/bin/bash
cd poky cd poky
source ./oe-init-build-env ../build source ./oe-init-build-env ../build
# bitbake core-image-base -c populate_sdk bitbake core-image-base -c populate_sdk
''' '''
} }
} }

View File

@ -16,5 +16,4 @@ BBLAYERS ?= " \
${BSPDIR}/meta-openembedded/meta-oe \ ${BSPDIR}/meta-openembedded/meta-oe \
${BSPDIR}/meta-openembedded/meta-python \ ${BSPDIR}/meta-openembedded/meta-python \
${BSPDIR}/meta-openembedded/meta-multimedia \ ${BSPDIR}/meta-openembedded/meta-multimedia \
${BSPDIR}/meta-qt5 \
" "

@ -1 +0,0 @@
Subproject commit d86e2e82c15d186141713515dfd1373013aaebd5

@ -1 +1 @@
Subproject commit 1e68858b43f399a33e85b12db6588ad142da3979 Subproject commit a44cf639b6030432c9fde480576784d8353f7a3c