aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/conf/machine/genericarmv7a.conf
blob: 4f98a977faee4917eed4e3f9f26f075ea248178d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#@TYPE: Machine
#@NAME: generic armv7a machine
#@DESCRIPTION: generic machine to be used by linaro-media-create

DEFAULTTUNE ?= "armv7athf-neon"

require conf/machine/include/arm/arch-armv7a.inc

PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"

XSERVER ?= "xserver-xorg \
            mesa-driver-swrast \
            xf86-input-evdev \
            xf86-input-mouse \
            xf86-video-fbdev \
            xf86-input-keyboard"

MACHINE_FEATURES = "usbhost screen"

# Don't include kernels in standard images
RDEPENDS_kernel-base = ""

# Use a common kernel recipe for all QEMU machines
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"

KERNEL_IMAGETYPE = "zImage"

# Force auto-serial-console to be used by all image types
# Ideally this would be part of core oe or as a bbclassappend,
# but as we don't have an easy way to append a class, defining
# it here
EXTRA_IMAGE_FEATURES += "autoserial"
PACKAGE_GROUP_autoserial = "auto-serial-console"