[oe-commits] Rolf Leggewie : WIP images: XSERVER is a MACHINE, not an image attribute

git version control git at git.openembedded.org
Sat Jun 13 15:13:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 854002a9d145798801c258f5e1e003c4b0f48899
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=854002a9d145798801c258f5e1e003c4b0f48899

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Sat Jun 13 15:15:50 2009 +0900

WIP images: XSERVER is a MACHINE, not an image attribute

needs some changes to the machine configs first.

---

 recipes/images/sdr-image.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/images/sdr-image.bb b/recipes/images/sdr-image.bb
index 55a59a2..368b6d2 100644
--- a/recipes/images/sdr-image.bb
+++ b/recipes/images/sdr-image.bb
@@ -14,6 +14,7 @@ IMAGE_FSTYPES += "tar.bz2"
 
 ANGSTROM_EXTRA_INSTALL ?= ""
 DISTRO_SSH_DAEMON ?= "dropbear"
+# remove the following line and move the definition of XSERVER into machine configs
 XSERVER ?= "xserver-kdrive-fbdev"
 SPLASH ?= ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-angstrom", "",d)}'
 





More information about the Openembedded-commits mailing list