Douglas Teles
c542304146
New architecture release
2026-03-18 17:32:41 -03:00
rocknix
06b1bfe7fc
Restoer MD5s as it breaks upgrades
2025-10-29 21:57:59 +00:00
spycat88
03072e3792
scripts: don't create md5 files
2025-10-27 22:49:11 +00:00
ROCKNIX Team
f6010e7b77
scripts: add modifications for ROCKNIX
2025-07-13 19:02:39 +01:00
Christian Hewitt
2525a6d73d
Generic: unbrand ovf.template
...
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
2025-05-11 12:28:50 +00:00
Christian Hewitt
addfbf42b2
treewide: set DISTRO_HOME_URL from options
...
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
2025-05-11 12:28:50 +00:00
Christian Hewitt
51b1613d9e
scripts: unbranding changes for image script
...
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
2025-05-11 12:28:50 +00:00
Christian Hewitt
2bb6195b2d
treewide: unbrand LIBREELEC_DEVICE to DISTRO_DEVICE
...
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
2025-05-11 12:28:50 +00:00
Christian Hewitt
c76d6596cd
treewide: unbrand LIBREELEC_PROJECT to DISTRO_PROJECT
...
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
2025-05-11 12:28:50 +00:00
Christian Hewitt
1789798523
treewide: unbrand LIBREELEC_BUILD to DISTRO_BUILD
...
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
2025-05-11 12:28:50 +00:00
Christian Hewitt
868b16b46e
treewide: unbrand LIBREELEC_ARCH to DISTRO_ARCH
...
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
2025-05-11 12:28:50 +00:00
Christian Hewitt
0cf465a345
treewide: unbrand LIBREELEC_VERSION to DISTRO_VERSION
...
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
2025-05-11 12:28:50 +00:00
CvH
58ebc091cf
cleanup scripts: scripts/
2024-07-06 13:09:20 +02:00
Matthias Reichl
072f535087
scripts/image: Fix RPi4 and RPi5 noobs build
...
When making the boodloader files optional I forgot to remove the code
that unconditionally copies the bootloader files which broke noobs
build for RPi4 and RPi5. Drop the code, the files are already copied
by the for loop above.
Signed-off-by: Matthias Reichl <hias@horus.com >
2024-01-02 15:19:45 +01:00
Matthias Reichl
968f589b37
RPi: make bootloader files optional
...
RPi4 only needs start.elf/fixup.dat, RPi5 doesn't need any of them
Signed-off-by: Matthias Reichl <hias@horus.com >
2023-09-29 11:00:16 +02:00
Matthias Reichl
63c68f7670
scripts/image: support EXTRA_CMDLINE in noobs image creation
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2023-08-20 17:02:18 +02:00
CvH
3f49a597e6
Merge pull request #7036 from antonlacon/le11-scripts
...
buildsystem: additions to show_config, related
2023-04-16 10:34:43 +02:00
Alex Bee
a16a1a3cf8
scripts/image: add --remove-destination when copying filesystem
...
This is required to override symlinks which might exist there already.
2023-02-11 09:22:33 +01:00
Matthias Reichl
156a3f2614
scripts/image: support multiple distroconfig files
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2023-02-03 16:02:21 +01:00
Ian Leonard
d417519f98
buildsystem: move STORAGE_SIZE to the general buildsystem
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2022-10-24 00:49:24 +00:00
Ian Leonard
3c999938ed
scripts: suppress qa_check error message when no issues present
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2022-08-15 06:06:33 +00:00
Rudi Heitbaum
44d5686e0d
scripts/image: cleanup ORIGIN_URL
2022-07-21 12:00:49 +00:00
Lukas Rusak
3fa587eb52
add ability to log qa checks
2022-06-28 15:24:22 -07:00
Ian Leonard
41d833c2aa
scripts/image: include adjustments to cflags made by toolchain setup
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2022-02-19 07:30:16 +00:00
Tomáš Kelemen (vudiq)
38d1939f4e
install2emmc: use SYSTEM_SIZE and DISTRONAME in script
...
Script uses arbitrary values for FAT32 partition and name of the
distribution. Using placeholders in the script and replacing them at
build time offers flexibility, i.e. no need to change arbitrary values
in script when SYSTEM_SIZE is changed.
2021-10-15 22:02:15 +02:00