diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-13 14:33:01 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-13 14:33:19 -0600 |
commit | dc44cd51f63bb2f821356d441b609d232a9d0947 (patch) | |
tree | 1ed7aef3b0a6172b3720108aff84abd40288431b /target/appliances | |
parent | f2db24cf88bd4edbc2ec71483090e6d96663b9e1 (diff) |
default to 3.19, only 3.14 for kodi and solidrun (gpu drivers)
Diffstat (limited to 'target/appliances')
-rw-r--r-- | target/appliances/000default.appliance | 3 | ||||
-rw-r--r-- | target/appliances/kodi.appliance | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/appliances/000default.appliance b/target/appliances/000default.appliance index 9c8aac7d0..5ebe90e7e 100644 --- a/target/appliances/000default.appliance +++ b/target/appliances/000default.appliance @@ -1,6 +1,5 @@ config ADK_APPLIANCE_NEW - prompt "create a new appliance" - boolean + bool "create a new appliance" help Create a new appliance from scratch. diff --git a/target/appliances/kodi.appliance b/target/appliances/kodi.appliance index b0e5acc16..750229890 100644 --- a/target/appliances/kodi.appliance +++ b/target/appliances/kodi.appliance @@ -1,5 +1,6 @@ config ADK_APPLIANCE_KODI bool "kodi multimedia appliance" + select ADK_KERNEL_VERSION_3_14_28 if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_LIB_GLIBC select ADK_PACKAGE_GLIBC select ADK_PACKAGE_GLIBC_GCONV |