The required order was changed in OE-Core commit:
,----
| allarch: Add warning about packagegroup
|
| Since we want to start including this class conditionally, detect cases
| where packagegroup files use the old ordering and inform the user they
| need to update this.
`----
Change-Id: If76ae87fadd4310ae0d1ae344a565683d4b34f9f
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
SUMMARY = "Freescale Manufacturing Tool requirements"
LICENSE = "MIT"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
inherit packagegroup
PACKAGES = " \
${PN}-base \
e2fsprogs-mke2fs \
"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"