diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-11 21:12:28 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-11 21:12:28 +1200 |
| commit | 68e1e1ee6a4793a06c7bf423c30e548047132607 (patch) | |
| tree | 878fa43d69c300bf09f6448b9effe37605390d31 /meta-yerba/conf/machine/yerba-x86_64.conf | |
| parent | bf5ccb0958e0832e8913c7a2c4cf26bc3b0a9b28 (diff) | |
| download | yerbalinux-68e1e1ee6a4793a06c7bf423c30e548047132607.tar.xz yerbalinux-68e1e1ee6a4793a06c7bf423c30e548047132607.zip | |
Fix paths to qemuboot and x86-base
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 2f480f2..a897603 100644 --- a/meta-yerba/conf/machine/yerba-x86_64.conf +++ b/meta-yerba/conf/machine/yerba-x86_64.conf @@ -1,5 +1,5 @@ -require conf/machine/include/qemuboot-x86.inc -require conf/machine/include/x86-base.inc +require conf/machine/include/x86/qemuboot-x86.inc +require conf/machine/include/x86/x86-base.inc # Replace this later PREFERRED_PROVIDER_virtual/kernel ??= "linux-dummy" |
