Updating linux-yocto/6.12 to the latest korg -stable release that comprises
the following commits:
2b2cbdcede38 Linux 6.12.52
e7177c7e32cb KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O
716dceb19a9f net/9p: fix double req put in p9_fd_cancelled
c5c703b50e91 crypto: rng - Ensure set_ent is always present
77dd0e6cb9f9 driver core/PM: Set power.no_callbacks along with power.no_pm
99d67efda945 staging: axis-fifo: flush RX FIFO on read errors
7441d70d5cd6 staging: axis-fifo: fix TX handling on copy_from_user() failure
cc9cfbfb2916 staging: axis-fifo: fix maximum TX packet length check
65422a6a0d2d serial: stm32: allow selecting console when the driver is module
c301ec61ce6f binder: fix double-free in dbitmap
1855e18bff88 nvmem: layouts: fix automatic module loading
4827bd6548e0 hid: fix I2C read buffer overflow in raw_event() for mcp2221
647d6b8d22be ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_free
c611b9e55174 ALSA: usb-audio: Kill timer properly at removal
5980a35c9d13 drm/amdgpu: Enable MES lr_compute_wa by default
2dedc6b77bf8 drm/amd/include : Update MES v12 API for fence update
ff2b82286fc8 drm/amd/include : MES v11 and v12 API header update
bfd0bec4cb2c drm/amd : Update MES API header file for v11 & v12
44d41506d697 platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
4a918985a35f can: rcar_canfd: Fix controller mode setting
1d2ef21f02ba can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled
60bbfc295a33 netfs: Prevent duplicate unlocking
ec045333522e btrfs: ref-verify: handle damaged extent root tree
31a834865209 ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue
467dd7cab347 platform/x86/amd/pmf: Support new ACPI ID AMDI0108
1773f674c4f2 perf subcmd: avoid crash in exclude_cmds when excludes is empty
6263c898761b platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 list
27a0a815dbba dm-integrity: limit MAX_TAG_SIZE to 255
6a3a7b13ad74 ASoC: amd: acp: Adjust pdm gain value
e005b52b8398 rust: block: fix `srctree/` links
1713796d6538 wifi: rtl8xxxu: Don't claim USB ID 07b8:8188
914d02595ba6 wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188
7c1e37878a2f Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
dad2ac26ac76 USB: serial: option: add SIMCom 8230C compositions
f92181c0e13c media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe
895cccf639ac wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait()
(From OE-Core rev: 6830e9b1991e889b5377f73660920c8252964197)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||
|---|---|---|
| bitbake | ||
| contrib | ||
| documentation | ||
| meta | ||
| meta-poky | ||
| meta-selftest | ||
| meta-skeleton | ||
| meta-yocto-bsp | ||
| scripts | ||
| .b4-config | ||
| .gitignore | ||
| .templateconf | ||
| LICENSE | ||
| LICENSE.GPL-2.0-only | ||
| LICENSE.MIT | ||
| MAINTAINERS.md | ||
| MEMORIAM | ||
| oe-init-build-env | ||
| README.hardware.md | ||
| README.md | ||
| README.OE-Core.md | ||
| README.poky.md | ||
| README.qemu.md | ||
| SECURITY.md | ||
Poky
Poky is an integration of various components to form a pre-packaged build system and development environment which is used as a development and validation tool by the Yocto Project. It features support for building customised embedded style device images and custom containers. There are reference demo images ranging from X11/GTK+ to Weston, commandline and more. The system supports cross-architecture application development using QEMU emulation and a standalone toolchain and SDK suitable for IDE integration.
Additional information on the specifics of hardware that Poky supports is available in README.hardware. Further hardware support can easily be added in the form of BSP layers which extend the systems capabilities in a modular way. Many layers are available and can be found through the layer index.
As an integration layer Poky consists of several upstream projects such as BitBake, OpenEmbedded-Core, Yocto documentation, the 'meta-yocto' layer which has configuration and hardware support components. These components are all part of the Yocto Project and OpenEmbedded ecosystems.
The Yocto Project has extensive documentation about the system including a reference manual which can be found at https://docs.yoctoproject.org/
OpenEmbedded is the build architecture used by Poky and the Yocto project. For information about OpenEmbedded, see the OpenEmbedded website.
Contribution Guidelines
Please refer to our contributor guide here: https://docs.yoctoproject.org/dev/contributor-guide/ for full details on how to submit changes.
Where to Send Patches
As Poky is an integration repository (built using a tool called combo-layer), patches against the various components should be sent to their respective upstreams:
OpenEmbedded-Core (files in meta/, meta-selftest/, meta-skeleton/, scripts/):
- Git repository: https://git.openembedded.org/openembedded-core/
- Mailing list: openembedded-core@lists.openembedded.org
BitBake (files in bitbake/):
- Git repository: https://git.openembedded.org/bitbake/
- Mailing list: bitbake-devel@lists.openembedded.org
Documentation (files in documentation/):
- Git repository: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/
- Mailing list: docs@lists.yoctoproject.org
meta-yocto (files in meta-poky/, meta-yocto-bsp/):
- Git repository: https://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto
- Mailing list: poky@lists.yoctoproject.org
If in doubt, check the openembedded-core git repository for the content you intend to modify as most files are from there unless clearly one of the above categories. Before sending, be sure the patches apply cleanly to the current git repository branch in question.