summaryrefslogtreecommitdiffstats
path: root/common/recipes-rt/images/core-image-rt.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-09-26 08:35:13 -0700
committerSaul Wold <sgw@linux.intel.com>2017-09-26 08:35:13 -0700
commit67149d869eddad4b1e487fbc4368974c153f358d (patch)
treebe9db2eae71f09e50e2fa6fbc6cacb95082eacd0 /common/recipes-rt/images/core-image-rt.bb
parenta98b71ccadc1458bf3a959e328d5ae814eb7e9b3 (diff)
downloadmeta-dpdk-67149d869eddad4b1e487fbc4368974c153f358d.tar.gz
Removal of meta-intel content to make meta-dpdk standalone
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-rt/images/core-image-rt.bb')
-rw-r--r--common/recipes-rt/images/core-image-rt.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/recipes-rt/images/core-image-rt.bb b/common/recipes-rt/images/core-image-rt.bb
deleted file mode 100644
index 4db0a57..0000000
--- a/common/recipes-rt/images/core-image-rt.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1require recipes-core/images/core-image-minimal.bb
2
3# Skip processing of this recipe if linux-intel-rt is not explicitly specified as the
4# PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying
5# to build multiple virtual/kernel providers.
6python () {
7 if d.getVar("PREFERRED_PROVIDER_virtual/kernel") != "linux-intel-rt":
8 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it")
9}
10
11DESCRIPTION = "A small image just capable of allowing a device to boot plus a \
12real-time test suite and tools appropriate for real-time use."
13DEPENDS = "linux-intel-rt"
14
15IMAGE_INSTALL += "rt-tests hwlatdetect"
16
17LICENSE = "MIT"