diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-11 22:17:25 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-11 22:17:25 +1200 |
| commit | 577f1e6a57fa872f46dcf7d1d88f550e3cea2f13 (patch) | |
| tree | c8b8675a095ebaf7bd713af8d7ad9cc64c437a3d /meta-yerba/conf/machine/yerba-x86_64.conf | |
| parent | e229c0bdf052c1f7ea0565054204b6a5c89ed037 (diff) | |
| download | yerbalinux-577f1e6a57fa872f46dcf7d1d88f550e3cea2f13.tar.xz yerbalinux-577f1e6a57fa872f46dcf7d1d88f550e3cea2f13.zip | |
Make yerba-x86_64 use custom kernel target
Diffstat (limited to 'meta-yerba/conf/machine/yerba-x86_64.conf')
| -rw-r--r-- | meta-yerba/conf/machine/yerba-x86_64.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yerba/conf/machine/yerba-x86_64.conf b/meta-yerba/conf/machine/yerba-x86_64.conf index 29ef3de..371a1f5 100644 --- a/meta-yerba/conf/machine/yerba-x86_64.conf +++ b/meta-yerba/conf/machine/yerba-x86_64.conf @@ -3,8 +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-yocto" -PREFERRED_VERSION_linux-yocto ??= "7.0.11%" +PREFERRED_PROVIDER_virtual/kernel ??= "linux-yerba" +PREFERRED_VERSION_linux-yocto ??= "7.0%" KERNEL_IMAGETYPE = "bzImage" |
