mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
packagegroup: Move inherit packagegroup to after PACKAGE_ARCH
This means these classes now avoid the allarch inherit entirely. (From OE-Core rev: a56aed2e6e1b73bffd2bf82145fe48b82fde9292) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9541ec7b55
commit
9e213ddea2
|
|
@ -2,6 +2,11 @@ SUMMARY = "Merge machine and distro options to create a basic machine task/packa
|
|||
LICENSE = "MIT"
|
||||
PR = "r83"
|
||||
|
||||
#
|
||||
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
|
||||
#
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
|
|
@ -39,11 +44,6 @@ PACKAGES = ' \
|
|||
\
|
||||
'
|
||||
|
||||
#
|
||||
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
|
||||
#
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
# Override by distro if needed
|
||||
VIRTUAL-RUNTIME_keymaps ?= "keymaps"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@ DESCRIPTION = "The minimal set of packages required to boot the system"
|
|||
LICENSE = "MIT"
|
||||
PR = "r17"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
#
|
||||
# Set by the machine configuration with packages essential for device bootup
|
||||
#
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@ LICENSE = "MIT"
|
|||
|
||||
PR = "r3"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROFILE_TOOLS_X = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sysprof', '', d)}"
|
||||
PROFILE_TOOLS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-analyze', '', d)}"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@ LICENSE = "MIT"
|
|||
|
||||
PR = "r2"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
# kexec-tools doesn't work on Mips
|
||||
KEXECTOOLS ?= "kexec"
|
||||
KEXECTOOLS_mips ?= ""
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@ SUMMARY = "X11 display server"
|
|||
LICENSE = "MIT"
|
||||
PR = "r40"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
|
||||
XSERVERCODECS ?= ""
|
||||
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@ SUMMARY = "Sato desktop"
|
|||
LICENSE = "MIT"
|
||||
PR = "r33"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user