Files
poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
Maxin B. John 60b237f528 kexec: update supported architecture list
Now, kexec is supported in mips, aarch64 and most of the machines within
powerpc family. So, remove those architecture specific restrictions.

(From OE-Core rev: 9662e6860be453a28c65d9e25c6ed618563514fc)

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-20 17:07:16 +00:00

53 lines
945 B
BlitzBasic

#
# Copyright (C) 2008 OpenedHand Ltd.
#
SUMMARY = "Testing tools/applications"
LICENSE = "MIT"
PR = "r2"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
# kexec-tools doesn't work on e5500-64b yet
KEXECTOOLS ?= "kexec"
KEXECTOOLS_e5500-64b ?= ""
X11GLTOOLS = "\
mesa-demos \
piglit \
"
3GTOOLS = "\
ofono-tests \
"
X11TOOLS = "\
fstests \
gst-player-bin \
x11perf \
xrestop \
xwininfo \
xprop \
xvideo-tests \
"
RDEPENDS_${PN} = "\
blktool \
tslib-calibrate \
tslib-tests \
lrzsz \
${KEXECTOOLS} \
alsa-utils-amixer \
alsa-utils-aplay \
ltp \
connman-tools \
connman-tests \
connman-client \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', "${X11TOOLS}", "", d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', "${X11GLTOOLS}", "", d)} \
${@bb.utils.contains('DISTRO_FEATURES', '3g', "${3GTOOLS}", "", d)} \
"