From 8c448a064e64665d5fdab15813b3ad3c70800028 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Thu, 20 Jan 2011 15:28:57 +0100 Subject: kaeilos.conf: changed KaeilOS specific psplash-kaeilos * bump PR --- conf/distro/kaeilos.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/distro') 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" -- cgit 1.2.3-korg