diff options
author | 2013-07-15 14:38:09 +0300 | |
---|---|---|
committer | 2013-07-15 14:38:09 +0300 | |
commit | b691b25269d650850f00f0eff21bf50d6edfe736 (patch) | |
tree | 1f82b355a93e270171b20d3a0438db0a546b0d14 | |
parent | 661b358df2e56f6bcb366fd3b84df514e559a50a (diff) | |
download | meta-ivi-b691b25269d650850f00f0eff21bf50d6edfe736.tar.gz meta-ivi-b691b25269d650850f00f0eff21bf50d6edfe736.tar.bz2 meta-ivi-b691b25269d650850f00f0eff21bf50d6edfe736.zip |
Make PREFERRED_VERSION_linux-yocto ?= "3.4%" distro specific
instead of just being machine specific.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
-rw-r--r-- | conf/distro/poky-ivi-systemd.conf | 2 | ||||
-rw-r--r-- | conf/machine/vexpressa9.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/poky-ivi-systemd.conf b/conf/distro/poky-ivi-systemd.conf index 24592b0..96e4ff6 100644 --- a/conf/distro/poky-ivi-systemd.conf +++ b/conf/distro/poky-ivi-systemd.conf @@ -30,6 +30,8 @@ XSERVER = "xserver-xorg \ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" +PREFERRED_VERSION_linux-yocto ?= "3.4%" + MIRRORS =+ "\ ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ diff --git a/conf/machine/vexpressa9.conf b/conf/machine/vexpressa9.conf index 8d90e39..fa65290 100644 --- a/conf/machine/vexpressa9.conf +++ b/conf/machine/vexpressa9.conf @@ -26,7 +26,6 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " SERIAL_CONSOLE = "115200 ttyO2" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.4%" PREFERRED_PROVIDER_jpeg = "jpeg" PREFERRED_PROVIDER_jpeg-native = "jpeg-native" |