diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-16 23:10:15 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-13 22:45:55 -0400 |
commit | fcf53f6a8c4fb67f60143955c7239f204f633dfe (patch) | |
tree | ea3609db1927e54a7deadefe73561f695b591018 /recipes-core/runx | |
parent | 83cf2863916968d4dc44c26f60f34322f93d33ce (diff) | |
download | meta-virtualization-fcf53f6a8c4fb67f60143955c7239f204f633dfe.tar.gz |
yocto-cfg-fragments: introduce native provider of configuration fragments
To allow the use of the yocto configuration fragments in scenarios where
a kernel inherits kernel-yocto or has a custom fragment implementation, but
doesn't directly include the yocto-kernel-cache in the kernel SRC_URI,
we introduce a native provider of the fragments.
This fragment provider is independent of a kernel tree and when added
as a dependency to a recipe, the fragments will be placed in:
recipe-sysroot-native/kcfg/
These can then be referenced on the SRC_URI or in KERNEL_FEEATURES by
using '../recipe-sysroot-native/kcfg' as the relative path to the
.scc or .cfg file. In the future, this won't be required as kernel-yocto
will always check the native sysroot for fragments, and fragments will
always be referenced by relative path from the base of the kernel-cache.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core/runx')
0 files changed, 0 insertions, 0 deletions