From: Paul Sokolovsky Date: Sat, 16 Feb 2008 12:53:32 +0000 (+0000) Subject: h3900.conf: Ship ipaq-boot-params X-Git-Tag: Release-2010-05/1~7668^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af665768f69f7bc46c9912d849fd59f8bef0a5d;p=openembedded.git h3900.conf: Ship ipaq-boot-params --- diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 5db7abd3d4..8b9b7ee365 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -24,6 +24,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" +MACHINE_EXTRA_RDEPENDS = "kernel ipaq-boot-params" + # # Modules autoload and other boot properties # diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb index b5b3e82f70..bb89ac0c2b 100644 --- a/packages/tasks/task-base.bb +++ b/packages/tasks/task-base.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Merge machine and distro options to create a basic machine task/package" -PR = "r60" +PR = "r61" inherit task