X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Ftasks%2Ftask-pandora-core.bb;h=7f1dac1dd9a0aa6f5f2255834fbc4e2799794aea;hp=1ce683bfd58309b9cd5d79bd5208520f92d72c38;hb=41f5a5719633ee266593744b4be69a7214b4b056;hpb=1d6193b9ddba04c26f2c654d66f7ce6ff6a367ff diff --git a/recipes/tasks/task-pandora-core.bb b/recipes/tasks/task-pandora-core.bb index 1ce683b..7f1dac1 100755 --- a/recipes/tasks/task-pandora-core.bb +++ b/recipes/tasks/task-pandora-core.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Task file for default core/console apps and libs in the Pandora i # Don't forget to bump the PR if you change it. -PR = "r29" +PR = "r46" inherit task @@ -29,13 +29,11 @@ BOOT = " \ # Package BOOST libs so people can use them in apps. It will pull in the RRECOMENDS. BOOST = " \ boost \ - boost-python \ - boost-serialization \ " WIRELESS = " \ - pandora-firmware \ - wl1251-modules \ +# pandora-firmware \ +# wl1251-modules \ # pandora-wifi pandora-wifi-tools \ wireless-tools \ wpa-supplicant \ @@ -50,12 +48,14 @@ MEDIA_LIBS = " \ faad2 \ mikmod \ speex \ - flac \ + flac \ + audiofile \ " OPENGLES = " \ omap3-sgx-modules devmem2 \ - libgles-omap3 \ - libgles-omap3-rawdemos \ + libgles-omap3-es23 \ + libgles-omap3-dm3730 \ +# libgles-omap3-rawdemos \ " PAM = " \ @@ -64,10 +64,13 @@ PAM = " \ " PANDORA_LIBS = " \ - pandora-libpnd lsof \ + pandora-libpnd \ + pandora-libpnd-pndnotifyd pandora-libpnd-pndevmapperd \ + lsof \ omap3-deviceid \ pandora-skel \ pandora-state \ + pandora-usbhost \ " SUDO = " \ @@ -100,6 +103,9 @@ EXTRA_TOOLS = " \ file \ socat \ strace \ + screen \ + rsync \ + unrar \ ksymoops \ kexec-tools \ zip \ @@ -111,18 +117,30 @@ EXTRA_TOOLS = " \ gdb \ sessreg \ lua5.1 \ + tzdata \ + ca-certificates \ " # Add extra util-linux-ng utils to image. # TODO: Fix util-linux-ng to meta depend on all subpackages. UTIL_LINUX_NG_EXTRAS = " \ - util-linux-ng-losetup util-linux-ng-mountall \ + util-linux-ng-losetup \ util-linux-ng-swaponoff \ " - + +# sysvinit-* used to not be needed, but after adding +# recipes/sysvinit/sysvinit/omap3-pandora/* +# they are no longer included automatically? +SYSVINIT = " \ + sysvinit-inittab \ + sysvinit-sulogin \ + sysvinit-utils \ +" + RDEPENDS_${PN} = "\ task-base-extended \ task-proper-tools \ + ${SYSVINIT} \ ${AUFS} \ ${BOOST} \ ${WIRELESS} \ @@ -140,11 +158,16 @@ RDEPENDS_${PN} = "\ ${UTIL_LINUX_NG_EXTRAS} \ # packagekit \ python-pygame \ + python-misc \ + python-modules \ alsa-utils alsa-utils-alsactl alsa-utils-alsamixer alsa-utils-aplay \ + openal-soft \ rdesktop \ \ # angstrom-zeroconf-audio \ angstrom-led-config \ + ntpdate \ + omap3-pandora-kernel2 \ " # Make sure we install all kernel modules with the Pandora images