mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
tiny: Update linux-yocto-tiny to 3.2
Migrate linux-yocto-tiny from 3.0 to 3.2. The 3.0 recipe was based entirely on recipe-space fragments and was only a proof of concept. The 3.2 linux-yocto meta-data now has a proper tiny KTYPE defined. By default this recipe supports only the qemux86 machine, which builds the common-pc support (including networking, sound, USB, VGA and serial consoles, etc.). New machines can be added and will use the tiny KTYPE, but will need to add any desired hardware support as the base config is very minimal. No filesystems are supported by default, only the initramfs. (From OE-Core rev: 44c556f5300b1d811a1ae71f501320d1a6b0fb2e) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
126c5c0c57
commit
38ba438303
@@ -0,0 +1,25 @@
|
||||
inherit kernel
|
||||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
# We need lzma (as CONFIG_KERNEL_LZMA=y)
|
||||
DEPENDS += "xz-native"
|
||||
|
||||
KMACHINE = "common-pc"
|
||||
KBRANCH = "standard/tiny"
|
||||
LINUX_KERNEL_TYPE = "tiny"
|
||||
KCONFIG_MODE = "--allnoconfig"
|
||||
|
||||
LINUX_VERSION ?= "3.2.11"
|
||||
|
||||
SRCREV_machine ?= "ec236058dc254183dbfb3744bf21f110c37af30b"
|
||||
SRCREV_meta ?= "59f350ec3794e19fa806c1b73749d851f8ebf364"
|
||||
|
||||
PR = "r0"
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
|
||||
|
||||
COMPATIBLE_MACHINE = "(qemux86)"
|
||||
|
||||
# Functionality flags
|
||||
KERNEL_FEATURES = ""
|
||||
Reference in New Issue
Block a user