summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>2018-03-02 17:40:04 +0100
committerDominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>2018-03-02 17:40:04 +0100
commit8c0f97cdd12f30dc30291bacf9bdf8a928fb4a55 (patch)
treed3eb0e407561da2abe1bbd2fdddb34e952d03c7f
parent72d14f16bf3e16f977e483446dbac2c92fd0f68a (diff)
enabling kernel 4.14
Change-Id: I95916851bcdb730767206c736b2e2b2510c9517b Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
-rw-r--r--meta-agl-bsp/conf/include/agl_intel-corei7-64.inc3
-rw-r--r--meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend (renamed from meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend)2
l---------meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.9%.bbappend1
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc b/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc
index cc181ddaa..534d36475 100644
--- a/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc
+++ b/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc
@@ -11,3 +11,6 @@ INITRD_LIVE = "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE_LIVE}-${MACHINE}.ext4.gz"
# Modify this file under meta-agl-bsp/meta-intel/wic to change the
# kernel command line, including to change the screen resolution.
WKS_FILE = "systemd-intel-corei7-64-bootdisk.wks"
+
+PREFERRED_VERSION_linux-intel ?= "4.14%"
+PREFERRED_VERSION_linux-intel-rt ?= "4.14%"
diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend
index 7f249f207..c49b8ecb0 100644
--- a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend
+++ b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend
@@ -1,7 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-require recipes-kernel/linux/linux-agl-4.9.inc
-
# adding most supported USB Bluetooth, Wifi, and Ethernet devices
SRC_URI_append = " file://usb-devices.cfg"
KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/usb-devices.cfg"
diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.9%.bbappend b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.9%.bbappend
deleted file mode 120000
index 323cbe55a..000000000
--- a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.9%.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-linux-intel_4.9%.bbappend \ No newline at end of file
pan class='deletions'>-28/+120 2017-11-23aglsetup: exit with error if fragment script failsStephane Desneux1-1/+1 2017-09-11small improvment and correction in mkefi-agl.sh scriptDominig ar Foll (Intel Open Source)1-26/+33 2017-03-03handling of console device by local.conf to automate Joule supportDominig ar Foll (Intel Open Source)1-24/+18 2017-03-01aglsetup: check build dir integrity (no spaces)Stephane Desneux1-1/+9 2017-01-27scripts/aglsetup: remove duplicate features before generating configStephane Desneux1-2/+2 2016-11-24Convert feature.inc to feature.depJan-Simon Möller1-21/+0 2016-11-16Add feature shortcuts matching ci systemJan-Simon Möller1-0/+21 2016-11-08allow dependency between agl featureRonan1-9/+40 2016-10-24Adding support for systemd-boot (or ex-gummyboot) on top of grubDominig ar Foll1-4/+30 2016-10-19Add shortcut to enable all featuresJan-Simon Möller1-0/+9 2016-10-18Fix aglsetup always succeeded regardless of whether errors or notTadao Tanikawa1-11/+11 2016-10-05adding mkefi-agl.sh create boot devices from AGL images for UEFI bootDominig ar Foll2-0/+413 2016-09-09aglsetup.sh: handle machines/features from any layerStephane Desneux1-12/+45 2016-07-08aglsetup script: fix interactive execution of the script generated from fragm...Stephane Desneux1-1/+1 2016-07-05new configuration templates based on fragmentsStephane Desneux3-202/+537 2016-05-02Add DragonBoard-410c as target boardKotaro Hashimoto1-0/+97 2016-05-01Add raspberrypi 2 and 3Jan-Simon Möller1-0/+4 2016-05-01Introduce TI DRA7 vayu and cleanup template filesJan-Simon Möller1-2/+14 2016-04-28scripts: fix regression on reuse of shell environment variablesYannick Gicquel1-5/+5 2016-04-09Add machine porter-nogfxJan-Simon Möller1-0/+7 2016-02-19Allow alias names in envsetup.sh - here for minnowboardJan-Simon Möller1-4/+12 2016-02-09Add wandboard as target boardJan-Simon Möller1-5/+7 2016-02-08Fix error by envsetup.sh when reuse a terminalTadao Tanikawa1-0/+1 2016-01-20Provide template configuration for each machine or boardTadao Tanikawa1-12/+21 2016-01-15Support MinnowBoard MAXTadao Tanikawa1-0/+4 2015-12-05Bugfix for envsetup.sh script.Jan-Simon Möller1-2/+2 2015-10-06Improve instructions to build AGL DistributionTadao Tanikawa1-0/+64