Jump to content

RSS Bot

Bot
  • Posts

    4209
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Description Partiall revert of https://github.com/armbian/build/pull/6321 https://github.com/armbian/build/pull/6298 How Has This Been Tested? Config change only. 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
  2. Description phytium-embedded: add .wip support for Phytium PhytiumPi 4GB board. Phytium has not open-sourced the u-boot they use, so I have to use the non-free u-boot binary file they provide. https://www.phytium.com.cn/homepage/phytium_pie/ How Has This Been Tested? [x] Successfully built. [x] System startup. [x] WiFi. [x] Bluetooth. [x] Ethernet. [x] HDMI. 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
  3. Description losetup -f always return 1st free loop device and in parallel build it often happens that same is found which results in: failed to set up loop device: Device or resource busy If we seek random way, chances of allocating the same device are significantly smaller. Jira reference number AR-1582 How Has This Been Tested? [x] Few manual runs 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
  4. Description This PR fixed usb_host1_xhci port on Orange Pi 5 Plus with edge kernel. We have to use host mode by default since OPi makes the port USB3 host and connect it to USB hub. Jira reference number [AR-9999] How Has This Been Tested? [x] Build 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. riscv64: fixes/skips for building (sans Docker) ON riscv64 oci-oras: use ORAS 1.2.0-beta.1 for riscv64 prepare-host: add libffi-dev host dependency, needed for Python3 setuptools (when prebuilt wheel not found) fixes errors that show up only when building on non-arm64/amd64, when there's no prebuilt wheel (eg on riscv64) shellcheck: skip running shellcheck, with a warning, if running on riscv64 someone go add riscv64 to https://github.com/koalaman/shellcheck batcat: skip running batcat, with a warning, if running on riscv64 someone go add riscv64 to https://github.com/sharkdp/bat View the full article
  6. prepare-host/host-release: enable noble for building; noble also doesn't have python2 anymore prepare-host/host-release: enable noble for building; noble also doesn't have python2 anymore python-tools: bump PyYAML to 6.0.1 to fix build failures on sid/trixie/noble etc View the full article
  7. debootstrap: use latest git for Ubuntu/Debian debootstrap instead of host-installed Revert "Debootstrap is again too old for latest releases. Lets ship currently latest with and install it when we build distros that needs it." This reverts commit 7b61b05867d2c27cee784ed1caadf85c2027bac2. debootstrap: Partially revert f2e663f0 "Improved debootstrap hacking support with fixes for Ubuntu Noble" debootstrap: remove debootstrap from host dependencies debootstrap: use latest git for Ubuntu/Debian debootstrap instead of host-installed DEBOOTSTRAP_DIR must be set during the 1st stage, but NOT the second stage latest devel versions might be missing scripts for old releases; just symlink to the default one if so this hopefully should end the debootstrap madness we've been handling, at least until we get around to mmdebstrap (Perl) one day View the full article
  8. thinkpad-x13s: bump to steev's 6.7.y; enable noble userspace; bump alsa-ucm-conf hack to master thinkpad-x13s: bump to steev's 6.7.y; enable noble userspace; bump alsa-ucm-conf hack to master thinkpad-x13s: update kernel .config to 6.7.7, no changes thinkpad-x13s: kernel .config: enable CONFIG_VIDEO_QCOM_CAMSS, CONFIG_VIDEO_OV5675, CONFIG_SC_CAMCC_8280XP View the full article
  9. khadas-vim3/khadas-vim3l: u-boot v2024.01: enable more compression, kaslr, and led config options via hook khadas-vim3l: bump to u-boot v2024.01; boot-usb-first patch in board folder patch is slightly different for 2024.01 khadas-vim3l: u-boot v2024.01: enable more compression, kaslr, and led config options via hook khadas-vim3: u-boot v2024.01: enable more compression, kaslr, and led config options via hook View the full article
  10. u-boot: call olddefconfig after config hooks; use pipetty instead of unbuffer for make u-boot: call olddefconfig after config hooks; use pipetty instead of unbuffer for make also: cli uboot-config produces a defconfig diff (useful to create post_config_uboot_target) View the full article
  11. config-prepare: do change tracking for each sourced board file (core vs userpatches) config-prepare: do change tracking for each sourced board file (core vs userpatches) View the full article
  12. patching: fix: use correct has_overlay_directories instead of has_dts_directories for overlay processing patching: fix: use correct has_overlay_directories instead of has_dts_directories for overlay processing View the full article
  13. mekotronics 3588: add SRC_CMDLINE, for use with u-boot-menu extension mekotronics 3588: add SRC_CMDLINE, for use with u-boot-menu extension does nothing otherwise View the full article
  14. wsl2: fix: don't pester user for UTF-8 terminal if stdin is not a terminal wsl2: fix: don't pester user for UTF-8 terminal if stdin is not a terminal View the full article
  15. wsl2: arm64: current: DRM/FB stuff so wsl2-arm64 can be used in HyperV with video & keyboard wsl2: arm64: current: DRM/FB stuff so wsl2-arm64 can be used in HyperV with video & keyboard wsl2: arm64: current: EFI pstore / keyboard View the full article
  16. kernel: call make with INSTALL_MOD_STRIP=1 so modules are stripped kernel: call make with INSTALL_MOD_STRIP=1 so modules are stripped also, don't add target 'install' twice View the full article
  17. Description Lets do this automatically. Once we remove status in the build framework, repository should stop existing. Also drop two Ubuntu short term releases that are EOL. Jira reference number AR-2092 How Has This Been Tested? [x] Manual run 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
  18. This initial version includes static checks (checkpatch and smatch for now) and build tests across various architectures and configurations, and introduces a flexible 'scenarios' mechanism for subsystem-specific extensions. View the full article
  19. Description Lets ship currently latest with and install it when we build distros that needs it. Installs latest deboostrap scripts to the host if we choose to build something that is not supported by default. Jira reference number AR-2090 How Has This Been Tested? [x] Manually running it 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
  20. Description The idea is to generate output/git_sources.json file that will contain url, branch and commit hash combo. The easiest way to generate file for all devices is to run ./compile.sh targets. Then at the time of release we will copy the output/info/git_sources.json file to config/sources/git_sources.json. Once the file is copied, the hash information from the file will be used to fetch resources for git repositories where branches are specified instead of tags or commits. There can be other ways to do this as well. I am just too tired to experiment more on the same. Raising it to be a communication starter. Jira reference number AR-2087 Based on: https://github.com/armbian/build/pull/6272 How Has This Been Tested? [ ] Tested output/git_sources.json file generation using ./compile.sh targets command [ ] Copied generated file to config/sources and modified it to use a different commit hash for 6.6 kernel. Then tested that kernel is being built from that hash instead of the latest available 6.6 kernel. 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
  21. 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 A [x] Test B 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. Picks up from where we left off; https://github.com/armbian/build/pull/6296 Stable wireless depends on the following PR; https://github.com/armbian/build/pull/6314 Notables: Updated U-Boot to v2024.01 U-Boot SPL 2024.01-armbian (Feb 29 2024 - 04:57:24 -0500) DRAM: 2048 MiB Trying to boot from MMC1 NOTICE: BL31: v2.10.2(debug):armbian NOTICE: BL31: Built : 04:56:45, Feb 29 2024 NOTICE: BL31: Detected Allwinner H616 SoC (1823) NOTICE: BL31: Found U-Boot DTB at 0x4a09ca98, model: BananaPi M4 Zero INFO: ARM GICv2 driver initialized INFO: Configuring SPC Controller INFO: PMIC: Probing AXP305 on RSB ERROR: RSB: set run-time address: 0x10003 INFO: Could not init RSB: -65539 INFO: BL31: Platform setup done INFO: BL31: Initializing runtime services INFO: BL31: cortex_a53: CPU workaround for erratum 855873 was applied INFO: BL31: cortex_a53: CPU workaround for erratum 1530924 was applied INFO: PSCI: Suspend is unavailable INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x4a000000 INFO: SPSR = 0x3c9 INFO: Changed devicetree. ns16550_serial serial@5000000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19 U-Boot 2024.01-armbian (Feb 29 2024 - 04:57:24 -0500) Allwinner Technology CPU: Allwinner H616 (SUN50I) Model: BananaPi M4 Zero DRAM: 2 GiB Core: 52 devices, 21 uclasses, devicetree: separate WDT: Not starting watchdog@30090a0 MMC: mmc@4020000: 0, mmc@4022000: 1 Loading Environment from FAT... Unable to use mmc 0:1... In: serial@5000000 Out: serial@5000000 Err: serial@5000000 Net: No ethernet found. starting USB... Bus usb@5311400: USB OHCI 1.0 scanning bus usb@5311400 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 3259 bytes read in 3 ms (1 MiB/s) ## Executing script at 4fc00000 U-boot loaded from SD Boot script loaded from mmc 205 bytes read in 2 ms (99.6 KiB/s) 31833 bytes read in 11 ms (2.8 MiB/s) Working FDT set to 4fa00000 4203 bytes read in 7 ms (585.9 KiB/s) Applying kernel provided DT fixup script (sun50i-h616-fixup.scr) ## Executing script at 45000000 18347702 bytes read in 2961 ms (5.9 MiB/s) 23365640 bytes read in 3770 ms (5.9 MiB/s) Moving Image from 0x40080000 to 0x40200000, end=418d0000 ## Loading init Ramdisk from Legacy Image at 4ff00000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 18347638 Bytes = 17.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 4fa00000 Booting using the fdt blob at 0x4fa00000 Working FDT set to 4fa00000 Loading Ramdisk to 48e80000, end 49fff676 ... OK Loading Device Tree to 0000000048e0f000, end 0000000048e7ffff ... OK Working FDT set to 48e0f000 Starting kernel ... 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
  23. Backported 6.7.y to 6.1.y. Included fixups for 6.1, 6.6, 6.7 and added 6.8. 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
  24. The merge request has landed, the non-conformant implementation warnings are gone, and NVK's Meson configuration now reads "nouveau" instead of "nouveau-experimental". It's now time to start shipping NVK to users! View the full article
  25. Description Some network related dependency were missing as DNS within docker container was not working. While dealing with config, several other options were enabled, which should be harmless. Jira reference number AR-2086 How Has This Been Tested? [x] Generated Debian Bookworm with HA extension which loads automatically 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
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines