From 9a80cdc2f487e83b0e2bd71d9966caa2fad45430 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 18 Jul 2023 13:33:05 +0200 Subject: [PATCH] feat: add qt5 support --- .gitmodules | 4 ++++ build/conf/bblayers.conf | 1 + meta-qt5 | 1 + meta-rpi-diya | 2 +- 4 files changed, 7 insertions(+), 1 deletion(-) create mode 160000 meta-qt5 diff --git a/.gitmodules b/.gitmodules index 6756afd..d50f4e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +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 diff --git a/build/conf/bblayers.conf b/build/conf/bblayers.conf index 13541ab..318599a 100644 --- a/build/conf/bblayers.conf +++ b/build/conf/bblayers.conf @@ -15,4 +15,5 @@ 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 new file mode 160000 index 0000000..d86e2e8 --- /dev/null +++ b/meta-qt5 @@ -0,0 +1 @@ +Subproject commit d86e2e82c15d186141713515dfd1373013aaebd5 diff --git a/meta-rpi-diya b/meta-rpi-diya index 376b42f..ce7171b 160000 --- a/meta-rpi-diya +++ b/meta-rpi-diya @@ -1 +1 @@ -Subproject commit 376b42f3ee1b6415d26337c98cdba6eec53143bb +Subproject commit ce7171b9bd78f680abdff086becee26392f98fbf