Jump to content

RSS Bot

Bot
  • Posts

    4209
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. patching: accept a sha1 in BASE_GIT_TAG (as well as branch or tag) patching: accept a sha1 in BASE_GIT_TAG (as well as branch or tag) just for convenience View the full article
  2. dpkg-deb: don't use fakeroot, we're already root; don't add fakeroot dep either dpkg-deb: don't use fakeroot, we're already root; don't add fakeroot dep either dpkg-deb: rename fakeroot_dpkg_deb_build -> dpkg_deb_build View the full article
  3. The fall conference season continues next week with the X.Org Developer's Conference, taking place from October 17 to 19 in A Coruna, Spain. Sponsored by Collabora, this event brings together developers with an interest in open graphics and is free to attend. View the full article
  4. Description Legacy kernel is not supported no more for these rockchip boards and thus, they can be removed from their associated board configuration files. Jira reference number AR-1882 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
  5. v2: arch: arm64: dts: amlogic: meson-g12b-waveshare-cm4-io-base-b Fan, RTC and USB support RTC requires rtc pcf85063 driver Fan requires hwmon emc2305 driver (new addition) hwmon: emc2305: fixups for driver The driver had a number of issues, checkpatch warnings/errors, and other limitations, so fix these up to make it usable. Additional: hwmon: emc2305: Change OF properties pwm-min & pwm-max to u8 hwmon: emc2305: Add calls to initialize cooling maps How was it tested? Built a new image with the following changes and booted to make sure it works as it should. Inactive: == Waveshare CM4-IO-BASE-B with BPI-CM4 Module (6.1.57-current-meson64) CPU usage: 0 Processors: Cortex-A53 @ 2016MHz 51°C, Cortex-A73 @ 2400MHz 53°C Cur freq: 1000MHz 2400MHz Fan: 0 RPM (0) <-- FAN INACTIVE Online: 0-5 Governor: ondemand Memory: 3.7G 331M Entropy: 256 Uptime: 14:12:26 up 18 min, 4 users, load average: 0.01, 0.24, 0.31 Active: == Waveshare CM4-IO-BASE-B with BPI-CM4 Module (6.1.57-current-meson64) CPU usage: 90 Processors: Cortex-A53 @ 2016MHz 82°C, Cortex-A73 @ 2400MHz 82°C Cur freq: 2016MHz 2400MHz Fan: 3368 RPM (255) <-- FAN ACTIVE Online: 0-5 Governor: ondemand Memory: 3.7G 430M Entropy: 256 Uptime: 14:19:09 up 25 min, 4 users, load average: 1.76, 1.06, 0.64 NOTE: The temps are not as they should be as they sent me a 12V instead of a 5V fan. I decided to keep the 12V to do the testing with, as I wait for the 5V to arrive. The difference between them shouldn't change the basic functionality, only the quality of the cooling. 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
  6. Description Legacy - 5.15.134 -> 5.15.135 Current - 6.1.56 -> 6.1.57 Edge - 6.5.6 -> 6.5.7 Config refreshed using rewrite-kernel-config 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] All patches apply fine, builds fine, and seems to work fine as well. 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
  7. Description JetHome: Update u-boot: move to 2023.10 remove old eMMC HACK add upstream RFT emmc patches Only JetHub devices should be affected by the change. Jira reference number AR-1879 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] JetHub H1 boot ok [X] JetHub D1+ boot 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
  8. Update maintainers and board status synced status from the database rename to .csc where we don't have anyone If you want to become a board maintainer, adjust data here. Ref: Board Maintainers Procedures and Guidelines View the full article
  9. armbian-desktop: remove "Conflicts: gdm3"; some sddm support rootfs-desktop: disable sddm as well as lightdm and gdm3 in desktop_postinstall() lightdm, gdm3 already had this armbian-firstlogin: shellfmt, no changes armbian-firstlogin: better dm detection + add simple no-op sddm support armbian-desktop: remove "Conflicts: gdm3" if you installed gdm3 (even if you don't use it), you lose Armbian wallpapers View the full article
  10. don't break downloads if GITHUB_SOURCE is unset don't break downloads if GITHUB_SOURCE is unset fixes f200587b866deb358b57decfcf77f18189f9b872 from https://github.com/armbian/build/pull/5791 View the full article
  11. Description thead: update linux to 6.6-rc5, update opensbi binary How Has This Been Tested? [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
  12. Bumps ossf/scorecard-action from 2.2.0 to 2.3.0. Release notes Sourced from ossf/scorecard-action's releases. v2.3.0 What's Changed :seedling: Bump github.com/ossf/scorecard/v4 from v4.11.0 to v4.13.0 by @​spencerschrock in ossf/scorecard-action#1270 For a full changelist of what this includes, see the v4.12.0 and v4.13.0 release notes :sparkles: Send rekor tlog index to webapp when publishing results by @​spencerschrock in ossf/scorecard-action#1169 :bug: Prevent url clipping for GHES instances by @​rajbos in ossf/scorecard-action#1225 Documentation :book: Update access rights needed to see the results in code scanning by @​rajbos in ossf/scorecard-action#1229 :book: Add package comments. by @​spencerschrock in ossf/scorecard-action#1221 :book: Add SECURITY.md file by @​david-a-wheeler in ossf/scorecard-action#1250 :book: Fix typo in token input docs by @​aabouzaid in ossf/scorecard-action#1258 New Contributors @​david-a-wheeler made their first contribution in ossf/scorecard-action#1250 @​aabouzaid made their first contribution in ossf/scorecard-action#1258 Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.2.0...v2.3.0 Commits 483ef80 :seedling: Bump docker tag for v2.3.0 release. (#1271) 5d35913 :seedling: Bump github.com/ossf/scorecard/v4 from v4.11.0 to v4.13.0 (#1270) 49787a6 :seedling: Bump distroless/base from 46c5b9b to a35b652 (#1269) 4283c75 :seedling: Bump github/codeql-action from 2.21.8 to 2.21.9 (#1268) 709ecd0 :seedling: Bump golang from 6974950 to c416cee (#1266) 25bb02c :seedling: Bump actions/checkout from 4.0.0 to 4.1.0 (#1267) b687393 :seedling: Bump github/codeql-action from 2.21.5 to 2.21.8 (#1265) 6a1c21f :seedling: Bump golang from cffaba7 to 6974950 (#1264) 2dee8c1 :seedling: Bump github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.0 (#1254) e79dcb6 :seedling: Upgrade to go 1.20 (#1262) 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
  13. RTW88: updates and fixes 6.1: wireless-next 2023-10-06 The new regulation of China has been released, so update to the latest TX power table that also includes some changes of QATAR and UK. Why didn't add the wireless next updates to 6.5 and 6.6? The updates are small, with one of which only fixing a typo that has no effect on functionality. Plus these changes will more than likely make it in on their own. https://lore.kernel.org/linux-wireless/20231004085051.205683-1-pkshih@realtek.com/T/#t 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
  14. Description One of the features we are missing at the pull request stage is build test. Of anything. This implement a call to use our standard “build-all-artifacts” action script with few additional parameters. We need to attach build framework to PR commit ID, tell script that we don’t need to download artifacts and add additional security measures. Build script should run only when PR is opened by an Armbian Organisation member that is part of specific group. Jira reference number AR-1886 How Has This Been Tested? [x] Test runs from another repository 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
  15. Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Jira reference number [AR-9999] How Has This Been Tested? Tested during the development of AerithForge 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
  16. Description This might help diverting users from abusing issue tracker for seeking support. How Has This Been Tested? UX / guide change. 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
  17. radxa-zero2: bump u-boot to v2023.10 radxa-zero2: rewrite u-boot 2022.10 patches, no changes radxa-zero2: bump u-boot to v2023.10 View the full article
  18. Description This fixes montior not working after its turned off and on again. This also helps getting the monitors working that doesn't work by default by setting hdmimode=1080p60hz and outputmode=1080p60hz in boot/armbianEnv.txt file. The fix is based on hdmitx21 commit used on vim4. The same change was missing for hdmitx20 that is used on vim1s. 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] Tested on vim1s. Monitor hotplug works. Non-working monitor now works with manual configuration 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. mekotronics-r58x-4g: enable pcie3x4 and nvme boot for vendor u-boot mekotronics-r58x-4g: enable pcie3x4 and nvme boot for vendor u-boot switch back from rockchip#next-dev to radxa#next-dev add patch with defconfig and kernel-derived dtb NVMe boot works USB3 boot doesnt View the full article
  20. rockchip64 + rk3568-odroid / edge 6.6: update montjoie's rk crypto v2 patches to crypto-rk3588-03-10-2023 rockchip64 + rk3568-odroid / edge 6.6: update montjoie's rk crypto v2 patches to crypto-rk3588-03-10-2023 View the full article
  21. Description Addresses the RK3399-only overlays by adding -rk3399 to them. Sort the Makefile to have some order to the chaos. (https://github.com/armbian/build/issues/5778) Jira reference number AR-1875 How Has This Been Tested? Build test 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
  22. This patch does nothing useful and could cause issues in the future with the strange "driver", delete it. Description This is the work for https://github.com/armbian/build/issues/5348 Jira https://armbian.atlassian.net/browse/AR-1784 How Has This Been Tested? build test 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
  23. Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Jira reference number [AR-9999] 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] test with command ./compile.sh build GITHUB_MIRROR=ghproxy REGIONAL_MIRROR=china BOARD=licheepi-4a BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=yes RELEASE=jammy SKIP_EXTERNAL_TOOLCHAINS=no,can download releate package success as: [🐸] wget --no-verbose --progress=dot:giga -O /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/batcat/bat-v0.23.0-x86_64-unknown-linux-gnu-bin.tar.gz.tmp https://ghproxy.com/https://github.com/sharkdp /bat/releases/download/v0.23.0/bat-v0.23.0-x86_64-unknown-linux-gnu.tar.gz [🔨] 2023-10-06 09:43:05 URL:https://ghproxy.com/https://github.com/sharkdp/bat/releases/download/v0.23.0/bat-v0.23.0-x86_64-unknown-linux-gnu.tar.gz [2806915/2806915] -> "/home/red/Codes_of_pro/ai_light_brain/ misc/build/cache/tools/batcat/bat-v0.23.0-x86_64-unknown-linux-gnu-bin.tar.gz.tmp" [1] [🐸] mv /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/batcat/bat-v0.23.0-x86_64-unknown-linux-gnu-bin.tar.gz.tmp /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/batcat/bat-v0.23.0-x86_ 64-unknown-linux-gnu-bin.tar.gz [🐸] tar -xf /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/batcat/bat-v0.23.0-x86_64-unknown-linux-gnu-bin.tar.gz -C /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/batcat bat-v0.23.0- x86_64-unknown-linux-gnu/bat [🐸] rm -rf /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/batcat/bat-v0.23.0-x86_64-unknown-linux-gnu-bin.tar.gz [🐸] wget --no-verbose --progress=dot:giga -O /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/batcat/sublime-debian.tar.gz.tmp https://ghproxy.com/https://github.com/barnumbirr/sublime-debian/archive /refs/heads/master.tar.gz [🔨] 2023-10-06 09:43:06 URL:https://ghproxy.com/https://github.com/barnumbirr/sublime-debian/archive/refs/heads/master.tar.gz [28188/28188] -> "/home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/batc at/sublime-debian.tar.gz.tmp" [1] ... [🐛] Down URL: https://ghproxy.com/https://github.com/oras-project/oras/releases/download/v0.16.0/oras_0.16.0_linux_amd64.tar.gz [ ORAS ] [🐛] ORAS_BIN: /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/oras/oras_0.16.0_linux_amd64 [ ORAS ] [🌱] Downloading required [ ORAS tooling ] [🐸] wget --no-verbose --progress=dot:giga -O /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/oras/oras_0.16.0_linux_amd64.tar.gz.tmp https://ghproxy.com/https://github.com/oras-project/oras/releases /download/v0.16.0/oras_0.16.0_linux_amd64.tar.gz 2023-10-06 09:43:10 URL:https://ghproxy.com/https://github.com/oras-project/oras/releases/download/v0.16.0/oras_0.16.0_linux_amd64.tar.gz [3377400/3377400] -> "/home/red/Codes_of_pro/ai_light_brain/misc/build/cac he/tools/oras/oras_0.16.0_linux_amd64.tar.gz.tmp" [1] [🐸] mv /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/oras/oras_0.16.0_linux_amd64.tar.gz.tmp /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/oras/oras_0.16.0_linux_amd64.tar.gz [🐸] tar -xf /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/oras/oras_0.16.0_linux_amd64.tar.gz -C /home/red/Codes_of_pro/ai_light_brain/misc/build/cache/tools/oras oras 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
  24. Description This PR includes the following changes I noticed that we were making use of r_i2c to communicate with AXP chip for Orange Pi lite2 and one plus in linux kernel, but were using r_rsb in u-boot. Made this consistent by porting the patch used in sunxi kernel to u-boot. Moved to board specific crust config for Orange Pi 3, lite2 and one plus. The difference from previous configuration is that crust will now be aware of presence of AXP power chip present on the board and hence should be able to lower the power usage further during sleep or shutdown state Enabled kernel module for Hantro G2 video codec block available on H6 boards. Should allow faster video decoding in some video player. With this change chromium browser now detects presence of hardware acceleration in the hardware. Still doesn't uses the same for some reason. Fixing hardware acceleration in chromium will follow in another PR later once I have it working. Last one is just cosmetics change, where I enabled bootsplash for Orange Pi 3 LTS board. 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] Checked that Hantro G2 driver loads on Orange Pi 3 LTS. Also the bootsplash is visible while booting the desktop [X] I gave a build with the crust and u-boot changes from this PR and a potential ethernet fix for one plus to @EvilOlaf. He confirmed that device boots and reboots fine. So crust and u-boot changes are not causing any issues. Once I have a working ethernet fix, it will follow in different PR. 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
  25. Description Adding a command that can be used to refresh kernel configs without launching menuconfig interface. This can be helpful to refresh kernel configs when doing kernel upgrades for all kernels being bumped by running in a for loop and can be also be used in some automation to periodically refresh kernel configs 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] Tested by running ./compile.sh BOARD=khadas-vim4 BRANCH=legacy rewrite-kernel-config. It refreshed and updated config/kernel/linux-meson-s4t7-legacy.config file based on the needed updates which in this case was mostly compiler and toolchain versions as this file has not been refreshed for sometime now. 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
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines