添加QT相关库文件

This commit is contained in:
hehaoyang 2024-04-06 01:56:01 +08:00
parent 20dc3e12c9
commit 7bf4dd55b5
261 changed files with 195 additions and 36 deletions

5
.gitignore vendored
View File

@ -157,3 +157,8 @@ yocto/build/latest
yocto/build/tmp-glibc/
rockdev/
!.gitkeep
yocto/meta-qt5/recipes-qt/qt5/qtbase/git/
yocto/meta-qt5/recipes-qt/qt5/qtdeclarative/git/
yocto/meta-qt5/recipes-qt/qt5/qtmultimedia/git/
yocto/meta-qt5/recipes-qt/qt5/qtwayland/git/
yocto/packages/*.done

View File

@ -57,6 +57,19 @@ function envsetup_yocto() {
source oe-init-build-env
}
function release-version() {
cp rockdev/update.img ../Quectel_RK3568_Ubuntu_$(date -d '-8 hour ago' '+%Y%m%d').img
function initialize-qt() {
# 清理
rm -rf yocto/meta-qt5/recipes-qt/qt5/qtbase/git/
rm -rf yocto/meta-qt5/recipes-qt/qt5/qtdeclarative/git/
rm -rf yocto/meta-qt5/recipes-qt/qt5/qtmultimedia/git/
rm -rf yocto/meta-qt5/recipes-qt/qt5/qtwayland/git/
# 解压
unzip -o yocto/packages/meta-qt5/qtbase.zip -d yocto/meta-qt5/recipes-qt/qt5/qtbase/git/
unzip -o yocto/packages/meta-qt5/qtdeclarative.zip -d yocto/meta-qt5/recipes-qt/qt5/qtdeclarative/git/
unzip -o yocto/packages/meta-qt5/qtmultimedia.zip -d yocto/meta-qt5/recipes-qt/qt5/qtmultimedia/git/
unzip -o yocto/packages/meta-qt5/qtwayland.zip -d yocto/meta-qt5/recipes-qt/qt5/qtwayland/git/
# 赋予权限
chmod 777 -R yocto/meta-qt5/
}

0
yocto/meta-qt5/COPYING.MIT Normal file → Executable file
View File

0
yocto/meta-qt5/README.md Normal file → Executable file
View File

0
yocto/meta-qt5/classes/cmake_qt5.bbclass Normal file → Executable file
View File

0
yocto/meta-qt5/classes/populate_sdk_qt5.bbclass Normal file → Executable file
View File

0
yocto/meta-qt5/classes/populate_sdk_qt5_base.bbclass Normal file → Executable file
View File

0
yocto/meta-qt5/classes/qmake5.bbclass Normal file → Executable file
View File

0
yocto/meta-qt5/classes/qmake5_base.bbclass Normal file → Executable file
View File

0
yocto/meta-qt5/classes/qmake5_paths.bbclass Normal file → Executable file
View File

0
yocto/meta-qt5/conf/layer.conf Normal file → Executable file
View File

0
yocto/meta-qt5/files/YoctoProject_Badge_Compatible.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 127 KiB

0
yocto/meta-qt5/lib/recipetool/__init__.py Normal file → Executable file
View File

0
yocto/meta-qt5/lib/recipetool/create_qt5.py Normal file → Executable file
View File

0
yocto/meta-qt5/licenses/Digia-Qt-LGPL-Exception-1.1 Normal file → Executable file
View File

0
yocto/meta-qt5/licenses/The-Qt-Company-Commercial Normal file → Executable file
View File

View File

View File

View File

View File

0
yocto/meta-qt5/recipes-devtools/gdb/gdb_%.bbappend Normal file → Executable file
View File

View File

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

View File

View File

0
yocto/meta-qt5/recipes-qt/examples/qt5ledscreen_1.0.bb Normal file → Executable file
View File

View File

0
yocto/meta-qt5/recipes-qt/examples/qt5nmapper_1.0.bb Normal file → Executable file
View File

0
yocto/meta-qt5/recipes-qt/examples/qtsmarthome_1.0.bb Normal file → Executable file
View File

View File

View File

View File

View File

0
yocto/meta-qt5/recipes-qt/meta/meta-toolchain-qt5.bb Normal file → Executable file
View File

View File

@ -0,0 +1,12 @@
SUMMARY = "Organize packages to avoid duplication across all images"
inherit packagegroup
PACKAGES = "${PN}"
RDEPENDS:${PN} = " \
qtwayland \
qtbase \
qtdeclarative \
qtfonts \
"

0
yocto/meta-qt5/recipes-qt/qmllive/qmllive_git.bb Normal file → Executable file
View File

0
yocto/meta-qt5/recipes-qt/qsiv/qsiv_1.1.bb Normal file → Executable file
View File

View File

0
yocto/meta-qt5/recipes-qt/qt5/nativesdk-qt5.inc Normal file → Executable file
View File

0
yocto/meta-qt5/recipes-qt/qt5/nativesdk-qtbase_git.bb Normal file → Executable file
View File

0
yocto/meta-qt5/recipes-qt/qt5/ogl-runtime_git.bb Normal file → Executable file
View File

0
yocto/meta-qt5/recipes-qt/qt5/ptest/run-ptest Normal file → Executable file
View File

View File

0
yocto/meta-qt5/recipes-qt/qt5/qt3d_git.bb Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More