include conf/machine/handheld-common.conf
-# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-include conf/machine/tune-xscale.conf
+# Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
+include conf/machine/tune-arm926ejs.conf
+
#size of the root partition (yes, it is 123 MB)
ROOT_FLASH_SIZE = "123"
LICENSE = "GPL"
SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.12-rc2.tar.bz2 \
- http://www.muru.com/linux/omap/patches/patch-2.6.12-rc2-omap1.bz2;patch=1 \
- file://defconfig"
+ http://www.muru.com/linux/omap/patches/patch-2.6.12-rc2-omap1.bz2;patch=1"
+
+SRC_URI_append_omap5912osk = "file://defconfig"
S = "${WORKDIR}/linux-2.6.12-rc2"
}
-do_configure_prepend() {
+do_configure_prepend_omap5912osk() {
install -m 0644 ${WORKDIR}/defconfig ${S}/.config
oe_runmake oldconfig
}
-do_deploy() {
+do_deploy_omap5912osk() {
install -d ${DEPLOY_DIR}/images
arm-linux-objcopy -O binary -R .note -R .comment -S arch/arm/boot/compressed/vmlinux ${DEPLOY_DIR}/linux.bin
gzip -f -9 ${DEPLOY_DIR}/linux.bin
# install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR}/images/${KERNEL_IMAGETYPE}-${MACHINE}-${DATETIME}.bin
}
+
do_deploy[dirs] = "${S}"
addtask deploy before do_build after do_compile
+LICENSE = "LGPL"
+MAINTAINER= "Koen Kooi <koen@handhelds.org>"
+
+DEPENDS = "x11 dbus libosso"
+SRC_URI = "http://stage.maemo.org:80/pool/maemo/ossw/source/o/osso-af-utils/osso-af-utils_${PV}-1.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_includes
+
+}