Commit graph

117 commits

Author SHA1 Message Date
David Lawson
bb5db7a195
Fix build for Generic v5 (#1867)
* libva-utils: fix sha256

* linux: delete obsolete patches

* ppsspp: set USE_SYSTEM_FFMPEG=OFF by default

* show_config: update to match upstream

* Fix build Generic build error

```
.../Lakka-LibreELEC/build.Lakka-Generic.x86_64-5.0-devel/toolchain/share/grub/bootx64.efi: No such file or directory
```

* Move STORAGE_SIZE default to match upstream
2023-07-19 19:02:36 +03:00
Tomáš Kelemen (vudiq)
33e9e1eaaa
Merge branch 'LibreELEC.tv/master' into Lakka-LE-master 2023-01-18 11:15:04 +01:00
Rudi Heitbaum
c3778cf43c syslinux: enable compile with glibc 2.36 2022-08-02 08:24:55 +00:00
Tomáš Kelemen (vudiq)
be47bb0834
use grub for both - 32/64 bit - EFI boot
* grub: update to latest release
* gnulib: update to match grub bootstrap.conf
* grub: build 32 and 64 bit EFI images
* syslinux: do not copy EFI image
* installer: adapt script to above changes
* mkimage: virtual: build only for 64-bit Generic
* mkimage: grub: create cfg / copy EFI images only for 64-bit Generic
2021-11-28 10:45:28 +01:00
Tomáš Kelemen (vudiq)
580391f3b5 Initial support for Generic.i386 (32-bit PC) 2021-10-05 10:27:28 +02:00
Ian Leonard
bd3b212848 tools: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:19 +00:00
MilhouseVH
c19a3ff780 packages: setup_toolchain $TARGET only called after package is sourced
Packages referencing variables defined in setup_toolchain such as CC, CXX,
AR, CFLAGS, LDFLAGS, HOST_CC etc. etc. must only reference these variables in
pre_build()/pre_configure()/pre_make() etc. functions, as the variables will not
be available when the package is sourced, but will be available after the call
to setup_toolchain() from scripts/build.
2018-12-18 03:43:28 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
MilhouseVH
57bec9fd26 syslinux: fix build with glibc-2.28 2018-08-01 23:40:03 +01:00
CvH
1690150728 spdx: packages/tools 2018-07-18 22:37:47 +02:00
CvH
7613733280 syslinux: removed not working script 2018-05-28 19:58:19 +02:00
MilhouseVH
517330f9fe installer: drop extlinux support, not needed - use syslinux 2018-05-15 22:14:42 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
99ef6bc05d PKG_BUILD: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
MilhouseVH
03366a102c TOOLCHAIN: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Lukas Rusak
87d33e2c89 syslinux: add script to create virtual image 2016-03-15 02:03:08 -07:00
Peter Vicman
3b75736931 scripts/mkimage: create disk image without sudo
Mtools is used to format and copy files to vfat partition.
Populatefs is used to copy files to ext4 partition.

Tested on imx6 with u-boot, Generic with BIOS and EFI boot.

To avoid messing around with ext4 partition we could also provide "empty" disk image file. Both partitions would be already formatted and storage partition would already contain resize file. Then mkimage script would only copy kernel, system, bootloader files and install bootloader.
But current approach is more flexible for future use.
2016-02-19 08:49:20 +01:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stefan Saraev
fd7bdb7e65 syslinux: remove unused gui bootstuff 2015-04-05 20:34:59 +03:00
Stefan Saraev
bebaafb331 packages/*: drop i386 support 2015-04-03 12:08:24 +03:00
Stefan Saraev
f857087f89 remove create_installsrtick* / create_sdcard 2015-03-25 21:42:55 +02:00
Stefan Saraev
79b18383aa Revert "[uefi] enable 32bit uefi support"
This reverts commit 2c7735709d.

it did not work. thanks to t-nelson for testing it..

1. Zotac ZBOX PI320 pico wants bootia32.efi not bootx32.efi
2. even with bootia32.efi (from syslinux) it doesnt boot. I suspect it requires pure 32bit kernel. no mixed mode ?

thank you zotac for creating such a mess.. damn it's almost y2k15
2014-11-12 20:32:34 +02:00
Stefan Saraev
2c7735709d [uefi] enable 32bit uefi support 2014-10-25 15:28:40 +03:00
Stephan Raue
a9bdb58493 syslinux: update to syslinux-6.03
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-15 01:08:29 +02:00
Tuan T. Pham
760e3c11e9 create_installstick: update mbr for Debian Jessie 2014-08-16 14:12:29 -04:00
Stefan Saraev
777e4535f3 create_installstick_osx: enable debug shell in installer 2014-07-20 11:47:08 +03:00
Stefan Saraev
0bbbdec992 syslinux: strip target binaries 2014-05-23 22:32:01 +02:00
Stefan Saraev
68bcdccc3b bye bye Virtual 2014-05-09 13:27:03 +03:00
Stefan Saraev
d7825fd511 syslinux: also install bootx64.efi & ldlinux.e64 2014-02-28 22:57:58 +02:00
Stefan Saraev
3a62787081 syslinux:host: install efi64/efi/syslinux.efi as bootx64.efi 2014-02-28 22:54:15 +02:00
Stefan Saraev
4008b4fd93 syslinux:host: prepare for uefi images 2014-02-28 20:53:52 +02:00
Stefan Saraev
cbba32fbf2 syslinux: update to syslinux-6.02. dont install isolinux 2014-02-23 00:29:09 +02:00
Stefan Saraev
27f8e1ca42 Virtual: meh. this is unsupported 2014-02-10 16:17:08 +02:00
Stephan Raue
b6dfdbfa1e syslinux: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:09 +01:00
Stefan Saraev
5ecc934d68 create_livestick_osx: rename. clean up "live" mode 2014-01-20 13:46:03 +02:00
Stefan Saraev
87a83d1142 buildsystem: fix image creation 2013-12-29 21:19:14 +02:00
Stefan Saraev
9f2bc15959 syslinux: fix syslinux:host 2013-12-29 18:46:38 +02:00
Stephan Raue
3e1730b120 syslinux: move image makescript out of package, merge with scripts/ and /scripts/image
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-27 21:39:15 +01:00
Stephan Raue
3bc998dd25 syslinux: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-27 21:34:41 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stefan Saraev
e7292f6413 create_installstick: wait before umount. umount all. use mktemp. 2013-11-21 14:00:56 +02:00
Stefan Saraev
fad5106841 bootloader/image: use bash 2013-11-07 10:38:41 +02:00
Stefan Saraev
9c2ff2dedd reate_livestick*: rename to create_installstick* 2013-11-06 21:52:07 +02:00
Stefan Saraev
cd9646cbc0 syslinux/image: enable debugshell in installer mode 2013-11-03 18:22:57 +02:00
Stefan Saraev
309b3d7dce get rid of vesamenu/livemode
from now on create_livestick.* will create pure installer
sticks. (TODO: cosmetics. rename to create_installstick)

- syslinux/vesamenu is pain with some boards. syslinux 4.x is even more pain
- now we provide images which have the shiny menu/live thingie. make image.
- initramfs/init: FILE=xxx is not needed anymore. images have two ext4 partitions

side note: be very careful when adding features to installer / installer scripts,
2013-11-03 16:45:49 +02:00