DESCRIPTION = "3.2 Linux kernel for the Pandora handheld console" SECTION = "kernel" LICENSE = "GPLv2" COMPATIBLE_MACHINE = "omap3-pandora" PACKAGE_ARCH = "${MACHINE_ARCH}" PR = "r1" # we already build 2.6 kernel using OE infrastructure, and # as we don't know how to build another one into the same image # (especially out-of-tree modules), we just package manually prebuilt one SRC_URI = "http://notaz.gp2x.de/misc/pnd/oe_rootfs_extra_r1.tar.bz2" S = "${WORKDIR}" do_install() { cp -a ${S}/boot ${D}/ cp -a ${S}/lib ${D}/ } FILES_${PN} = "boot lib" pkg_postinst_${PN} () { if ! grep -q '[[:blank:]]/[[:blank:]]*ubifs' /proc/mounts; then test -e /media/PANDORABOOT/uImage && oldkernel=/media/PANDORABOOT/uImage test -e /media/PANDORABOOT/uImage-3 && oldkernel=/media/PANDORABOOT/uImage-3 test -e /media/BOOT/uImage && oldkernel=/media/BOOT/uImage test -e /media/BOOT/uImage-3 && oldkernel=/media/BOOT/uImage-3 if test -n "$oldkernel"; then cp /boot/uImage-3 $oldkernel msg="Updated kernel has beed copied to ${oldkernel}. \ If this location is wrong, copy /boot/uImage-3 to the location \ where your kernel is booted from (usually set in boot.txt / autoboot.txt)." else msg="The kernel in /boot/uImage-3 has been updated. You need to \ copy it to the location where kernel is booted from (usually set in \ boot.txt / autoboot.txt) or the system might not start after reboot." fi if test -n "$DISPLAY"; then zenity --info --text "$msg" else echo "==================================" echo "$msg" sleep 5 fi fi } PACKAGE_STRIP = "no" SRC_URI[md5sum] = "e9060bd62347a4bb8e055e7addad0f11" SRC_URI[sha256sum] = "9e52289864d0f8a1ad2a7f5edb363ae30912d970d5dec1739aff9cfe6c40f998"