Skip to content

Commit

Permalink
Merge pull request #993 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
update layers
  • Loading branch information
kraj authored Dec 21, 2024
2 parents 63f6e8f + b8357d0 commit 7eb3eec
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 13 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,31 @@ and this project adheres to
- Improve bitbake's setscene performance
- Enable GCC sanitizers for riscv64
- Fix Qt5/6 wireshark configuration
- Add 6.12 linux-yocto reference kernel
- Upgrade 6.6 kernel to v6.6.64
- Upgrade curl to 8.11.1
- Upgrade linux-raspberrypi-6.6 to 6.6.63
- Fix external kernel modules for 6.12 kernel e.g. emlog, vboxdrivers
- Upgrade LLVM and Clang to 19.1.5
- Introduce recipe for libpeas 2.x and make it cohabit with libpeas-1
- Update XFCE base components to 4.20 release
- Revert python3-numpy from 2.2 back to 2.1
- Upgrade Qemu to 9.2.0
- Upgrade systemd to 256.9
- Add linux-yocto 6.10 to meta-tegra
- Upgrade musl to latest master at 61399d4bd02ae1ec03068445aa7ffe9174466bfd
- Run aclocal cleanup on expect,tcl,bash recipes

### Added

- Added recipes - pam-radius, lua-lgi, cbindgen
- Add include_all conf file bitbake directive

### Removed

- Removed recipes - xserver-common, autoconf-2.13-native
- Remove gpe bbclass
- Drop linux-yocto 6.10

## [2024.11] - 2024-11-30

Expand Down
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
#YOE_PROFILE = "yoe-musl-systemd-wayland"
#require conf/world.conf

IMG_VERSION = "24.11.2"
IMG_VERSION = "24.11.3"
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 243 files
2 changes: 1 addition & 1 deletion sources/meta-qcom
Submodule meta-qcom updated 103 files
2 changes: 1 addition & 1 deletion sources/meta-swupdate
2 changes: 1 addition & 1 deletion sources/meta-ti
Submodule meta-ti updated 62 files
+17 −0 meta-beagle/COPYING.MIT
+31 −0 meta-beagle/README
+20 −0 meta-beagle/SECURITY
+17 −0 meta-beagle/conf/layer.conf
+2 −3 meta-beagle/conf/machine/beagle-x15.conf
+6 −5 meta-beagle/conf/machine/beaglebone-ai64-k3r5.conf
+14 −8 meta-beagle/conf/machine/beaglebone-ai64.conf
+2 −3 meta-beagle/conf/machine/beaglebone.conf
+11 −0 meta-beagle/conf/machine/beagleplay-k3r5.conf
+78 −0 meta-beagle/conf/machine/beagleplay.conf
+16 −0 meta-beagle/conf/machine/beagley-ai-k3r5.conf
+25 −0 meta-beagle/conf/machine/beagley-ai.conf
+43 −0 meta-beagle/conf/machine/include/beagle-bsp.inc
+8 −1 meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2023.04.bb
+14 −0 meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2024.10.bb
+0 −0 meta-beagle/recipes-kernel/linux/linux-bb.org-6.1/defconfig
+1 −0 meta-beagle/recipes-kernel/linux/linux-bb.org-6.6/defconfig
+1 −0 meta-beagle/recipes-kernel/linux/linux-bb.org-6.6/no-fortify.cfg
+11 −8 meta-beagle/recipes-kernel/linux/linux-bb.org_6.1.bb
+71 −0 meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb
+1 −1 meta-ti-bsp/conf/layer.conf
+1 −0 meta-ti-bsp/conf/machine/am62pxx-evm.conf
+2 −0 meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+0 −1 meta-ti-bsp/conf/machine/beagleplay-ti-k3r5.conf
+49 −0 meta-ti-bsp/conf/machine/beagleplay-ti.conf
+0 −96 meta-ti-bsp/conf/machine/beagleplay.conf
+2 −1 meta-ti-bsp/conf/machine/include/omap-a15.inc
+1 −20 meta-ti-bsp/conf/machine/include/ti-bsp.inc
+3 −3 meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+0 −0 meta-ti-bsp/recipes-bsp/ti-rtos-fw/ti-rtos-echo-test-fw.bb
+3 −1 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
+3 −1 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.04.bb
+2 −0 meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.10.bb
+59 −0 meta-ti-bsp/recipes-bsp/u-boot/u-boot/0001-scripts-dtc-pylibfdt-libfdt.i_shipped-Use-SWIG_Appen.patch
+0 −56 meta-ti-bsp/recipes-kernel/linux/linux-bb.org/0001-blk-iocost-avoid-64-bit-division-in-ioc_timer_fn.patch
+0 −54 meta-ti-bsp/recipes-kernel/linux/linux-bb.org/0001-block-blk-iocost-gcc13-keep-large-values-in-a-new-en.patch
+2 −2 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
+2 −2 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.6.bb
+2 −2 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
+1 −1 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.12.bb
+2 −2 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.6.bb
+1 −1 meta-ti-bsp/recipes-security/optee/optee-os-ti-overrides.inc
+1 −1 meta-ti-bsp/recipes-ti/ipc/ti-ipc-common.inc
+1 −1 meta-ti-extras/conf/layer.conf
+0 −31 meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw/0001-Add-Makefile-to-install-firmware-files.patch
+3 −9 meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb
+0 −60 meta-ti-extras/recipes-ti/beagleboard/gadget-init.bb
+0 −1 meta-ti-extras/recipes-ti/beagleboard/gadget-init/bone-gmass-eject.rules
+0 −46 meta-ti-extras/recipes-ti/beagleboard/gadget-init/g-ether-load.sh
+0 −10 meta-ti-extras/recipes-ti/beagleboard/gadget-init/g-ether-start-service.sh
+0 −4 meta-ti-extras/recipes-ti/beagleboard/gadget-init/g-storage-reinsert.sh
+0 −11 meta-ti-extras/recipes-ti/beagleboard/gadget-init/network-gadget-init.service
+0 −11 meta-ti-extras/recipes-ti/beagleboard/gadget-init/storage-gadget-init.service
+0 −5 meta-ti-extras/recipes-ti/beagleboard/gadget-init/udhcpd.conf
+0 −2 meta-ti-extras/recipes-ti/beagleboard/gadget-init/udhcpd.rules
+0 −12 meta-ti-extras/recipes-ti/beagleboard/gadget-init/udhcpd.service
+0 −37 meta-ti-extras/recipes-ti/beagleboard/gadget-init/update-image-info-on-mmcblk0p1.sh
+0 −40 ...extras/recipes-ti/ipc/ti-ipc-examples-linux/0001-examples-ClusterMgr-sys_errlist-has-been-deprecated-.patch
+0 −49 meta-ti-extras/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
+0 −31 meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc
+0 −44 meta-ti-extras/recipes-ti/ipc/ti-ipc-examples_git.bb
+13 −0 meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 378 files

0 comments on commit 7eb3eec

Please sign in to comment.