]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroups: All groups are not allarch
authorKhem Raj <raj.khem@gmail.com>
Thu, 26 Sep 2019 22:51:10 +0000 (15:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Sep 2019 12:38:55 +0000 (13:38 +0100)
Some of the packagegroups violate the allarch policy therefore the ones
which do so, should be marked as TUNE specific

Fixes QA errors
packagegroup-self-hosted-1.0: Package version for package packagegroup-self-hosted-graphics went backwards which would break package feeds from (0:1.0-r13.12 to 0:1.0-r13.9) [version-going-backwards]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb

index f5b2d69cefc60d13cb7c7a33cf9ebe25c3192739..2a54f1ca3e1d3336ebeb907f825d0c787195b10a 100644 (file)
@@ -1,6 +1,8 @@
 SUMMARY = "Target packages for the standalone SDK"
 PR = "r8"
 
+PACKAGE_ARCH = "${TUNE_PKGARCH}"
+
 inherit packagegroup
 
 RDEPENDS_${PN} = "\
index 9fc2b0ef4dc2b01331051a69acbabe15138c03b4..81fbdf4608b47ac6edcbccad673b4838f4278ace 100644 (file)
@@ -4,6 +4,8 @@
 
 SUMMARY = "Debugging tools"
 
+PACKAGE_ARCH = "${TUNE_PKGARCH}"
+
 inherit packagegroup
 
 PR = "r3"
index 9b0ae0d1c2a695e202c09328f5200b55e72b544f..ee9d0636f2fc4a6e5a61c5495ba852c94c8e9ab9 100644 (file)
@@ -6,6 +6,8 @@ SUMMARY = "Self-hosting"
 DESCRIPTION = "Packages required to run the build system"
 PR = "r13"
 
+PACKAGE_ARCH = "${TUNE_PKGARCH}"
+
 inherit packagegroup  distro_features_check
 # rdepends on libx11-dev
 REQUIRED_DISTRO_FEATURES = "x11"