All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-zynq-balister 1/2] zc702-proto-image: Replace apps-console-core image feature with splash.
@ 2012-10-13 19:46 Elvis Dowson
  2012-10-13 19:46 ` [meta-zynq-balister 2/2] zynq-zc702: Refactor machine configuration Elvis Dowson
  0 siblings, 1 reply; 2+ messages in thread
From: Elvis Dowson @ 2012-10-13 19:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Elvis Dowson

This commit fixes a warning related to apps-console-core, since it has been
removed, and replaces it with the splash image feature.

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
---
 recipes-core/images/zc702-proto-image.bb |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/recipes-core/images/zc702-proto-image.bb b/recipes-core/images/zc702-proto-image.bb
index a6e4b11..02a6af2 100644
--- a/recipes-core/images/zc702-proto-image.bb
+++ b/recipes-core/images/zc702-proto-image.bb
@@ -1,14 +1,12 @@
-DESCRIPTION = "A foundational basic image without support for X that can be \
-reasonably used for customization."
+DESCRIPTION = "A console-only image with more full-featured Linux system \
+functionality installed."
 
-IMAGE_FEATURES += "apps-console-core ssh-server-openssh tools-sdk \
+IMAGE_FEATURES += "splash ssh-server-openssh tools-sdk \
                    tools-debug debug-tweaks"
 
 IMAGE_INSTALL = "\
-    task-core-boot \
-    task-core-basic \
+    packagegroup-core-boot \
+    packagegroup-core-basic \
     "
 
-#    ${CORE_IMAGE_BASE_INSTALL} 
-
 inherit core-image
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-13 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13 19:46 [meta-zynq-balister 1/2] zc702-proto-image: Replace apps-console-core image feature with splash Elvis Dowson
2012-10-13 19:46 ` [meta-zynq-balister 2/2] zynq-zc702: Refactor machine configuration Elvis Dowson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.