Add option to replace internal libraries with external sources #819
Labels
kind/enhancement
New feature or request
priority/medium
Issue which is important, but KraftKit is usable without it also.
Feature request summary
This feature depends on functionality in the core, but can be discussed in the meantime
Thanks @skuenzer for describing this:
Use case: We have a pre-compiled & binary version of ramfs ukcpio and ukvmem. These libs are also in-tree but we want to replace them with the binary versions.
Because potentially the libname in the path could be the same, we should handover the whole paths
So basically, for the build system the idea is the following (example, we replace ramfs):
make L=$( readlink -f ../path/to/replacing/ramfs ) H=${UK_ROOT}/lib/ramfs
H= (for Hide) works like L=, a colon-separated list
Describe alternatives
No response
Related architectures
None
Related platforms
None
Additional context
No response
The text was updated successfully, but these errors were encountered: