remove dep on meta-qt5
This commit is contained in:
parent
822a2882e5
commit
76fa612a71
5
.gitmodules
vendored
5
.gitmodules
vendored
@ -13,10 +13,7 @@
|
||||
[submodule "meta-rpi-diya"]
|
||||
path = 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"]
|
||||
path = meta-wayland
|
||||
url = https://github.com/MarkusVolk/meta-wayland.git
|
||||
shallow = true
|
||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -50,7 +50,7 @@ pipeline{
|
||||
sh '''#!/bin/bash
|
||||
cd poky
|
||||
source ./oe-init-build-env ../build
|
||||
# bitbake core-image-base -c populate_sdk
|
||||
bitbake core-image-base -c populate_sdk
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -16,5 +16,4 @@ BBLAYERS ?= " \
|
||||
${BSPDIR}/meta-openembedded/meta-oe \
|
||||
${BSPDIR}/meta-openembedded/meta-python \
|
||||
${BSPDIR}/meta-openembedded/meta-multimedia \
|
||||
${BSPDIR}/meta-qt5 \
|
||||
"
|
1
meta-qt5
1
meta-qt5
@ -1 +0,0 @@
|
||||
Subproject commit d86e2e82c15d186141713515dfd1373013aaebd5
|
Loading…
Reference in New Issue
Block a user