diff options
author | Gunnar Andersson <gandersson@genivi.org> | 2018-09-10 16:01:42 +0200 |
---|---|---|
committer | gunnarx <gunnarx@users.noreply.github.com> | 2018-09-12 22:29:10 +0200 |
commit | b1b0a213af46a283cce3c863dfde88bc0f2580d3 (patch) | |
tree | b5e2371c5bede4229e7f03ffa800c463f5cad44f | |
parent | c48a9f95721c6c6b2580ea69668b265ccdcfe8e5 (diff) | |
download | meta-ivi-b1b0a213af46a283cce3c863dfde88bc0f2580d3.tar.gz meta-ivi-b1b0a213af46a283cce3c863dfde88bc0f2580d3.tar.bz2 meta-ivi-b1b0a213af46a283cce3c863dfde88bc0f2580d3.zip |
Drop packagegroup for x11/xserver
This looks like an unnecessary (perhaps a bit augmented) copy of:
poky/meta/recipes-graphics/.../packagegroup-core-x11-xserver.bb
The package group is not included in the standard meta-ivi image, and
I'm not aware of any projects based on meta-ivi that are not also
Wayland-based. (If such projects exist they can reference the poky file
with a possible bbappend, or make contact with the meta-ivi maintainers)
Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
-rw-r--r-- | meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-xserver-ivi.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-xserver-ivi.bb b/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-xserver-ivi.bb deleted file mode 100644 index d11c34f..0000000 --- a/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-xserver-ivi.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Packagegroup for xserver and GPU drivers" -LICENSE = "MIT" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -inherit packagegroup - -XSERVER ?= " - xf86-input-evdev \ - xf86-input-keyboard \ - xf86-input-mouse \ - xf86-video-fbdev \ - xserver-xorg \ -" - -RDEPENDS_${PN} = "${XSERVER}" |