summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-06-19 17:42:12 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-06-21 09:28:28 +0800
commit46489652efe6f02ffca6325188b2cafed54738ad (patch)
treee7b241b06f9015edc6dd395998a733b29b58f4be
parentbb5f1c91861b90df9b21fdbbacf82da0edf01edf (diff)
downloadmeta-intel-46489652efe6f02ffca6325188b2cafed54738ad.tar.gz
core-image-rt: make sure that we append to DEPENDS
Also fixes postinst warnings that are now being flagged as errors after the recent changes in OE-core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-rt/images/core-image-rt.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-rt/images/core-image-rt.bb b/recipes-rt/images/core-image-rt.bb
index 4db0a579..1578c9e6 100644
--- a/recipes-rt/images/core-image-rt.bb
+++ b/recipes-rt/images/core-image-rt.bb
@@ -10,7 +10,7 @@ python () {
10 10
11DESCRIPTION = "A small image just capable of allowing a device to boot plus a \ 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." 12real-time test suite and tools appropriate for real-time use."
13DEPENDS = "linux-intel-rt" 13DEPENDS += "linux-intel-rt"
14 14
15IMAGE_INSTALL += "rt-tests hwlatdetect" 15IMAGE_INSTALL += "rt-tests hwlatdetect"
16 16