[meta-freescale] [3rdparty][PATCH 3/4] imx6qdl-variscite-som: Add support for use-mainline-bsp/linux-fslc

2018-09-14 Thread Andreas Müller
Tested: * HDMI * MMC * eMMC (mounted) * NAND (kernel log - no partitions) * RTC * USB-Host * Ethernet * WiFi * Bluetooth * serial console Open: * HDMI sound * Onboard sound (ALSA looks good has no phones connected yet) * User-Button * USB-OTG Cannot test: * CAN Additional comments: 1. The

[meta-freescale] [3rdparty][PATCH 2/4] imx6qdl-variscite-som:set linux-fslc as preferred for use-mainline-bsp override

2018-09-14 Thread Andreas Müller
Signed-off-by: Andreas Müller --- conf/machine/imx6qdl-variscite-som.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/imx6qdl-variscite-som.conf b/conf/machine/imx6qdl-variscite-som.conf index c42741a..1409605 100644 --- a/conf/machine/imx6qdl-variscite-som.conf +++

[meta-freescale] [3rdparty][PATCH 1/4] u-boot-variscite: upgrade 2015.04 -> 2017.03

2018-09-14 Thread Andreas Müller
* Licence have no idea what changed in the license file README. For plausibility a grep here on checksum a2c678cfd4a4d97135585cad908541c6 unveiled: recipes-bsp/u-boot/u-boot-boundary-common_2017.07.inc recipes-bsp/u-boot/u-boot-toradex.inc

[meta-freescale] [PATCH 3/3] linux-fslc/defconfig: CONFIG_BT_BNEP=m

2018-09-14 Thread Andreas Müller
This is necessary to support network over bluetooth: | Sep 11 15:36:33 imx6qdl-variscite-som bluetoothd[281]: kernel lacks bnep-protocol support | Sep 11 15:36:33 imx6qdl-variscite-som bluetoothd[281]: System does not support network plugin Same as [1] [1]

[meta-freescale] [PATCH 2/3] linux-fslc/defconfig: Add CONFIG_NET_NS=y

2018-09-14 Thread Andreas Müller
systemd in default oe-core configuration complains: | Sep 11 15:36:33 imx6qdl-variscite-som systemd[1]: Starting Hostname Service... | Sep 11 15:36:33 imx6qdl-variscite-som systemd[296]: systemd-hostnamed.service: PrivateNetwork=yes is configured, but the kernel does not support network

[meta-freescale] [PATCH 1/3] Add missing overrides to MACHINEOVERRIDES_EXTENDER_FILTER_OUT_use-mainline-bsp

2018-09-14 Thread Andreas Müller
Just in case somebody tries to build machines without BLOBs using these overrides. Signed-off-by: Andreas Müller --- conf/machine/include/imx-base.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index