Jump to content

RSS Bot

Bot
  • Posts

    4208
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Description JetHome: Move blacklist for rtw88 kernel module to the board configs Jira reference number AR-2466 How Has This Been Tested? Build without warning [X] JetHub D1+ [X] JetHub H1 Checklist: [X] My code follows the style guidelines of this project [X] I have performed a self-review of my own code [X ] My changes generate no new warnings View the full article
  2. Description As tittle said. How Has This Been Tested? Need to be tested. Checklist: [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  3. Description Fix logic. How Has This Been Tested? [x] Build current and edge kernel with rock3c Checklist: [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  4. Description How Has This Been Tested? Not yet. Checklist: [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  5. Bumps actions/upload-artifact from 4.3.5 to 4.3.6. Release notes Sourced from actions/upload-artifact's releases. v4.3.6 What's Changed Revert to @actions/artifact 2.1.8 by @robherley in actions/upload-artifact#594 Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.6 Commits 834a144 Merge pull request #594 from actions/robherley/4.3.6 134dcf3 v4.3.6 73a0b9c revert back to @actions/artifact 2.1.8 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
  6. Bumps pyyaml from 6.0.1 to 6.0.2. Release notes Sourced from pyyaml's releases. 6.0.2 What's Changed Support for Cython 3.x and Python 3.13. Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2 6.0.2rc1 Support for extension build with Cython 3.x Support for Python 3.13 Added PyPI wheels for musllinux on aarch64 Changelog Sourced from pyyaml's changelog. 6.0.2 (2024-08-06) yaml/pyyaml#808 -- Support for Cython 3.x and Python 3.13 Commits 41309b0 Release 6.0.2 (#819) dd9f0e1 6.0.2rc1 (#809) f5527a2 disable CI trigger on PR edits b4d80a7 Python 3.12 + musllinux_1_1_x86_64 wheel support 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
  7. Description Maint. How Has This Been Tested? [ ] Compile at CI Checklist: [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  8. Description Maint. How Has This Been Tested? [x] Compile test Checklist: [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  9. Description Moved patch from uboot 35xx to uboot 3588 In order to patch. At before, the patch has not been patched. How Has This Been Tested? [x] ./compile.sh build ARTIFACT_IGNORE_CACHE=yes BOARD=firefly-itx-3588j BRANCH=vendor BUILD_DESKTOP=yes BUILD_MINIMAL=no DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base KERNEL_CONFIGURE=no RELEASE=bookworm [x] observed successful patch to uboot w/o error [x] u-boot said Starting Kernel ... 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] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  10. Description Disable saving state of leds such as: enP1p1s0-0::lan enP1p1s0-1::lan enP1p1s0-2::lan enP1p1s0-3::lan enP2p1s0-0::lan enP2p1s0-1::lan enP2p1s0-2::lan enP2p1s0-3::lan These leds are not manageable and when restored trow up errors in kernel ring buffer [ 13.964507] leds enP1p1s0-0::lan: Setting an LED's brightness failed (-524) [ 13.989055] leds enP1p1s0-0::lan: Setting an LED's brightness failed (-524) [ 13.989100] leds enP1p1s0-1::lan: Setting an LED's brightness failed (-524) [ 14.021133] leds enP1p1s0-1::lan: Setting an LED's brightness failed (-524) [ 14.021176] leds enP1p1s0-2::lan: Setting an LED's brightness failed (-524) [ 14.070622] leds enP1p1s0-2::lan: Setting an LED's brightness failed (-524) [ 14.073070] leds enP1p1s0-3::lan: Setting an LED's brightness failed (-524) [ 14.097028] leds enP1p1s0-3::lan: Setting an LED's brightness failed (-524) [ 14.097066] leds enP2p1s0-0::lan: Setting an LED's brightness failed (-524) [ 14.132938] leds enP2p1s0-0::lan: Setting an LED's brightness failed (-524) [ 14.132982] leds enP2p1s0-1::lan: Setting an LED's brightness failed (-524) [ 14.154556] leds enP2p1s0-1::lan: Setting an LED's brightness failed (-524) [ 14.157496] leds enP2p1s0-2::lan: Setting an LED's brightness failed (-524) [ 14.197328] leds enP2p1s0-2::lan: Setting an LED's brightness failed (-524) [ 14.197371] leds enP2p1s0-3::lan: Setting an LED's brightness failed (-524) [ 14.214507] leds enP2p1s0-3::lan: Setting an LED's brightness failed (-524) How Has This Been Tested? [x] running correctly on nanopi-r5c and orangepi-5-plus --> enP* entries are not saved to armbian-leds.conf 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] My changes generate no new warnings View the full article
  11. Description Need to be fixed after release. Some background in comments https://github.com/armbian/build/pull/6656 How Has This Been Tested? [ ] CI build Checklist: [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  12. Amlogic A113X 1Gb RAM eMMC 8Gb USB (1 port) Ethernet Wireless Realtek 8189FSTV / Z-WAVE There is currently no easy way to flash the IMG. In order to test the build Flash Jethub D1 IMG using the aml-flash-tool Flash Gateway-gz80x IMG to a USB stick Power on unit and input user information or bypass Insert USB stick, reboot sudo reboot. (You should now be booting from the USB stick) Input user information and execute sudo armbian-install and transfer to eMMC When done; power down, pull USB stick and power on. In the future we need to be able to generate IMGs that can be flashed using the aml-flash-tool. NOTE: USB storage isn't detected in U-Boot, when cold booting from the Jethub img. This is why it requires a reboot before we can boot from USB. View the full article
  13. Description orangepi5-plus u-boot patch dir has been detached to allow patching in kaslr support this PR includes general 2024.07 patches to board such as: general-btrfs-fix-out-of-bounds-write.patch general-dwc-otg-usb-fix.patch general-dw-hdmi-disable.patch general-fix-inno-phy-macro.patch note to users and maintainers: sorry for forgetting to include those patches in my first PR How Has This Been Tested? [x] Succesfully built and ran u-boot 2024.07 Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  14. Description nanopi-r5c u-boot patch dir has been detached to allow version bump to 2024.07 and add kaslr support patchset this PR includes general 2024.07 patches to board such as: general-btrfs-fix-out-of-bounds-write.patch general-dwc-otg-usb-fix.patch general-dw-hdmi-disable.patch general-fix-inno-phy-macro.patch note to users and maintainers: sorry for forgetting to include those patches in my first PR How Has This Been Tested? [x] Succesfully built and ran u-boot 2024.07 Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  15. Description Orange Pi 5 requires to relocate FSPI0 pinctrl to identify SPI flash. Otherwise, it breaks NVME boot like now. This PR fixes it How Has This Been Tested? [x] Build and boot Checklist: Please delete options that are not relevant. [ ] 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  16. Description Current armbian images can't boot from sd card, and rockchip has provided uboot patches to fix it. 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] ./compile.sh BOARD=armsom-sige5 BRANCH=vendor BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=noble KERNEL_GIT=shallow BUILD_DESKTOP=yes DESKTOP_APPGROUPS_SELECTED= DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base [x] Tested sd card boot with armsom sige5 Checklist: Please delete options that are not relevant. [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 [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  17. bump u-boot to 2024.07 patch in kaslrseed support enable kaslrseed in nanopi-r5c-rk3568-defconfig set CONFIG_RANDOMIZE_BASE=y(kaslr) (kernel) Reference patchset: 1949474 Credit: Tim Harvey How Has This Been Tested? [x] Built and run edge kernel + u-boot --> KASLR enabled Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  18. Description patch u-boot 2024.07 to support KASLR enable KASLR Reference patchset: 1949474 Credit: Tim Harvey How Has This Been Tested? [x] built and ran minimal trixie edge orangepi5-plus --> KASLR Enabled Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  19. Description This fixes armbian-firmware-full missing the symlinks from linux-firmware How Has This Been Tested? [x] Build an image with armbian-firmware-full and confirmed the symlinks were there and pointed to the right location 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  20. MBa8MPxL: rework uboot patches Description The U-Boot Repo get some updates. This reworks the patches depending on these updates. How Has This Been Tested? [x] Build images for mba8mp-ras314 and mba8mpxl with new patches [x] Boot test "bookworm_current" mba8mp-ras314 [x] Boot test "bookworm_current" mba8mpxl Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code View the full article
  21. Description Better label description. View the full article
  22. Description Add latest Linux Mint versions, Virginia and Wilma, to supported hosts. Add virginia and wilma in host-release.sh Add wilma (noble) in prepare-host.sh. How Has This Been Tested? [x] Linux Mint Virginia (xfce) - ./compile.sh build BOARD=orangepizeroplus BRANCH=edge RELEASE=bookworm [x] Linux Mint Wilma (xfce) - ./compile.sh build BOARD=orangepizeroplus BRANCH=edge RELEASE=bookworm Checklist: [x] My changes generate no new warnings View the full article
  23. Description An attempt to set default Wallpaper on KDE Neon Jira reference number AR-2002 How Has This Been Tested? [ ] Build image Desktop show in selection, but does not apply. 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  24. Description We have disabled this since base-files were downgrading when MESA extension was used. I still down know why this happens, but holding base-files before and unholding after solves the problem. KDE Neon builds and works fine. How Has This Been Tested? [x] Generate image and playing around with Checklist: [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  25. Description Default packages change in minimal images. Checklist: [x] My code follows the style guidelines of this project View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines