1. May 10, 2024
    • skandigraun's avatar
      visionfive2-pvr-graphics: fix installation with SysV init · d330dfe4
      skandigraun authored
      Fix the installation of this recipe when using SysV init system by
      fixig the "if" condition that checks the presence of systemd in DISTRO_FEATURES -
      beforehand it was always evaluated as "true".
      
      Beside this the required folders are also created when they should be:
      in case of SysV init the /usr/bin folder stays empty (and bitbake complains),
      so it is only created when systemd is used.
      
      Similarly, /etc/init.d is used only by SysV init system, but the recipe already
      handles it when systemd is used. However if the folder is not installed explicitly,
      the do_rootfs task fails.
      d330dfe4
  2. May 09, 2024
  3. May 06, 2024
    • alperak's avatar
      beaglev-starlight: fix u-boot and kernel compile · bb4b688e
      alperak authored
      
      
      - The starfive_jh7100_beagle_v_smode_defconfig is not available in u-boot-starfive_v2021.04 and that's why compile failing. Accordingly to this, the u-boot-starfive_2021.07 recipe has been added where defconfig is available.
      
      - The starfive_jh7100_fedora_defconfig is also used as kernel defconfig but it's not available in the latest source revision of the visionfive branch. Therefore, the latest kernel(6.4.y) branch that supports this defconfig has been added.
      
      - Dropped unnecessary and fixed patches.
      
      Signed-off-by: default avataralperak <alperyasinak1@gmail.com>
      bb4b688e
    • Gyorgy Sarvari's avatar
      star64: fix u-boot compilation · 0b78af84
      Gyorgy Sarvari authored
      Make sure that the do_install step is applied to the correct boards.
      do_install:append:jh7110 was executed for star64 also (since it is
      based on the jh7110 SoC as well), however the installed file is only
      used for visionfive2 board, failing the build.
      
      This change ensures that this file is only installed for visionfive2 board,
      and not for star64.
      0b78af84
  4. Apr 02, 2024
    • Khem Raj's avatar
      mesa-pvr: Mark it machine arch package · c1c671a9
      Khem Raj authored
      
      
      It conflicts with upstream mesa builds otherwise from core layer, in multi
      machine build e.g. when builds for qemuriscv64 are done in same project
      then packaging for mesa-pvr and mesa would conflict since both provide
      same packages and duplicate file staging errors happen e.g.
      
      ERROR: mesa-pvr-2_22.1.3-r0 do_create_spdx: Recipe mesa-pvr is trying to install files into a shared area when those files already exist. The files and the manifests listing them are:
        /mnt/b/yoe/master/build/tmp/deploy/spdx/riscv64/packages/libgl-mesa-dev.spdx.json
          (matched in manifest-riscv64-mesa.create_spdx)
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      c1c671a9
  5. Mar 24, 2024
  6. Mar 07, 2024
  7. Mar 03, 2024
  8. Feb 29, 2024
  9. Feb 28, 2024
  10. Feb 21, 2024
  11. Feb 02, 2024
  12. Jan 30, 2024
  13. Jan 19, 2024
  14. Jan 18, 2024
  15. Jan 14, 2024
  16. Jan 08, 2024
  17. Jan 07, 2024
  18. Dec 22, 2023
  19. Nov 20, 2023
  20. Nov 16, 2023
  21. Nov 11, 2023
    • YanqiXu's avatar
      milkv-duo: Enable IPv6 and Multicast support and clean configs · 57be39c1
      YanqiXu authored
      
      
      - Add IPv6 and Multicast networking related configs in defconfig
      - clean defconfig, linux-milkv-duo-dev.bb and multi.its by delete unneeded comments and empty lines
      
      Signed-off-by: default avatarYanqiXu <y449xu@uwaterloo.ca>
      57be39c1
    • YanqiXu's avatar
      milkv-duo: Add initial support for Milk-V Duo board · 07e141b0
      YanqiXu authored
      
      
      Milk-V Duo is an ultra-compact dual-core RISC-V development board using CVITEK CV1800B SOC.
      For more details please visit milkv.io/duo
      The Linux kernel, U-Boot, OpenSBI are open-sourced but not upstreamed.
      There is an official SDK at github.com/milkv-duo/duo-buildroot-sdk
      The required boot firmware fip.bin can be compiled from source in SDK, but it requires
      two custom downstream toolchains and prebuilt object files, so it's hard to integrate here.
      
      Signed-off-by: default avatarYanqiXu <y449xu@uwaterloo.ca>
      07e141b0
  22. Nov 01, 2023
  23. Oct 23, 2023
  24. Oct 16, 2023
  25. Sep 30, 2023