Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Sep 04, 2024
  2. Aug 07, 2024
  3. Jun 18, 2024
  4. Jun 02, 2024
    • Randolph Sapp's avatar
      oe-layertool-setup: fix dldir logic for templates · 2c619eba
      Randolph Sapp authored
      
      Previously templates were always being overridden with this internal
      value that just so happened to be functionally equivalent to the
      template DL_DIR.
      
      Template:
      	DL_DIR = "${OEBASE}/downloads"
      
      Internal override:
      	DL_DIR = "$oebase/downloads"
      
      Functionally equivalent, but the internal override would be expanded to
      include the full path of "$oebase" before being written to the file. In
      the end it was unnecessarily bound to the context in which oe-layersetup
      was executed.
      
      This change lets us keep the local.conf sample/template value unless a
      value is specified over cmdline or a backup value is found. It also
      explicitly warns the user when a backup value is used.
      
      Signed-off-by: default avatarRandolph Sapp <rs@ti.com>
      Signed-off-by: default avatarRyan Eatmon <reatmon@ti.com>
      2c619eba
  5. Jun 01, 2024
    • Darren Etheridge's avatar
      oe-layersetup: add a scarthgap chromium config · 2971f91c
      Darren Etheridge authored
      
      Add a chromium config for Scarthgap, just like we did for Kirkstone,
      it is locked to meta-browser at Chromium v123 as we are not quite at
      a point where we can float with head as we are carrying patches in
      meta-arago to make things work,  however we are getting really close
      to dropping this and floating with each Chromium release.
      
      For Chromium to function correctly we need:
      [meta-ti][scarthgap/master] ti-img-rogue-umlibs: bump SRCREV for alloc patch
      
      from Randolph Sapp to have been picked up in meta-ti as this fixes an
      allocation problem that Chromium exposes.
      
      Also updating the commented out meta-browser lines to this same commit
      in the mainstream scarthgap configs.
      
      Signed-off-by: default avatarDarren Etheridge <detheridge@ti.com>
      Acked-by: default avatarChirag Shilwant <c-shilwant@ti.com>
      Signed-off-by: default avatarRyan Eatmon <reatmon@ti.com>
      2971f91c
  6. May 24, 2024
  7. May 20, 2024
  8. May 14, 2024
  9. May 03, 2024
  10. May 02, 2024
  11. Apr 24, 2024
  12. Apr 10, 2024
  13. Apr 02, 2024
  14. Apr 01, 2024
  15. Mar 27, 2024
  16. Mar 21, 2024
  17. Feb 15, 2024
  18. Feb 14, 2024
  19. Feb 12, 2024
  20. Jan 31, 2024
  21. Jan 23, 2024
  22. Jan 19, 2024
  23. Dec 20, 2023
  24. Dec 19, 2023
  25. Dec 15, 2023
  26. Dec 14, 2023
Loading