inherit kernel require recipes-kernel/linux/linux-yocto.inc SRC_URI = "https://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.8.tar.xz" SRC_URI += "file://defconfig" SRC_URI[md5sum] = "a63222398ee4051fde722ba711d3233b" SRC_URI[sha256sum] = "c300486b30d28ae34c587a4f1aa8e98916a0616dad91a394b0e1352a9c7a8256" S="${WORKDIR}/linux-2.6.38.8" LINUX_VERSION = "2.6.38.8" LINUX_VERSION_EXTENSION = "" SRCREV="${AUTOREV}" PR = "r0" PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}" COMPATIBLE_MACHINE_icp-arm = "icp-arm" do_configure_prepend(){ cp -vf ${B}/config_mini6410_a70 ${B}/.config } # Override COMPATIBLE_MACHINE to include your machine in a bbappend # file. Leaving it empty here ensures an early explicit build failure. COMPATIBLE_MACHINE = "(qemux86|qemuarm)"