- Jan 23, 2025
-
-
Anhad Singh authored
These shall only be added iff `PREFER_STATIC` is not set. Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 20, 2025
-
-
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:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
This reverts commit 3ded192f.
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
Anhad Singh authored
Signed-off-by:
Anhad Singh <andypython@protonmail.com>
-
- Jan 15, 2025
-
-
Jeremy Soller authored
This reverts commit f953d63d.
-
- Jan 14, 2025
-
-
Jeremy Soller authored
-
- Jan 05, 2025
-
-
Josh Megnauth authored
GNU Make's configure detects our new `glob.h` so we don't have to override it anymore. Overriding it causes compilation to fail.
-
- Dec 30, 2024
-
-
Jeremy Soller authored
-
- Dec 02, 2024
-
-
Josh Megnauth authored
-
- Nov 05, 2024
-
-
Ribbon authored
-
- Oct 29, 2024
-
-
- Aug 31, 2024
-
-
- Jul 07, 2024
-
-
Ribbon authored
-
- Jun 07, 2024
-
-
Ribbon authored
-
- May 30, 2024
-
-
Jeremy Soller authored
-
- May 29, 2024
-
-
Jeremy Soller authored
-
- Apr 09, 2024
-
-
- Apr 01, 2024
-
-
Jeremy Soller authored
-
- Feb 19, 2024
-
-
- Jan 08, 2024
- Dec 14, 2023
-
-
Ribbon authored
-
- Dec 13, 2023
-
-
Jeremy Soller authored
-
- Dec 11, 2023
-
-