[oe-commits] Alex Ferguson : jlime-2010.1.conf: Remove reduntant defs, add provider for psplash.

git version control git at git.openembedded.org
Wed Nov 3 15:59:50 UTC 2010


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

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Tue Nov  2 16:26:56 2010 +0200

jlime-2010.1.conf: Remove reduntant defs, add provider for psplash.

I removed the PREFERRED_VERSION definitions for eglibc since they
are useless (they are derived from sane-toolchain.inc) and added
PREFERRED_PROVIDER_virtual/psplash = "psplash" since bitbake
complains.

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 conf/distro/jlime-2010.1.conf |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/conf/distro/jlime-2010.1.conf b/conf/distro/jlime-2010.1.conf
index 99e6433..39b1a95 100644
--- a/conf/distro/jlime-2010.1.conf
+++ b/conf/distro/jlime-2010.1.conf
@@ -79,13 +79,10 @@ TARGET_FPU_mips = "soft"
 DISTRO_FEATURES += " eabi "
 
 LIBC ?= "eglibc"
-require conf/distro/include/sane-toolchain.inc
-require conf/distro/include/arm-thumb.inc
-
 PREFERRED_PROVIDER_virtual/libc = "${LIBC}"
-PREFERRED_VERSION_eglibc ?= "2.11"
-PREFERRED_VERSION_eglibc-initial ?= "2.11"
 PREFERRED_VERSION_linux-libc-headers = "2.6.34"
+require conf/distro/include/sane-toolchain.inc
+require conf/distro/include/arm-thumb.inc
 
 #
 # Bootstrap & Init
@@ -108,4 +105,5 @@ XSERVER ?= " xserver-xorg xf86-input-evdev xf86-input-keyboard xf86-input-mouse
 #
 # General Userspace
 #
+PREFERRED_PROVIDER_virtual/psplash = "psplash"
 require conf/distro/include/preferred-opie-versions-1.2.4.inc





More information about the Openembedded-commits mailing list