mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
loongarch: Fix errata, patches, bootscripts, and build-log URLs
This commit is contained in:
parent
ab57ed913f
commit
d855b52a3f
18
general.ent
18
general.ent
@ -7,7 +7,7 @@
|
||||
<!ENTITY % rc "IGNORE"> <!-- set to INCLUDE for rc,
|
||||
set to IGNORE for development or
|
||||
release -->
|
||||
<!ENTITY % relnum "loongarch-12.3"><!-- must be given for release or rc -->
|
||||
<!ENTITY % relnum "12.3"><!-- must be given for release or rc -->
|
||||
<!ENTITY % reldate "April 14th, 2025"><!-- must ve given for release or rc -->
|
||||
<!ENTITY % crdate "1999-2025"><!-- must ve given for release or rc -->
|
||||
<!ENTITY % rcnum "0"><!-- must be given only for rc -->
|
||||
@ -39,14 +39,15 @@
|
||||
|
||||
<![ %release; [
|
||||
<![ %sysv; [
|
||||
<!ENTITY version "%relnum;">
|
||||
<!ENTITY x86-version "%relnum;">
|
||||
<!ENTITY short-version "%relnum;"> <!-- Used below in &blfs-book; -->
|
||||
]]>
|
||||
<![ %systemd; [
|
||||
<!ENTITY version "%relnum;-systemd">
|
||||
<!ENTITY x86-version "%relnum;-systemd">
|
||||
<!ENTITY short-version "%relnum;-systemd"> <!-- Used below in &blfs-book; -->
|
||||
]]>
|
||||
<!ENTITY errata "&lfs-root;lfs/errata/&version;/">
|
||||
<!ENTITY version "loongarch-&x86-version;">
|
||||
<!ENTITY errata "&lfs-root;lfs/errata/&x86-version;/">
|
||||
<!ENTITY generic-version "%relnum;"> <!-- Used below in
|
||||
&patches-root;,
|
||||
&donwloads-root;, and
|
||||
@ -58,14 +59,15 @@
|
||||
|
||||
<![ %rc; [
|
||||
<![ %sysv; [
|
||||
<!ENTITY version "%relnum;-rc%rcnum;">
|
||||
<!ENTITY x86-version "%relnum;-rc%rcnum;">
|
||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; -->
|
||||
]]>
|
||||
<![ %systemd; [
|
||||
<!ENTITY version "%relnum;-systemd-rc%rcnum;">
|
||||
<!ENTITY x86-version "%relnum;-systemd-rc%rcnum;">
|
||||
<!ENTITY short-version "systemd"> <!-- Used below in &blfs-book; -->
|
||||
]]>
|
||||
<!ENTITY errata "&lfs-root;lfs/errata/&version;/">
|
||||
<!ENTITY version "loongarch-&x86-version;">
|
||||
<!ENTITY errata "&lfs-root;lfs/errata/&x86-version;/">
|
||||
<!ENTITY generic-version "%relnum;-rc%rcnum;"> <!-- Used below in
|
||||
&patches-root;,
|
||||
&downloads-root;, and
|
||||
@ -92,7 +94,7 @@
|
||||
<!-- Only used for sysv (lfs-bootscripts): -->
|
||||
<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
|
||||
<!ENTITY livecd-root "&lfs-root;livecd/">
|
||||
<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
|
||||
<!ENTITY test-results "&lfs-root;~xry111/lfs/build-logs/&generic-version;/">
|
||||
<!ENTITY secadv "&lfs-root;lfs/advisories/">
|
||||
|
||||
<!ENTITY min-kernel "5.19">
|
||||
|
Loading…
Reference in New Issue
Block a user