Georgi Georgiev
5265597861
Properly count the number of commits
...
The "git log --pretty=format:" command eats up the line feed for the
last commit, and thus "wc -l" counts one commit less than there are.
This is easy to demonstrate with:
$ git log '2.95.3^..2.95.3' --oneline
e84de34 config/version: set version to 2.95.3 (OpenELEC-3.0 Beta 3)
$ git log '2.95.3^..2.95.3' --pretty=format: | wc -l
0
Even though this is a minor discrepancy, "git rev-list" and "git
rev-parse" are simpler and more accurate tools for this task (their
output format is not going to change).
2012-12-05 22:55:40 +09:00
Stephan Raue
23ce0f728f
new package: add package 'exfat-fuse', this should fix #822 , this should fix #880
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-07-04 19:35:05 +02:00
Stephan Raue
646bcdefd9
prelink-cross, remove package, it breaks more then improve
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-06-12 20:17:12 +02:00
Stephan Raue
8d93bc0533
projects/*/options: readd option to specify Displayserver
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-06-09 11:44:19 +02:00
Stephan Raue
b6878e0a14
scripts/image: use gzip compressed kernel for RPi, saves another 5MB
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-06-03 04:29:55 +02:00
Stephan Raue
8fd8b18962
scripts/image: use ld-linux.so from target for prelinking
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-05-25 09:06:39 +02:00
Stephan Raue
ff84723996
projects/*/options: make prelink support optional
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-05-22 15:41:14 +02:00
Stephan Raue
650ad33718
scripts/image: prelink bins and libs
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-05-21 00:31:44 +02:00
Stephan Raue
eb389208c1
bcm2835-bootloader: update to bcm2835-bootloader-4467284
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-05-17 13:30:28 +02:00
Stephan Raue
be57cc3f06
scripts/image: cosmetics
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-05-17 12:48:14 +02:00
Tim Delaney
9390c1f097
Added XBMC commit to RELEASE
2012-05-12 13:49:32 +10:00
Stephan Raue
7663f74b33
scripts/image: add support for multiple bootloaders and run 'release' script inside a bootloader package to install bootloader related things to release builds
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-05-05 10:27:45 +02:00
Stephan Raue
dd9aa2a5f7
bcm2835-bootloader: update to bcm2835-bootloader-3aba47b
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-04-22 17:23:45 +02:00
Stephan Raue
04dc12f590
new package: add package 'bcm2835-bootloader'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-04-22 17:21:54 +02:00
Stephan Raue
81897663c7
scripts/image: install syslinux related installer stuff only if syslinux is supported
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-03-26 00:35:03 +02:00
Gregor Fuis
faaba1cbdc
scripts/image: install project specific files from filesystem folder to image after all packages instalation
2012-02-29 20:32:08 +01:00
Domin6
543c89c24b
Change copyright and FSF address, this fixes #252
2012-02-29 13:36:32 +01:00
Stephan Raue
001b250dc9
scripts/image: add support to choice the compression method for squashing the SYSTEM file
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-02-13 00:56:32 +01:00
Stephan Raue
1fda70a58f
scripts/image: add configuration summary
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-01-30 22:06:36 +01:00
Stephan Raue
42fd79f137
projects/*/options: rework OPENGL and DISPLAYSERVER options, add OPENGLES option
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-01-30 15:42:42 +01:00
Stephan Raue
a1cfffd0b3
scripts/image: symlink /run to /var/run
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-01-21 12:55:13 +01:00
Stephan Raue
a8c2615475
README: move to README.md, format in Markdown format
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2012-01-11 02:17:17 +01:00
Stephan Raue
c032261858
scripts/image: replace busybox's 'depmod' with module-init-tools's 'depmod'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2011-12-17 02:29:10 +01:00
Matthias Saou
ae472a0002
Fix the GREETING variable name typo
2011-12-13 14:13:29 +01:00
Stephan Raue
0f4562c2e5
linux: run depmod in 'scripts/image' instead in every package
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2011-11-06 17:43:57 +01:00