inherit kernel require recipes-kernel/linux/linux-yocto.inc SRC_URI = "file://linux-2.6.38.8.tar.xz" SRC_URI += "\ file://friendlyarm-patches-2.6.38/arch_arm_mach-s3c64xx_include_mach_map.h.patch \ file://friendlyarm-patches-2.6.38/fs_yaffs2_yaffs_trace.h.patch \ ... snipped for content size ... " 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 }