From: Koen Kooi Date: Mon, 1 Jan 2007 21:34:24 +0000 (+0000) Subject: a780: include opentapi in the default rootfs. opentapi does still need an initscript... X-Git-Tag: Release-2010-05/1~9453^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede63ec4e1b35414a0cab924553bd92efb980b13;p=openembedded.git a780: include opentapi in the default rootfs. opentapi does still need an initscript to start on boot, though --- diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index fe3cdbc481..1c3ae63025 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -20,6 +20,9 @@ EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen" +#the a780 needs a userspace daemon to stop the BP from shutting down the phone +MACHINE_EXTRA_RDEPENDS += "opentapi" + ROOT_FLASH_SIZE = "24" EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native"