From 76fa612a71ce0f2f2991f422174bf3419a0903cb Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 26 Jul 2023 15:19:51 +0200 Subject: [PATCH] remove dep on meta-qt5 --- .gitmodules | 5 +---- Jenkinsfile | 2 +- build/conf/bblayers.conf | 1 - meta-qt5 | 1 - 4 files changed, 2 insertions(+), 7 deletions(-) delete mode 160000 meta-qt5 diff --git a/.gitmodules b/.gitmodules index 79267a8..5744b0d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/Jenkinsfile b/Jenkinsfile index 963bc7d..f2ab667 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' } } diff --git a/build/conf/bblayers.conf b/build/conf/bblayers.conf index 3f48dc9..f89d7b8 100644 --- a/build/conf/bblayers.conf +++ b/build/conf/bblayers.conf @@ -16,5 +16,4 @@ BBLAYERS ?= " \ ${BSPDIR}/meta-openembedded/meta-oe \ ${BSPDIR}/meta-openembedded/meta-python \ ${BSPDIR}/meta-openembedded/meta-multimedia \ - ${BSPDIR}/meta-qt5 \ " \ No newline at end of file diff --git a/meta-qt5 b/meta-qt5 deleted file mode 160000 index d86e2e8..0000000 --- a/meta-qt5 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d86e2e82c15d186141713515dfd1373013aaebd5