summaryrefslogtreecommitdiffstats
path: root/bsp/meta-arm/meta-arm-autonomy/conf/distro/include/arm-autonomy-guest.inc
blob: 16b9f7ea1843a157dfb5e8c92040b5e09a270933 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This files is added when DISTRO_FEATURES contains arm-autonomy-guest

# We need to have ipv4 activated
DISTRO_FEATURES_append = " ipv4"

# Build a xenguest type image
IMAGE_CLASSES += "image_types_xenguest"
IMAGE_FSTYPES += "xenguest"

# xenguest kernel extension to handle initramfs
KERNEL_CLASSES += "kernel-xenguest"