Skip to content
Snippets Groups Projects
  1. Mar 01, 2025
  2. Feb 28, 2025
  3. Feb 24, 2025
  4. Feb 22, 2025
  5. Feb 21, 2025
  6. Feb 19, 2025
  7. Feb 18, 2025
  8. Feb 17, 2025
  9. Feb 15, 2025
  10. Feb 11, 2025
  11. Feb 10, 2025
  12. Feb 09, 2025
  13. Feb 02, 2025
  14. Jan 31, 2025
  15. Jan 28, 2025
  16. Jan 27, 2025
  17. Jan 24, 2025
  18. Jan 23, 2025
  19. Jan 20, 2025
    • Ribbon's avatar
      Add the quick-serve recipe · c3a83083
      Ribbon authored
      c3a83083
    • Anhad Singh's avatar
      feat(cookbook): add the option to prefer static · 3ee1f4da
      Anhad Singh authored
      
      By default all libraries and applications that can be dynamically linked
      will be dynamically linked. You can override this behaviour by setting
      the `COOKBOOK_PREFER_STATIC` environment variable. Note that if you
      perviously did not use this flag, it might (most likely will) require a
      complete userland sysroot recompilation.
      
      It will look like this:
      ```bash
      $ make clean
      $ COOKBOOK_PREFER_STATIC=yes make image
      ```
      
      For testing, the following will also work:
      ```bash
      $ COOKBOOK_PREFER_STATIC=yes make cr.{PACKAGE_NAME} # obviously replace
                                                          # PACKAGE_NAME with
                                                          # the name of a package :)
      ```
      
      Signed-off-by: default avatarAnhad Singh <andypython@protonmail.com>
      3ee1f4da
Loading