Dropped two patches which got incorporated in this version. Changelogs: 2.0.16: Add a 'search' feature to fwupdtool and fwupdmgr Fix missing release locations when loading from artifact Fix remaining issues to make updates on FreeBSD work 2.0.15: Allow child devices to use the parent name as a prefix Add newer commands and options for Fish completion Allow installing archives named as .CAB rather than .cab Erase Firehose modem devices correctly Fix Goodix enumeration issues Fix sending firmware reports without --force Fix the FreeBSD build Fix version number of BnR MTD devices Require additional requirements for the default PS5512 devboard Require a full system shutdown for all Micron NVMe updates Use a better name for Elan touchpad and Intel PCH SPI devices New supported hw: Foxconn SDX61 Modem Jabra Evolve2 child devices NVIDIA ConnectX-6, ConnectX-7 and ConnectX-8 NICs 2.0.14: Add support for ignoring the network connectivity requirement Allow building on RHEL-9 and RHEL-10 Allow plugins to know the firmware version during update Allow UEFI capsule devices to opt-out of Capsule-on-Disk Allow unsetting HwID plugin context flags Allow upgrading from a zero "empty" UEFI dbx Add an automatic firehose counterpart to the QCDM modem device Disable signature time checks when verifying firmware Do not add a vendor ID of UNKNOWN when the signature has no vendor Do not discover ThunderBolt retimer devices when run in single-shot mode Do not use deprecated libflashrom API Enhance firmware metadata generation in firmware_packager Ensure Lexar NVMe drives use a proper version number Fix parsing and writing UF2 extension sections Fix Synaptics RMI initialization for new devices Fix updating DFOTA and MBIM modem devices Move some vendor name fixups to the quirk file Remove CapsuleOnDisk HwID match for Dell Return a sensible error when using build-cabinet wrong Set the firehose loader filename in a more permissive way Update the mapping for TPM vendor names Verify the checksum of the serialized data in tests Work around a libmbim bug when detaching New supported hw: Egis MoC devices Framework QMK devices ILITEK touch controllers SteelSeries Arctis Nova 3P 2.0.13: Add a daemon config option to ignore efivars free space Add support for glob-aware version comparison requirements Allow targeting specific regions in FMAP when using flashrom Detect static variables and magic numbers during code review Remove the unused hailuck and rts54hid plugins Align MTD erase up to the erasesize as necessary Allow parsing IGSC OptionROM when using fwupdtool Allow removing private flags from UEFI capsule devices in quirks Do not copy the vendor for Intel reference ME firmware Do not use an interactive console if stdout is redirected Fix the UEFI self-test when the capsule splash is disabled Get better device information when using PCI-backed MTD devices Get the Intel GPU SKU and SVN when using BMG hardware Make MBIM modem devices emulatable Make sure fwupdtool.exe is available in the Windows PATH Only show the 'Full Disk Encryption Detected' warning when required Set all QCDM modem devices to raw mode when updating Show all devices for fwupdtool get-devices --show-all --force Show correct dbx version if non-Microsoft entries are present Show KEK device attributes in fwupdmgr Use an alternate GUID when the Intel GPU is in recovery mode Use the kernel netlink hotplug socket when there is no Udev Various small changes to speed up startup by 60% and lower RSS by 40% New supported hw: HP USB-C 100W G6 Dock Logitech Bulk Controller pheripherals More MediaTek scaler devices Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |
||
|---|---|---|
| .. | ||
| classes | ||
| conf | ||
| dynamic-layers | ||
| files | ||
| lib/oeqa/selftest/cases | ||
| licenses | ||
| recipes-benchmark | ||
| recipes-bsp | ||
| recipes-connectivity | ||
| recipes-core | ||
| recipes-crypto | ||
| recipes-dbs | ||
| recipes-devtools | ||
| recipes-extended | ||
| recipes-gnome | ||
| recipes-graphics | ||
| recipes-kernel | ||
| recipes-multimedia | ||
| recipes-navigation | ||
| recipes-networking/cyrus-sasl | ||
| recipes-printing | ||
| recipes-security | ||
| recipes-shells | ||
| recipes-support | ||
| recipes-test | ||
| COPYING.MIT | ||
| README.md | ||
| SECURITY.md | ||
meta-oe
This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git branch: master
luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed packages to fullfit this might have different names on different host distributions e.g. on archlinux based distributions install prerequisites like below
pacman -S lib32-gcc-libs lib32-glibc
Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
When sending single patches, please use something like: 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'
You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch.
Note, it is discouraged to send patches via GitHub pull request system. Such patches get less attention from developers and can be mishandled or not reviewed properly. Please use emails instead. For exemple, you can use 'git request-pull' to generate an email referencing your git repository.
Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend GitHub because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
Layer maintainer: Khem Raj raj.khem@gmail.com