DEVKIT8000 Openembedded

I would like to have OE working for the DEVKIT8000.

Up to now I build the rootfs for the Beagle with OE and the kernel from source but now I’d like to move to 2.6.38 and so I added a recipe linux-omap-2.6.38.bb for this kernel trying to download the source from git://gitorious.org/devkit8000/linux-omap-devkit8000.git

so I ended up with something like

require linux.inc

DESCRIPTION = “Linux kernel for OMAP processors”
KERNEL_IMAGETYPE = “uImage”

COMPATIBLE_MACHINE = “omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm|omap3-pandora|overo|omapzoom”

DEFAULT_PREFERENCE = “-1”
DEFAULT_PREFERENCE_omapzoom2 = “1”

SRCREV=${AUTOREV}

# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc

PV = “2.6.38”

*SRC_URI = "git://gitorious.org/devkit8000/linux-omap-devkit8000.git;protocol=git;tag=MASTER *
file://defconfig"

*SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm *
"

S = “${WORKDIR}/git”

module_autoload_ohci-hcd_omap5912osk = “ohci-hcd”

Of course this does not work, cannot pass by the fetch phase.

Ciao

Fabio

Fabio,

I built kernel 2.6.38 with Codesourcery 2003/2009/2010 using the git
author instructions:
make mrproper
make devkit8000_config
make all

Tried to use angstrom rootfs for 2.6.32, it did not work, if it should
work, config is missing some devkit8000 configuration i could not
figure out.