summaryrefslogtreecommitdiffstats
path: root/recipes-misc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-03 11:53:07 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-03-04 00:32:39 -0500
commit17600a532e574ec9e09a18a9cb6197b73331c3df (patch)
tree542cd02d8c53d832be4bb26d4b0bc6ee6b737c3c /recipes-misc
parent0d4418518a05b8f47697aa69a18a832d90eb8d87 (diff)
downloadmeta-ti-17600a532e574ec9e09a18a9cb6197b73331c3df.tar.gz
ti-hw-bringup-image: change require to include to make meta-angstrom a soft dependency
The image will be non-functional, but parsing completes with only oe-core + meta-ti Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-misc')
-rw-r--r--recipes-misc/images/ti-hw-bringup-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-misc/images/ti-hw-bringup-image.bb b/recipes-misc/images/ti-hw-bringup-image.bb
index 5f7afcea..2be8baf6 100644
--- a/recipes-misc/images/ti-hw-bringup-image.bb
+++ b/recipes-misc/images/ti-hw-bringup-image.bb
@@ -1,6 +1,6 @@
1# Image for assisting in hardware bringup 1# Image for assisting in hardware bringup
2 2
3require recipes-images/angstrom/systemd-image.bb 3include recipes-images/angstrom/systemd-image.bb
4 4
5EXTRA_MACHINE_IMAGE_INSTALL ?= "" 5EXTRA_MACHINE_IMAGE_INSTALL ?= ""
6 6