From 5e0a28c1993a0cf955eb401f0b4d0ffc78d619e3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 12 May 2015 11:25:56 +0200 Subject: machines: don't pin systemd version anymore Use systemd V2.18 from meta-angstrom. Issues with firmware loading and the 3.1.10 kernel for the tegra machines are fixed with a backport from oe-core. --- conf/machine/apalis-imx6.conf | 3 --- conf/machine/colibri-imx6.conf | 3 --- conf/machine/colibri-pxa.conf | 3 --- 3 files changed, 9 deletions(-) (limited to 'conf') diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf index c0f5fa5..08eaa02 100644 --- a/conf/machine/apalis-imx6.conf +++ b/conf/machine/apalis-imx6.conf @@ -17,9 +17,6 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_VERSION_xserver-xorg_mx6 = "99:1.14%" -# don't pull in systemd 216 backported into meta-angstrom -PREFERRED_VERSION_systemd = "211%" - UBOOT_MACHINE = "apalis_imx6_defconfig" SERIAL_CONSOLE = "115200 ttymxc0" diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf index b9ea652..2fc6ff3 100644 --- a/conf/machine/colibri-imx6.conf +++ b/conf/machine/colibri-imx6.conf @@ -17,9 +17,6 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_VERSION_xserver-xorg_mx6 = "99:1.14%" -# don't pull in systemd 216 backported into meta-angstrom -PREFERRED_VERSION_systemd = "211%" - UBOOT_MACHINE = "colibri_imx6_defconfig" SERIAL_CONSOLE = "115200 ttymxc0" diff --git a/conf/machine/colibri-pxa.conf b/conf/machine/colibri-pxa.conf index 6f5195c..8428862 100644 --- a/conf/machine/colibri-pxa.conf +++ b/conf/machine/colibri-pxa.conf @@ -25,9 +25,6 @@ PREFERRED_PROVIDER_lxsession-lite_colibri-pxa = "lxsession" PREFERRED_PROVIDER_virtual/psplash = "psplash-angstrom" PREFERRED_PROVIDER_psplash-support = "psplash-angstrom" -# don't pull in systemd 216 backported into meta-angstrom -PREFERRED_VERSION_systemd = "211%" - MACHINE_FEATURES = "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g " EXTRA_IMAGEDEPENDS += "u-boot" -- cgit v1.2.3