RSS Bot
Bot-
Posts
4244 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Description Enable BINFMT_MISC for box86. Enable UHID for bluetooth LE keyboard I have a bluetooth LE keyboard with pairing issue: unexpected SMP command 0x06 unexpected SMP command 0x07 The root cause might be a race condition, but the kernel patch which just pass two SMP code check just works. 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] xiaomi-elish kernel build success [x] My bluetooth keyboard is paired and work fine. 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 P.S.: @igorpecovnik it's my bad to push the branch to the main repo, this pr is from my own repo so you can delete that branch if necessary: https://github.com/armbian/build/tree/sm8250-6.6-config View the full article
-
Description Add patches as Justin Green mentioned to enable DMA buffer caching on hantro and rkvdec driver. Hantro and rkvdec driver have set dst_vq->dma_attrs to DMA_ATTR_ALLOC_SINGLE_PAGES | DMA_ATTR_NO_KERNEL_MAPPING and it will not pass check in dma_alloc_noncontiguous, so I add a patch to deal with 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] rockchip64-edge build success [x] chromium v4l2 decoder works on orangepi3b. 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
-
Description Some patches are modified to get applied to kernel 6.6. Add a new patch 0026-Enable-non-coherent-dst-bufs-for-Venus-V4L2-driver.patch from Justin Green so that chromium will have better performace. 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] Kernel build success for xiaomi-elish [x] Kerne boots fine on xiaomi-elish 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
-
Description cpufrequtils is due to removal. Its not present in trixie anymore ... How Has This Been Tested? [x] Build armhf image / rootfs 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
-
Description thead: update linux to 6.6, enable on-board 8723ds wifi chip 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] Successfully built. [x] System startup(EMMC). 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 [x] Any dependent changes have been merged and published in downstream modules View the full article
-
MLBench enables developers and maintainers to effortlessly gauge how their frameworks perform compared to other implementations, prior code versions, or across different boards, with respect to both runtime performance and other metrics. View the full article
-
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
-
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
-
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
-
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
-
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
-
replace master with main. Untested Adressese https://github.com/armbian/build/issues/5870#issuecomment-1783812910 View the full article
-
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
-
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
-
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
-
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
-
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
-
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
