[oe-commits] org.oe.dev fso-image: remove bogus compatible machine *again*

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:27:48 UTC 2008


fso-image: remove bogus compatible machine *again*

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: b04f946bcf310267d7557532bc06f235d79f8226
ViewMTN: http://monotone.openembedded.org/revision/info/b04f946bcf310267d7557532bc06f235d79f8226
Files:
1
packages/images/fso-image.bb
Diffs:

#
# mt diff -re2a457feea8adb5515b2983ae21de62ef1780179 -rb04f946bcf310267d7557532bc06f235d79f8226
#
#
#
# patch "packages/images/fso-image.bb"
#  from [b03743a1d8090fd86b9bb6d4f566665d1e42a4b9]
#    to [bb6fcd20d903b540d25167c4e360ed2fbbcc7db6]
#
============================================================
--- packages/images/fso-image.bb	b03743a1d8090fd86b9bb6d4f566665d1e42a4b9
+++ packages/images/fso-image.bb	bb6fcd20d903b540d25167c4e360ed2fbbcc7db6
@@ -2,7 +2,6 @@
 # freesmartphone.org Image Recipe
 #------------------------------------------------------
 
-COMPATIBLE_MACHINE = "(om-gta01|om-gta02)"
 IMAGE_LINGUAS = ""
 
 # getting the base system up
@@ -17,6 +16,10 @@ BASE_INSTALL = "\
   fbset-modes \
 "
 
+# Some machines don't set a *runtime* provider for X, so default to Xfbdev here
+# virtual/xserver won't work, since the kdrive recipes will build multiple xserver packages
+XSERVER ?= "xserver-kdrive-fbdev"
+
 # getting an X window system up
 X_INSTALL = "\
   e-wm \






More information about the Openembedded-commits mailing list