added my Recipes
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "OPTEE core packagegroup"
|
||||
DESCRIPTION = "Provide optee-client package"
|
||||
LICENSE = "LGPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-2.0-or-later;md5=6d2d9952d88b50a51a5c73dc431d06c7"
|
||||
|
||||
PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGES = "packagegroup-optee-core"
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
|
||||
RDEPENDS:packagegroup-optee-core = "\
|
||||
optee-client \
|
||||
optee-stm32mp-addons \
|
||||
"
|
||||
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "OPTEE test packagegroup"
|
||||
DESCRIPTION = "Provide optee test and ta-sdp packages"
|
||||
LICENSE = "LGPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-2.0-or-later;md5=6d2d9952d88b50a51a5c73dc431d06c7"
|
||||
|
||||
PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGES = "packagegroup-optee-test"
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
|
||||
RDEPENDS:packagegroup-optee-test = "\
|
||||
optee-test \
|
||||
"
|
||||
Reference in New Issue
Block a user