summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq_3.12.bbappend
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:22:28 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:22:28 +0200
commit31ce2d1a14de6d8439829dc8a046aeaeef734461 (patch)
treecaf52884a4410ef7d579f4eb63cf0a7a6001c413 /recipes-kernel/linux/linux-qoriq_3.12.bbappend
downloadmeta-vt-31ce2d1a14de6d8439829dc8a046aeaeef734461.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq_3.12.bbappend')
-rw-r--r--recipes-kernel/linux/linux-qoriq_3.12.bbappend24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_3.12.bbappend b/recipes-kernel/linux/linux-qoriq_3.12.bbappend
new file mode 100644
index 0000000..f037b6f
--- /dev/null
+++ b/recipes-kernel/linux/linux-qoriq_3.12.bbappend
@@ -0,0 +1,24 @@
1SRC_URI =+ "\
2 file://cfg/00035-netfilter.cfg \
3 file://cfg/00036-ppc_virt.cfg \
4 file://cfg/00037-ppc_lxc.cfg \
5 file://cfg/00040-9p.cfg \
6 file://cfg/00041-virtio.cfg \
7 file://cfg/00042-vhost.cfg \
8 file://cfg/00043-containers.cfg \
9 file://cfg/00048-containers_no_user_ns.cfg \
10 "
11
12VIRT_FEATURES = "\
13 cfg/00035-netfilter \
14 cfg/00036-ppc_virt \
15 cfg/00037-ppc_lxc \
16 cfg/00040-9p \
17 cfg/00041-virtio \
18 cfg/00042-vhost \
19 cfg/00048-containers_no_user_ns \
20"
21
22
23KERNEL_FEATURES_append_powerpc= " ${VIRT_FEATURES}"
24KERNEL_FEATURES_remove_e500v2 = "cfg/00036-ppc_virt"