diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-01-04 14:28:56 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-01-09 08:07:31 +0000 |
commit | 500e3a9564f232683a215dc685bc00d5a5d9d719 (patch) | |
tree | 9370ade20d8ca32c7cd0faa4dbc5a06ceee70c2e /meta-boot2qt-distro/conf | |
parent | 7be800244c9fa56550fddc0e9f00fa1df375c8c7 (diff) | |
download | meta-boot2qt-500e3a9564f232683a215dc685bc00d5a5d9d719.tar.gz |
meta-freescale,-freescale-3rdparty,-boundary: update sumo branches
Cleanup:
- Obsolete BBMASK entries removed & required BT/WiFi kernel module related updates in boundary.inc
- "CONFIG_HID_MULTITOUCH=m" removed from fsl-extras .bbappend entry as linux-boundary-4.9.x/defconfig
in meta-freescale-3rdparty already includes it
- Update display support patch
Changelog:
meta-freescale:
* 407c6cf - u-boot-fslc: Avoid restricting parsing for 'imx'
* c8979aa - mxldr: Fix QA errors seen on x86 builds
* 4f0cbb6 - recipes: Limit BSP specific recipes on relevant SOCs
* d849257 - recipes: Mark compatible machines as restricted by dependencies
* e4ace33 - linux-fslc/defconfig: sync with linux-fslc imx_v6_v7_defconfig
* 7909951 - libsdl2: avoid basehash changes
* 06611d2 - linux-fslc/defconfig: CONFIG_BT_BNEP=m
* 808bc8a - linux-fslc/defconfig: Add CONFIG_NET_NS=y
* 42dbe4e - imx-base.inc Add missing overrides to for `use-mainline-bsp`
* 832b358 - linux-fslc/defconfig: Add CONFIG_FW_LOADER_USER_HELPER(_FALLBACK)=y
* aa04351 - linux-fslc: upgrade to latest in 4.17.x+fslc
* 196457d - linux-fslc: Update to 4.17.19
* 85fc83d - xf86-video-armada: Update to latest git
* 9e3d514 - imx-alsa-plugins: Make imx7ulp a compatible machine
* aa71828 - qtwayland/etnaviv: remove xcomposite-glx
* 3d89831 - remove chromium appends
* a4512f2 - xf86-video-imx-vivante: Set linker flags properly
* 1deea6b - linux-fslc/defconfig: Add CONFIG_TMPFS_POSIX_ACL=y
* 07e2673 - linux-fslc: Update SRCREV
meta-freescale-3rdparty:
* 88a2963 - linux-advantech: Update dms-ba16 Q7 Linux kernel
* beed0f0 - u-boot-script-gateworks-imx: fix bootscript source
meta-boundary:
* 412ef0b - boundary-eval-image: include qcacld/bdsdmac wifi firmware
* b649eaf - linux-firmware-bdsdmac: merge BT and WiFi firmware recipes
* d6ba89a - devregs: bump revision to 24723266
* 1a58771 - kernel-module-qcacld: bump revision to 10a07db2
* 0c34f6f - linux-firmware-bdsdmac-wlan: bump to revision ce0b576b
Task-number: QTBUG-72253
Change-Id: Id99b0d5396c34721845d0133ad7c01dff8b1bfa0
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/conf')
-rw-r--r-- | meta-boot2qt-distro/conf/distro/include/boundary.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-boot2qt-distro/conf/distro/include/boundary.inc b/meta-boot2qt-distro/conf/distro/include/boundary.inc index b08e11a..8dcf16b 100644 --- a/meta-boot2qt-distro/conf/distro/include/boundary.inc +++ b/meta-boot2qt-distro/conf/distro/include/boundary.inc | |||
@@ -30,12 +30,10 @@ | |||
30 | include conf/distro/include/fsl.inc | 30 | include conf/distro/include/fsl.inc |
31 | 31 | ||
32 | BBMASK += " \ | 32 | BBMASK += " \ |
33 | meta-boundary/recipes-browser/chromium \ | ||
34 | meta-boundary/recipes-core/init-ifupdown \ | 33 | meta-boundary/recipes-core/init-ifupdown \ |
35 | meta-boundary/recipes-mozilla/firefox \ | ||
36 | " | 34 | " |
37 | 35 | ||
38 | MACHINE_EXTRA_INSTALL += "\ | 36 | MACHINE_EXTRA_INSTALL += "\ |
39 | kernel-module-qcacld \ | 37 | kernel-module-qcacld \ |
40 | linux-firmware-bdsdmac-wlan \ | 38 | linux-firmware-bdsdmac \ |
41 | " | 39 | " |