diff options
-rw-r--r-- | conf/machine/apalis-imx6.conf | 3 | ||||
-rw-r--r-- | conf/machine/colibri-imx6.conf | 3 |
2 files changed, 0 insertions, 6 deletions
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" |