From 1ee9eef396231620921771796192527c187f5e31 Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Fri, 11 Nov 2016 19:58:20 +0530 Subject: dra7xx-evm: Fix the kernel provider Change-Id: I8f0c1188e268b938c51b1c1eb0272ce6a9f2951d Signed-off-by: Karthik Ramanan --- templates/machine/dra7xx-evm/50_local.conf.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/machine/dra7xx-evm/50_local.conf.inc b/templates/machine/dra7xx-evm/50_local.conf.inc index 4f67564ac..2ecfd14ac 100644 --- a/templates/machine/dra7xx-evm/50_local.conf.inc +++ b/templates/machine/dra7xx-evm/50_local.conf.inc @@ -38,6 +38,9 @@ PACKAGES_MULTIMEDIA = " \ PREFERRED_VERSION_ipumm-fw = "3.00.08.02" +PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" +PREFERRED_VERSION_virtual/kernel = "4.4" + # Distribution-specific runtime components IMAGE_INSTALL_append = " \ ${PACKAGES_GFX} \ -- cgit 1.2.3-korg