diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-03 11:53:07 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-03-04 00:32:39 -0500 |
commit | 17600a532e574ec9e09a18a9cb6197b73331c3df (patch) | |
tree | 542cd02d8c53d832be4bb26d4b0bc6ee6b737c3c /recipes-misc | |
parent | 0d4418518a05b8f47697aa69a18a832d90eb8d87 (diff) | |
download | meta-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.bb | 2 |
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 | ||
3 | require recipes-images/angstrom/systemd-image.bb | 3 | include recipes-images/angstrom/systemd-image.bb |
4 | 4 | ||
5 | EXTRA_MACHINE_IMAGE_INSTALL ?= "" | 5 | EXTRA_MACHINE_IMAGE_INSTALL ?= "" |
6 | 6 | ||