Jonas Karlman
a375705d49
gcc-linaro-arm-eabi: new package for compiling u-boot bl301.bin
...
Also changes u-boot build command not to override makefiles variables,
allows bl301.bin/scp_task to compile using arm-eabi-gcc
Clearing C/LDFLAGS makes it possible to compile using the 4.8-2013.11 linaro toolchain
2016-08-24 23:03:18 +02:00
Jonas Karlman
44cbace0b7
gcc-linaro-aarch64-none-elf: update to 4.9-2016.02
...
Update linaro toolchain to latest 4.9-2016.02 (using 5.3-2016.02/05 will not boot kernel) and rename package to gcc-linaro-aarch64-elf
Amlogic recommends 4.8-2013.11 (http://openlinux.amlogic.com:8000/download/doc/linux-3.14-buildroot-pkg-201605-release-v1.2.pdf , 4.1 Toolchains)
Hardkernel recommends 4.9-2014.09 (http://odroid.com/dokuwiki/doku.php?id=en:c2_building_u-boot )
LibreELEC used 4.9-2014.11 before this commit
2016-08-24 23:03:18 +02:00
Lukas Rusak
38c49db838
llvm: update to 3.8.1
2016-07-25 10:04:58 -07:00
Lukas Rusak
8078ed945c
gcc: update to 5.4.0
2016-06-24 13:44:52 -07:00
Lukas Rusak
c03b5a4aee
Merge pull request #390 from escalade/pythonfix
...
Python: don't build curses and readline modules for host
2016-05-31 23:07:11 -07:00
escalade
9ed41bc863
Python: don't build curses and readline modules for host
2016-05-27 11:28:27 +02:00
escalade
a23c52e5bc
gcc: compile with -std=gnu++98 to fix build with gcc6
2016-05-23 21:17:16 +02:00
MilhouseVH
53eca15b39
Merge pull request #301 from lrusak/python-curses
...
Python: build readline and curses modules
2016-05-05 22:38:49 +01:00
Lukas Rusak
4055c9d362
gcc-linaro-aarch64-none-elf: add package
2016-05-05 01:23:04 -07:00
Lukas Rusak
da14fbcfb4
Python: build readline and curses modules
2016-04-29 02:25:32 -07:00
Lukas Rusak
102d8e51a6
Python: fix build by including $ROOT
2016-04-29 00:51:48 -07:00
Stefan Saraev
02b0648996
Python: dont leak full paths in compiled .pyo
2016-04-25 14:45:07 -07:00
longchair
300686865f
python : allow using bzip2 on host
2016-04-07 22:16:49 +02:00
MilhouseVH
4f2ac28bb8
Revert "Python: don't include _sysconfigdata.py"
...
This reverts commit 70ee30ebf92754e333eee3fd72a79c239b7ec4fd.
2016-03-17 02:17:12 +00:00
Lukas Rusak
70ee30ebf9
Python: don't include _sysconfigdata.py
2016-03-15 10:39:13 -07:00
MilhouseVH
4a6da2c733
Merge pull request #5 from lrusak/package-updates
...
llvm, xorg-server, openssh, dbus package updates
2016-03-14 23:17:05 +00:00
MilhouseVH
d8f6577b52
Merge pull request #2 from lrusak/seo-stripping
...
stripping changes
2016-03-14 17:55:15 +00:00
Lukas Rusak
c491155239
llvm: update to 3.8.0
2016-03-13 12:59:22 -07:00
Stephan Raue
d48de86457
Python: fix pkgconfig script
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-10 15:00:50 +01:00
Stephan Raue
dbc2e92769
Python: add upstream patch to install proper python-config
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-10 12:34:38 +01:00
Stephan Raue
0e25df0a53
Python: cleanup unneded options
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-10 08:27:20 +01:00
Stephan Raue
2c85f4739a
Python: while building modules we need to link against python.so from builddir. forcing this to prevent build and linking issues with adding -L. to LDFLAGS
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-10 08:27:20 +01:00
Stephan Raue
9ac2b29412
Python: simplyfing crosscompile patch, remove unneeded hunk
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-10 08:27:20 +01:00
Stephan Raue
ebb3882752
Python: add patch to abort if module fails to build
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-07 15:53:29 +01:00
Stephan Raue
2c7678c41e
Python: add crosscompiling patch from buildroot, dont globally change _sysconfigdata.py, enable autoreconf
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-07 15:44:43 +01:00
Stephan Raue
a6179a798a
Python: dont build and use Parser/pgen and simplifing crosscompile patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-07 15:44:43 +01:00
Stephan Raue
6d4353e8d3
Python: rename patches
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-05 19:59:39 +01:00
MilhouseVH
cc7114f8f8
gcc: Mark ARMv8 vcvt instructions as unconditional
2016-03-04 08:47:58 +00:00
Stephan Raue
6e85306909
Merge pull request #4767 from lrusak/python-fix
...
Python: fix cross compile to exclude host directories
2016-02-24 09:45:24 +01:00
Lukas Rusak
09190ea1a0
Python: fix cross compile to exclude host directories
2016-02-24 09:34:53 +01:00
Lukas Rusak
0c728ec549
Python: update to 2.7.11
2016-02-23 08:28:16 +01:00
Lukas Rusak
c81a51af6c
llvm: update to pre 3.8 (until 3.8 is released)
2016-02-22 19:07:06 +01:00
Stefan Saraev
4f60b8853b
Python: strip binaries
2016-01-31 00:22:37 +01:00
Stephan Raue
390d30f543
llvm: update to llvm-3.7.1
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-11 02:07:39 +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
chewitt
f37359f8c7
gcc: use http download
2015-12-30 15:45:03 +01:00
Stephan Raue
289d1509eb
gcc: update to gcc-5.3.0
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-12-18 12:37:34 +01:00
Stephan Raue
16bfdd91a0
yasm: update to yasm-1.3.0
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-11-19 14:39:03 +01:00
Lukas Rusak
a454250a49
llvm: update to llvm-3.7.0
2015-11-02 11:58:10 +01:00
Lukas Rusak
88d6256aa4
update to 5.2.0, update configure options
2015-11-02 11:58:10 +01:00
Lukas Rusak
3117cc51af
update to python-2.7.10
2015-11-02 11:08:59 +01:00
Stephan Raue
c9f693af96
Revert "Python: dont install distutils"
...
This reverts commit 2ef78f1c4cb43a1be6191f21a5126c19afef1812.
This fixes #4243
2015-08-20 10:43:50 +02:00
Stephan Raue
398d3e2339
gcc: update to gcc-4.9.3
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-06-28 13:56:55 +02:00
Stephan Raue
5b77678323
llvm: update to llvm-3.6.1
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-05-28 18:48:30 +02:00
Stephan Raue
ae19eb2dc0
gcc: remove dynamic linker patch, create /lib64 in initramfs
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-04-10 09:42:51 +02:00
Stephan Raue
03e992307f
gcc: remove auto-color patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-04-10 09:42:51 +02:00
Stefan Saraev
8d84f24d4c
remove package: nasm
2015-04-03 12:08:35 +03:00
Stefan Saraev
bebaafb331
packages/*: drop i386 support
2015-04-03 12:08:24 +03:00
Stephan Raue
b7597df191
llvm: update to llvm-3.6.0
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-03-01 18:46:49 +01:00
patrick
ce497482b3
disable ossaudiodev.
2015-01-29 11:16:15 +01:00