-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Layer Updates: sources/bitbake sources/meta-altera sources/meta-atmel…
… sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-rust sources/meta-ti sources/openembedded-core * sources/bitbake 18e19573...d8daad57 (3): > bitbake: tests/fetch: add unit tests for SRC_URI with spaces in url > bitbake: fetch/git: add support for SRC_URI containing spaces in url > bitbake-user-manual: Add BBFILES_DYNAMIC * sources/meta-altera aa24dfc...bcc258d (1): > layer.conf: Add gatesgarth to LAYERSERIES_COMPAT * sources/meta-atmel ccb649c...6bd1896 (11): > g1-decoder: Remove trailing slash from S > wilc-ble-demo: The repo is set to latest revision > BLE GATT application name is set to bluez-gatt-server > microchip-headless-image: Add WILC apps > wilc-ble-demo: Add BLE applications for WILC > wilc-websocket-demo: Add websocket application > wilc-demo-fs-overlay: install scripts and config files > bluez5: install libs needed by wilc-ble-demo > conf: bblayers: Add meta-webserver layer > Merge pull request #181 from YoeDistro/yoe/mut > at91bootstrap: Bump to v3.10.0 for all boards * sources/meta-clang 8868573...f76e171 (1): > clang: Enable C functions for cl_khr_mipmap_image_write extension * sources/meta-elm-binary d241757...30d2dd9 (1): > layer.conf: Add gatesgarth to LAYERSERIES_COMPAT * sources/meta-freescale bc63ccbc...cdb2f3d9 (6): > linux-fslc: update to v5.4.71 > linux-fslc-imx: update to v5.4.71 > linux-fslc: Bump revision to ae0ee2e5c5fb > u-boot-fslc: Bump revision to 88c58453be8 > xf86-video-imx-vivante: Remove trailing slash from S > u-boot-fslc: Update revision to c28472955be * sources/meta-freescale-3rdparty ac7476e...bffc376 (3): > linux-boundary: bump revision to 131d670 > nitrogen8mm.conf: add dtb to support tc358743 on Nitrogen8mm SOM > Allow override IMX_DEFAULT_BSP for Nitrogen machines * sources/meta-rust 2e085dd...53bfa32 (1): > Merge pull request #280 from YoeDistro/yoe/mut * sources/meta-ti da0aa140...5d085559 (12): > layer.conf: Add gatesgarth to LAYERSERIES_COMPAT > prusw-fw: Update the firmware to 3.1.6 version > ti-rtos-firmware: Remove trailing slash from S > ti-pdk-fetch.bbclass: Do not emit trailing slash during S forming > ti-sci-fw: now Cortex-R5 SPL can also be provided by u-boot-ti-mainline > linux-ti-staging: Update kernel to 5.4.70 > u-boot-ti-mainline: add mainline 2020.10 > linux-ti-mainline: add mainline 5.9 using ti-upstream-tools > linux-ti-staging: extract common rdepends, pass defconfig_builder.sh via variable > conf/machine: pass OPTEEFLAVOR via OPTEEMACHINE as <mach>-<flavor> > u-boot-ti: adjust location of optee binary to align with meta-arm > optee-os: add TI signing calls via TI_SECURE_DEV_PKG * sources/openembedded-core 2d1fd34aaf...5aa13433b8 (1): > Merge remote-tracking branch 'origin/dunfell' into yoe/dunfell Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule bitbake
updated
3 files
+61 −0 | doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | |
+6 −6 | lib/bb/fetch2/git.py | |
+47 −0 | lib/bb/tests/fetch.py |
Submodule meta-atmel
updated
9 files
Submodule meta-clang
updated
2 files
+114 −0 | recipes-devtools/clang/clang/0026-OpenCL-Fix-support-for-cl_khr_mipmap_image_writes.patch | |
+1 −0 | recipes-devtools/clang/common.inc |
Submodule meta-elm-binary
updated
1 files
+1 −1 | conf/layer.conf |
Submodule meta-freescale-3rdparty
updated
8 files
Submodule meta-ti
updated
27 files
Submodule openembedded-core
updated
15 files