Jump to content

RSS Bot

Bot
  • Posts

    4209
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. thinkpad-x13s: bump to steev's lenovo-x13s-linux-6.6.y (currently 6.6.0) thinkpad-x13s: bump to steev's lenovo-x13s-linux-6.6.y (currently 6.6.0) View the full article
  2. Linux Kernel 6.6 has arrived, bringing a significant amount of new features and performance enhancements. Collabora has actively contributed many patches, including work on MediaTek and Rockchip. View the full article
  3. Description Build train breaks. Todo: move back once / if fixed Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  4. Description Legacy - 5.15.135 -> 5.15.137 Current - 6.1.57 -> 6.1.60 How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] Both 32-bit and 64-bit Kernel builds [X] Booted on Orange Pi Zero, Orange Pi 3-LTS Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  5. meson64 / rockchip64 / uefi / rk3568-odroid: edge 6.6: bump to 6.6.y; rebase patches to v6.6(.0) meson64 / rockchip64 / uefi / rk3568-odroid: edge 6.6: bump to 6.6.y; rebase patches to v6.6(.0) View the full article
  6. Description As per subject. Kernel configs have been updated and patches have been adapted to kernel 6.6 as well Jira reference number AR-1905 How Has This Been Tested? [x] Compiled rockchip 32 bit edge kernel succesfully [x] Compiled rk322x edge kernel successfully Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  7. Bumps ossf/scorecard-action from 2.3.0 to 2.3.1. Release notes Sourced from ossf/scorecard-action's releases. v2.3.1 What's Changed :seedling: Bump github.com/ossf/scorecard/v4 from v4.13.0 to v4.13.1 by @​spencerschrock in ossf/scorecard-action#1282 Adds additional Fuzzing detection and fixes a SAST bug related to detecting CodeQL. For a full changelist of what this includes, see the v4.13.1 release notes Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.0...v2.3.1 Commits 0864cf1 :seedling: Bump docker tag to for v2.3.1 release (#1284) 72df3bf :seedling: Bump github.com/ossf/scorecard/v4 from v4.13.0 to v4.13.1 (#1282) 0ea411f :seedling: Bump the docker-images group with 1 update (#1281) dbfd042 :seedling: Bump the github-actions group with 1 update (#1280) 2fa1e2f :seedling: Bump golang.org/x/net from 0.16.0 to 0.17.0 (#1278) 652ddd0 :seedling: Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#1277) 28d0c92 :seedling: Group Dependabot updates for GitHub Actions and Dockerfiles (#1276) cb50491 :seedling: Bump distroless/base from a35b652 to b31a6e0 (#1275) 87157ac :seedling: Bump github/codeql-action from 2.21.9 to 2.22.1 (#1274) 7c1648b :seedling: Bump step-security/harden-runner from 2.5.1 to 2.6.0 (#1273) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) View the full article
  8. Bumps tj-actions/changed-files from 39 to 40. Release notes Sourced from tj-actions/changed-files's releases. v40 Changes in v40.0.0 🔥 🔥 Breaking Change 🔥 🔥 Directory patterns now require explicit specification of the globstar pattern to match all sub paths. ... - name: Get specific changed files id: changed-files-specific uses: tj-actions/changed-files@v40 with: files: | - dir + dir/** What's Changed Upgraded to v39.2.4 by @​tj-actions-bot in tj-actions/changed-files#1664 chore(deps): lock file maintenance by @​renovate in tj-actions/changed-files#1665 Bump @​types/node from 20.8.7 to 20.8.8 by @​dependabot in tj-actions/changed-files#1666 chore(deps): update dependency @​types/node to v20.8.9 by @​renovate in tj-actions/changed-files#1668 remove: appending globstar pattern for directories to prevent bugs with path matching by @​jackton1 in tj-actions/changed-files#1670 chore(deps): lock file maintenance by @​renovate in tj-actions/changed-files#1671 Full Changelog: https://github.com/tj-actions/changed-files/compare/v39...v40.0.0 v40.0.0 🔥 🔥 Breaking Change 🔥 🔥 Directory patterns now require explicit specification of the globstar pattern to match all sub paths. ... - name: Get specific changed files id: changed-files-specific uses: tj-actions/changed-files@v40 with: files: | - dir + dir/** What's Changed ... (truncated) Changelog Sourced from tj-actions/changed-files's changelog. Changelog 40.0.0 - (2023-10-26) 📦 Bumps Bump @​types/node from 20.8.7 to 20.8.8 (#1666) Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] (955cdc8) - (dependabot[bot]) ➕ Add Added missing changes and modified dist assets. (af292f1) - (GitHub Action) Added missing changes and modified dist assets. (e48cacb) - (GitHub Action) ➖ Remove Appending globstar pattern for directories to prevent bugs with path matching (#1670) (3ce5a29) - (Tonye Jack) ⚙️ Miscellaneous Tasks deps: Lock file maintenance (2ddcb04) - (renovate[bot]) Update test.yml (d898dd0) - (Tonye Jack) deps: Update dependency @​types/node to v20.8.9 (0e08afd) - (renovate[bot]) deps: Lock file maintenance (5aee572) - (renovate[bot]) ⬆️ Upgrades Upgraded to v39.2.4 (#1664) Co-authored-by: jackton1 jackton1@users.noreply.github.com (c83cb31) - (tj-actions[bot]) 39.2.4 - (2023-10-23) ➕ Add Added missing changes and modified dist assets. (28cf220) - (GitHub Action) Added missing changes and modified dist assets. (40e81cc) - (GitHub Action) ⚙️ Miscellaneous Tasks deps: Update typescript-eslint monorepo to v6.9.0 (fea790c) - (renovate[bot]) deps: Update actions/setup-node action to v4 (#1662) (794c26f) - (renovate[bot]) deps: Update actions/setup-node action to v3.8.2 (0f6525c) - (renovate[bot]) deps: Lock file maintenance (faedee1) - (renovate[bot]) ... (truncated) Commits af292f1 Added missing changes and modified dist assets. 2ddcb04 chore(deps): lock file maintenance 3ce5a29 remove: appending globstar pattern for directories to prevent bugs with path ... d898dd0 chore: Update test.yml 0e08afd chore(deps): update dependency @​types/node to v20.8.9 955cdc8 Bump @​types/node from 20.8.7 to 20.8.8 (#1666) e48cacb Added missing changes and modified dist assets. 5aee572 chore(deps): lock file maintenance c83cb31 Upgraded to v39.2.4 (#1664) See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) View the full article
  9. With the upcoming 0.5 release, WirePlumber's Lua scripts will be transformed with the new Event Dispatcher. More modular and extensible with very little redundant processing, they will look and feel completely different. View the full article
  10. replace master with main. Untested Adressese https://github.com/armbian/build/issues/5870#issuecomment-1783812910 View the full article
  11. Description Update odroidxu4-current kernel to 6.1.60. How Has This Been Tested? [x] Reboot of my Odroid HC1 Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  12. meson64 / rockchip64 / uefi / rk3568-odroid: edge 6.6: bump to 6.6-rc7; rebase/rewrite patches for 6.6-rc7 meson64 / rockchip64 / uefi / rk3568-odroid: edge 6.6: bump to 6.6-rc7; rebase/rewrite patches for 6.6-rc7 View the full article
  13. Description Use Radxa's upstream dtb from here. How Has This Been Tested? Built, flashed, booted on a CM5 I/O board. Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  14. Description Improve naming confusion by changing build framework defaults. Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  15. Description When generating KDE desktop environment beyond Jammy, some essential items are missing like systemsettings. The plasma-discover package manager was also missing. In bookworm, some gname packages are also not available any more and have been removed. Jira reference number AR-1897 How Has This Been Tested? [ ] Generated a uefi_x86 version for current/bullseye/KDE and testing in in VirtualBox [ ] Generated a uefi_x86 version for current/bookworm/KDE and testing in in VirtualBox View the full article
  16. patching: if 0 files left to commit after config-filtering, don't commit nor rewrite the patches patching: if 0 files left to commit after config-filtering, don't commit nor rewrite the patches this is mostly useful for Makefile's and DT patches which should end be bare instead of null-patched View the full article
  17. initrd: if debugging, don't filter update-initramfs output (errors might be lurking in there) initrd: if debugging, don't filter update-initramfs output (errors might be lurking in there) View the full article
  18. Radxa Zero: Add overlays for serial i2c and spi. BPI-M2S/M5: Add RTL8822CS overlays for each unit. Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  19. Set aliases for serial, i2c and spi https://github.com/radxa/kernel/commit/09f243e8d3a7a0d06c54ec6909a1b291f20b7a57 https://github.com/radxa/kernel/commit/ca5ed41ff23216d95c7dd5fce6e2d5d7577c7c02 Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  20. Update Das U-Boot to v2023.07.02 Patch: HACK: mmc: meson-gx: limit to 24MHz https://github.com/radxa/u-boot/commit/db6738fed924d7febb8bac927e30526f81408eeb In my testing the patch is required for stable boot on REV 1.51. It is not required on REV 1.4, but has no ill effects on boot. Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  21. Set fan max speed to kick in at 65C. This keeps the unit roughly at 70C or lower, when pusing all cores for an extended period of time. Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  22. Description Infos: PostmarketOS's wiki page: https://wiki.postmarketos.org/wiki/Xiaomi_Mi_Pad_5_Pro_(xiaomi-elish) Mainline repo for pmos: https://gitlab.com/sm8250-mainline/linux/-/tree/sm8250/v6.4-rc2?ref_type=heads I created a new family qcom-abl to generate abl bootable images. Qcom devices need userspace applications like pd-mapper and qbootctl. I maintain them in a ppa repo for jammy, so only jammy is supported at the moment. Firmwares for this device are in this pr: https://github.com/armbian/firmware/pull/66 Flashing guide can be found here: https://github.com/amazingfate/armbian-xiaomi-elish/wiki/Flashing-Guide How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] Images are built successfully. [ ] Images are not tested, I will confirm it soon. Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  23. add armsom-w3.wip github: https://github.com/ArmSoM/armsom-w3-bsp wiki: http://wiki.armsom.org/index.php/ArmSoM-w3 How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. 2.5Gb Network r8125 ok Headphone ok usb 2.0 * 2 ok typec ok usb3.0 ok hdmi tx * 2 ok 40pin-Header ok LED ok RTC ok debug ok Fan ok M2 E key ok POE ok Checklist: My code follows the style guidelines of this project I have performed a self-review of my own code I have commented my code, particularly in hard-to-understand areas I have made corresponding changes to the documentation My changes generate no new warnings Any dependent changes have been merged and published in downstream modules View the full article
  24. Description Reported by mboehmer on the forums Kernel update made direct spidev in dts an error rather than warning, this patch didn't get updated post-break. Use "armbian,spi-dev" compatible defined in another patch. How Has This Been Tested? Builds OK Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  25. base-files / apt-utils: stop trying non "-updates" repos when looking for Ubuntu LTS release package base-files / apt-utils: stop trying non "-updates" repos when looking for Ubuntu LTS release package otherwise, when the lookup at "jammy-updates" fails (due to server instability), and "jammy" works, we end up with the wrong version non-LTS releases don't have the "-updates" repo, so don't even try, which should make everything faster TODO: yet-another opportunity to have a release metadata file, otherwise this is yet-another place where we list "jammy" View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines