1. Dec 13, 2021
    • Khem Raj's avatar
      libseccomp: Substitute valid release number · 9561639c
      Khem Raj authored
      
      
      This helps to ensure that a valid version is encoded for libseccomp
      consumers, We dont need it generally since the release comes from a
      release branch but rv32 port is on a staging branch of main where
      release number is not coded yet and set to 0.0.0
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      9561639c
  2. Dec 10, 2021
  3. Nov 17, 2021
  4. Nov 04, 2021
  5. Oct 12, 2021
  6. Sep 14, 2021
    • Khem Raj's avatar
      lttng-tools: Skip textrel on rv64 · 108530d4
      Khem Raj authored
      
      
      Latest version is causing QA errors e.g.
      
      ERROR: lttng-tools-2.13.0-r0 do_package_qa: QA Issue: lttng-tools: ELF binary /usr/lib/lttng/libexec/lttng-consumerd has relocations in .text
      lttng-tools: ELF binary /usr/bin/lttng has relocations in .text
      lttng-tools: ELF binary /usr/bin/lttng-crash has relocations in .text
      lttng-tools: ELF binary /usr/bin/lttng-relayd has relocations in .text
      lttng-tools: ELF binary /usr/bin/lttng-sessiond has relocations in .text [textrel]
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      108530d4
  7. Aug 30, 2021
  8. Aug 05, 2021
  9. Jul 22, 2021
  10. Jul 15, 2021
  11. Jun 21, 2021
  12. Jun 14, 2021
  13. Jun 08, 2021
  14. Jun 02, 2021
  15. May 31, 2021
  16. May 27, 2021
  17. May 19, 2021
  18. May 14, 2021
    • Steve Arnold's avatar
    • Khem Raj's avatar
      beaglev.wic: Do not mark gpt for partition table · 35d1d584
      Khem Raj authored
      
      
      partition resizing scripts fail e.g.
      
      Error: Unable to satisfy all constraints on the partition.
      
      This helps in ensuring that parition resizing works well using
      IMAGE_INSTALL += "96boards-tools"
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      35d1d584
    • Khem Raj's avatar
      linux-starfive-dev: Add recipe · 8b821bd5
      Khem Raj authored
      
      
      This is Emil's upstream tree for beagleV
      
      Also Enable wifi
      
      This ensures that right firmware is installed into image
      and we can now have wlan0
      
      oot@beaglev-starlight-jh7100:~# ifconfig -a
      eth0      Link encap:Ethernet  HWaddr 2C:F7:F1:1B:E3:33
                inet addr:10.0.0.31  Bcast:10.0.0.127  Mask:255.255.255.128
                inet6 addr: fe80::2ef7:f1ff:fe1b:e333/64 Scope:Link
                UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                RX packets:21 errors:0 dropped:0 overruns:0 frame:0
                TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
                collisions:0 txqueuelen:1000
                RX bytes:4317 (4.2 KiB)  TX bytes:4436 (4.3 KiB)
                Interrupt:20
      
      lo        Link encap:Local Loopback
                inet addr:127.0.0.1  Mask:255.0.0.0
                inet6 addr: ::1/128 Scope:Host
                UP LOOPBACK RUNNING  MTU:65536  Metric:1
                RX packets:10 errors:0 dropped:0 overruns:0 frame:0
                TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
                collisions:0 txqueuelen:1000
                RX bytes:1746 (1.7 KiB)  TX bytes:1746 (1.7 KiB)
      
      wlan0     Link encap:Ethernet  HWaddr D4:9C:DD:4A:C2:DD
                BROADCAST MULTICAST  MTU:1500  Metric:1
                RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                collisions:0 txqueuelen:1000
                RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      8b821bd5
    • Khem Raj's avatar
      linux-starfive: Enable stmmac.chain_mode and earlycon · 3084768a
      Khem Raj authored
      
      
      stmmac.chain_mode=1 is needed for ethernet to work
      earlycon for more verbose msgs on console
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      3084768a
  19. May 12, 2021