From 195c848d505fd96e3a2eef285654be0ea3bccace Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 13 Feb 2015 10:48:43 +0100 Subject: [PATCH 1/2] idu: BIOS default is 115200bps, so use the console at that speed, too --- conf/machine/sysmocom-idu.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/sysmocom-idu.conf b/conf/machine/sysmocom-idu.conf index 9b650cea65..41373ceb9b 100644 --- a/conf/machine/sysmocom-idu.conf +++ b/conf/machine/sysmocom-idu.conf @@ -18,8 +18,8 @@ KERNEL_IMAGETYPE = "bzImage" IMAGE_FSTYPES ?= "tar.gz ext4" -SERIAL_CONSOLE = "38400 ttyS0" -MACHINE_CONSOLE = "console=ttyS0,38400n8" +SERIAL_CONSOLE = "115200 ttyS0" +MACHINE_CONSOLE = "console=ttyS0,115200n8" # We bypass swrast but we need it to be present for X to load correctly XSERVER ?= "xserver-xf86-dri-lite \ From 9bcf478f7ecc4942334d1fc5126f9c536abd1636 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 13 Feb 2015 11:23:42 +0100 Subject: [PATCH 2/2] bridge-utils: Do the broken src != builddir by hand dora doesn't have this new bbclass yet. so let's do it by hand. --- recipes-extra/bridge-utils/bridge-utils.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-extra/bridge-utils/bridge-utils.inc b/recipes-extra/bridge-utils/bridge-utils.inc index feeba74350..7fc4966a75 100644 --- a/recipes-extra/bridge-utils/bridge-utils.inc +++ b/recipes-extra/bridge-utils/bridge-utils.inc @@ -11,7 +11,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/bridge/bridge-utils-${PV}.tar.gz \ file://bridge-utils-1.5-fix-incorrect-command-in-manual.patch \ " -inherit autotools-brokensep update-alternatives +inherit autotools update-alternatives +B = "${S}" ALTERNATIVE_${PN} = "brctl" ALTERNATIVE_PRIORITY[brctl] = "100"