diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-11-11 19:58:20 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-13 20:09:26 +0000 |
commit | 1ee9eef396231620921771796192527c187f5e31 (patch) | |
tree | d48e41813dd327e78d6f4409a04eeec5c11ac37d | |
parent | f73a0ccdaf1e2d1c55705a04694d0cef7f8ebe7c (diff) |
dra7xx-evm: Fix the kernel provider
Change-Id: I8f0c1188e268b938c51b1c1eb0272ce6a9f2951d
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
-rw-r--r-- | templates/machine/dra7xx-evm/50_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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} \ |