diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-17 00:47:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-17 15:57:14 +0000 |
commit | aa42a75e784510e5ee76dc227758bbc7dc650fb3 (patch) | |
tree | de1754c2ffdc8dbb214b8245b97f329ca404bee8 /meta/recipes-extended/images | |
parent | 5e6a574db545ea793480765ffb1e69f3723b59bf (diff) | |
download | openembedded-core-contrib-aa42a75e784510e5ee76dc227758bbc7dc650fb3.tar.gz |
poky-image-basic: remove POKY_BASE_INSTALL
Removing POKY_BASE_INSTALL and replacing it with task-poky-boot,
effectively removes task-poky-extended which was pulling unwanted
recipes.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/images')
-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 7e4596e4352..76d5dc2c7a4 100644 --- a/meta/recipes-extended/images/poky-image-basic.bb +++ b/meta/recipes-extended/images/poky-image-basic.bb @@ -1,8 +1,10 @@ IMAGE_FEATURES += "apps-console-core ssh-server-openssh" IMAGE_INSTALL = "\ - ${POKY_BASE_INSTALL} \ + task-poky-boot \ task-poky-basic \ " +# ${POKY_BASE_INSTALL} + inherit poky-image |