Thomas Trepl
13ef4acde0
Adopt instruction change to m32, mx32
2024-03-20 08:57:03 +01:00
Thomas Trepl
5d2d864a97
Automatic merge of trunk into multilib
2024-01-19 00:30:10 +01:00
Pierre Labastie
7152faa5fa
Change all xml files to utf-8 encoding
2024-01-18 20:53:23 +01:00
Thomas Trepl
0632116b70
Automatic merge of trunk into multilib
2024-01-17 15:07:16 +01:00
Xi Ruoyao
7f6519aad7
udev: Realign the export udev_helpers=... command
2024-01-15 12:30:03 +08:00
Thomas Trepl
4647f824cf
Automatic merge of trunk into multilib
2024-01-15 00:30:10 +01:00
Xi Ruoyao
ce07f91d5e
udev: Drop duplicated udevadm in the ninja command
2024-01-14 17:39:22 +08:00
Thomas Trepl
b932c7ae89
Automatic merge of trunk into multilib
2024-01-07 11:18:55 +01:00
Thomas Trepl
06e65e8e59
remap=make moves unset command to wrong pos
2024-01-07 11:15:05 +01:00
Thomas Trepl
89c61e5d99
Automatic merge of trunk into multilib
2024-01-05 00:30:09 +01:00
Xi Ruoyao
164e0ddbce
udev: Unset udev_helpers after installation
...
Now this variable is exported, thus it might potentially cause unwanted
side effects building other packages. So unset it after installation.
2024-01-05 03:05:01 +08:00
Pierre Labastie
53ed17c752
export the udev_helpers variable
...
Since it is needed for both building and installing, exporting it
allows to have it defined even if building as a regular user (so that
sudo is run for installing) or using a package manager (which usually
runs in a new shell and forgets unexported variables)
2024-01-04 19:22:44 +01:00
Thomas Trepl
372bbbbfd5
Automatic merge of trunk into multilib
2023-12-22 00:30:17 +01:00
Xi Ruoyao
9afac649f2
Update to systemd-255
2023-12-18 16:31:18 +08:00
Thomas Trepl
ab8707d074
Automatic merge of trunk into multilib
2023-12-02 00:30:10 +01:00
Xi Ruoyao
823fbde93f
udev: Adjust the paths to search .link files and install 99-default.link
...
Tested in QEMU and the virtio NIC is now named "enp0s3".
Fixes #5386 .
2023-12-01 18:29:03 +08:00
Thomas Trepl
aebd449557
Automatic merge of trunk into multilib
2023-11-14 00:30:18 +01:00
Xi Ruoyao
4bc51b9067
udev: Fix install command for ../rules.d/*.rules
...
The sed command has changed ../rules.d/70-power-switch.rules to
"../rules.d", causing the install command to fail.
Change the command enumerating ../rules.d/*.rules but
70-power-switch.rules to a "find" command. Edit another "find" command
so the styles of them are the same.
2023-11-14 02:35:51 +08:00
Thomas Trepl
fbc1e9004d
Merge branch 'trunk' into multilib
2023-11-13 16:26:44 +01:00
Thomas Trepl
1780e72d8d
udev: Fix a small typo in command
2023-11-13 16:24:47 +01:00
Thomas Trepl
80212b2c16
Automatic merge of trunk into multilib
2023-11-13 12:49:53 +01:00
Xi Ruoyao
5196daeb4e
udev: Adjust some command
...
Set -Dlogind=false -Dvconsole=false to disable out-of-scope udev rules.
Use "ninja -n" to list the targets, so the disabled udev rules won't
show up then we can remove some "rm" commands. Do not remove
70-power-switch.rules from the source directory so we won't break
multilib.
2023-11-13 19:35:01 +08:00
Thomas Trepl
f32a712f28
Automatic merge of trunk into multilib
2023-11-12 00:30:21 +01:00
Xi Ruoyao
f6bf77de74
udev: Remove four udev rules belonging to logind
...
They are not really useful without logind. BLFS elogind package will
provide them too, so we should remove them and avoid a package manager
conflict.
2023-11-11 18:07:05 +08:00
Thomas Trepl
6fbdb3814c
Fix some other copy-paste errors
2023-10-27 13:36:33 +02:00
Thomas Trepl
741890da01
Merge branch 'trunk' into multilib
2023-08-03 12:29:56 +02:00
Xi Ruoyao
264a80d60f
udev: Use --no-same-owner for man pages, like systemd
...
By the way, fix a minor formatting issue in udev-hwdb.8.
2023-08-03 10:10:11 +08:00
Thomas Trepl
da2e8cba81
Automatic merge of trunk into multilib
2023-07-29 09:05:05 +02:00
Bruce Dubbs
6de383a262
Package updates.
...
Update udev-lfs tarball to remove obsolete
cdrom rules and references to ISDN devices.
Update to wheel-0.41.0 (Python Module).
Update to tar-1.35.
Update to systemd-254.
Update to meson-1.2.0.
Update to linux-6.4.7.
Update to gcc-13.2.0.
Update to file-5.45.
2023-07-28 19:23:11 -05:00
Thomas Trepl
df9c52eca4
Fix syntax error in CFLAGS when doing mx32
2023-07-19 16:16:02 +02:00
Thomas Trepl
9a674b492c
Simplify and fix instructions for ML
2023-07-19 09:03:25 +02:00
Thomas Trepl
67b901f0e5
Re-add ml-support **NOT TESTED YET**
2023-07-18 22:39:34 +02:00
Xi Ruoyao
f24a041cd4
udev: Remove two udev rules requiring a full systemd installation
...
Or they'll produce some error messages saying "cannot execute
systemd-sysctl or systemd-vconsole-setup".
2023-07-17 10:14:18 +08:00
Xi Ruoyao
4ca4e8b1ba
udev: Fix a typo
2023-07-16 23:29:18 +08:00
Xi Ruoyao
f7c36d049f
udev: Create /usr/{lib,share}/pkgconfig
...
They are not created in chapter 7.5, so we should create them before
installing files into them.
2023-07-16 13:46:20 +08:00
Xi Ruoyao
cce6c92463
udev: Install man pages from systemd man pages tarball
2023-07-16 12:06:37 +08:00
Xi Ruoyao
a289860668
Replace eudev with udev from systemd
2023-07-16 11:11:12 +08:00