mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
Yocto Project reference board such as Minnowboard need IGB module to enable ethernet networking. It need to bundle together with kernel when use NFS boot without initramfs. (From OE-Core rev: f1b97a29a1918d4ae81cf71b026d6f2b82dfeb96) Signed-off-by: Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
29 lines
846 B
BlitzBasic
29 lines
846 B
BlitzBasic
KBRANCH ?= "v4.14/standard/tiny/common-pc"
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_VERSION ?= "4.14.48"
|
|
|
|
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
|
|
DEPENDS += "openssl-native util-linux-native"
|
|
|
|
KMETA = "kernel-meta"
|
|
KCONF_BSP_AUDIT_LEVEL = "2"
|
|
|
|
SRCREV_machine ?= "dd893e600276f4e05e416cf5be73a5fd5752e0cb"
|
|
SRCREV_meta ?= "d64aec9793d558ff49993ff6076be6d4daf101c2"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"
|
|
|
|
COMPATIBLE_MACHINE = "qemux86|qemux86-64"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|
|
|
|
KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
|