diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/images/poky-image-basic.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/images/poky-image-basic.bb b/meta/recipes-extended/images/poky-image-basic.bb index 537a6e4122..2886d92311 100644 --- a/meta/recipes-extended/images/poky-image-basic.bb +++ b/meta/recipes-extended/images/poky-image-basic.bb | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | IMAGE_FEATURES += "apps-console-core " | 1 | IMAGE_FEATURES += "apps-console-core " |
| 2 | 2 | ||
| 3 | IMAGE_INSTALL = "\ | 3 | IMAGE_INSTALL = "\ |
| 4 | ${POKY_BASE_INSTALL} \ | 4 | task-poky-boot \ |
| 5 | task-poky-basic \ | 5 | task-poky-basic \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
| 8 | # ${POKY_BASE_INSTALL} | ||
| 9 | |||
| 8 | inherit poky-image | 10 | inherit poky-image |
