diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-11 22:16:54 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-11 22:16:54 +1200 |
| commit | e229c0bdf052c1f7ea0565054204b6a5c89ed037 (patch) | |
| tree | ae2f9d6fa5584ddc5372a62750f5a8d42e114904 /meta-yerba/conf | |
| parent | cbc46db144cf3fcb9a7cbb5b831dc8a5dde36e61 (diff) | |
| download | yerbalinux-e229c0bdf052c1f7ea0565054204b6a5c89ed037.tar.xz yerbalinux-e229c0bdf052c1f7ea0565054204b6a5c89ed037.zip | |
Add a custom kernel target
Diffstat (limited to 'meta-yerba/conf')
| -rw-r--r-- | meta-yerba/conf/machine/yerba-x86_64.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yerba/conf/machine/yerba-x86_64.conf b/meta-yerba/conf/machine/yerba-x86_64.conf index 9eeb645..29ef3de 100644 --- a/meta-yerba/conf/machine/yerba-x86_64.conf +++ b/meta-yerba/conf/machine/yerba-x86_64.conf @@ -3,7 +3,8 @@ require conf/machine/include/x86/x86-base.inc require conf/machine/include/x86/tune-core2.inc # Replace this later -PREFERRED_PROVIDER_virtual/kernel ??= "linux-dummy" +PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" +PREFERRED_VERSION_linux-yocto ??= "7.0.11%" KERNEL_IMAGETYPE = "bzImage" |
