aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-common_4.4.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-common_4.4.inc')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-common_4.4.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-common_4.4.inc b/common/recipes-kernel/linux/linux-yocto-common_4.4.inc
new file mode 100644
index 00000000..6089f7db
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-common_4.4.inc
@@ -0,0 +1,25 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+PR := "${INC_PR}.1"
+
+KMACHINE_amdx86 ?= "common-pc-64"
+SRCREV_meta_amdx86 ?= "e66032e2d93da24c6b9137dbbe66008c77f6d4aa"
+LINUX_VERSION_amdx86 ?= "4.4.20"
+
+SRC_URI_append_amdx86 += " \
+ file://linux-yocto-amd-patches.scc \
+ file://logo.cfg \
+ file://console.cfg \
+ file://drm.cfg \
+ file://sound.cfg \
+ file://hid.cfg \
+ file://enable-imc.cfg \
+ file://efi-partition.cfg \
+ file://usb-serial.cfg \
+ file://wifi-drivers.cfg \
+ file://disable-intel-graphics.cfg \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'file://enable-bluetooth.cfg', 'file://disable-bluetooth.cfg', d)} \
+ ${@bb.utils.contains('DISTRO', 'mel', 'file://enable-kgdb.cfg', 'file://disable-kgdb.cfg', d)} \
+"
+
+KERNEL_FEATURES_append_amdx86 = " cfg/smp.scc cfg/sound.scc"