From: Marco Cavallini Date: Thu, 20 Jan 2011 14:28:57 +0000 (+0100) Subject: kaeilos.conf: changed KaeilOS specific psplash-kaeilos X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c448a064e64665d5fdab15813b3ad3c70800028;p=openembedded.git kaeilos.conf: changed KaeilOS specific psplash-kaeilos * bump PR --- diff --git a/conf/distro/kaeilos.conf b/conf/distro/kaeilos.conf index 815d40f3da..39033211c3 100644 --- a/conf/distro/kaeilos.conf +++ b/conf/distro/kaeilos.conf @@ -4,7 +4,7 @@ #@DESCRIPTION: KaeilOS Linux Distribution for Kernel 2.6 based devices # This version is strictly conformed to Angstrom #@MAINTAINER: Marco Cavallini -#@VERSION: 23-11-2010 +#@VERSION: 20-01-2011 # # KaeilOS is a registered trade mark of KOAN - Bergamo - Italia # Use this at your own risk, we welcome bugreports filed at @@ -14,7 +14,7 @@ #DISTRO_VERSION = "2009.2" DISTRO_VERSION = "2009.2-test-${DATE}" DISTRO_REVISION = "2" -DISTRO_PR = ".6" +DISTRO_PR = ".7" OLDEST_KERNEL ?= "2.6.16" @@ -194,6 +194,6 @@ DISTRO_EXTRA_RRECOMMENDS += " \ ${DEBUG_APPS} \ " -SPLASH ?= "psplash" +SPLASH ?= ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-kaeilos", "",d)}' ARM_INSTRUCTION_SET_pn-uclibc = "arm" ARM_INSTRUCTION_SET_pn-uclibc-initial = "arm"