diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-04-01 12:51:11 -0400 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:12:24 +0200 |
commit | 31f3a5659145c9edb64ec71503a9fd639a5b170e (patch) | |
tree | 6da356b049dca809bc67368a8a0dd85286f72518 /meta-agl-distro | |
parent | 4ae392ad605fd63f5ffdaaa567608322f77269df (diff) |
meta-agl-{bsp,distro}: update kernel configuration for dunfell
Changes:
- Rework CAN qdisc patch application, as it is not required for 5.4
or newer kernels, this includes adding a linux-agl-4.19.inc for
BSPs using 4.19.
- Remove linux-agl-4.9.inc and associated patches, as no BSP uses 4.9
at this point.
- Remove PREFERRED_VERSION_linux-yocto from poky-agl.conf so the
default 5.4 linux-yocto kernel will be picked up.
Bug-AGL: SPEC-3302
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I9c0eb431661641bd17320a00cdf1ed4e717a9754
Diffstat (limited to 'meta-agl-distro')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index ef0e7f7ce..639e35554 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -103,10 +103,7 @@ DISTRO_FEATURES_APPEND = " " DISTRO_FEATURES_remove = "x11" DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit pulseaudio" -# Prefer linux-yocto 4.19 LTS version by default -PREFERRED_VERSION_linux-yocto = "4.19%" - -# Prefer GStreamer 1.14.x by default +# Prefer GStreamer 1.16.x by default PREFERRED_VERSION_gstreamer1.0 ?= "1.16.%" PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.16.%" PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.16.%" |