summaryrefslogtreecommitdiffstats
path: root/recipes-core/packagegroups
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:48:23 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:48:23 +0200
commit1b6242fc583a6b871304fb995af6dc211b58f69b (patch)
treeb5d434d90dedae24792906aa304897c23a134386 /recipes-core/packagegroups
downloadmeta-ip-daisy-enea.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-core/packagegroups')
-rw-r--r--recipes-core/packagegroups/packagegroup-enea-ip.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-core/packagegroups/packagegroup-enea-ip.bb b/recipes-core/packagegroups/packagegroup-enea-ip.bb
new file mode 100644
index 0000000..8cd980d
--- /dev/null
+++ b/recipes-core/packagegroups/packagegroup-enea-ip.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "Package group for IP"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PR = "r0"
6
7inherit packagegroup
8
9RDEPENDS_${PN} = "\
10 numactl \
11 numad \
12 dpdk \
13 oftest \
14 openvswitchdpdk-oftest-ptest \
15 openvswitch \
16 openvswitchdpdk \
17 openvswitchdpdk-qemu \
18 "