Bensuperpc
60c9ba0b79
fix merge
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-05 17:33:52 +02:00
Bensuperpc
40545c5f78
Disable python with GDB
...
Disable python with GDB: GDB 8.1 and lower have issues with python 3.7 and upper :
https://bugzilla.redhat.com/show_bug.cgi?id=1577396
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-05-26 20:06:05 +02:00
Bensuperpc
48261f6be1
Remove python
2021-05-19 01:17:30 +02:00
Bensuperpc
2639b3e285
Add fixes
2021-05-18 23:49:41 +02:00
Bensuperpc
363ea4796e
Add full image option
2021-05-15 10:26:51 +02:00
Bensuperpc
3dc4ff36fc
Add OpenSSL lib, add snes lib
2021-05-14 22:36:43 +02:00
Bensuperpc
9159152331
Update docker file with ARG FROM image
2021-05-14 18:51:41 +02:00
Bensuperpc
b4e1b0e87d
Fix wrong docker image from dockcross/base:latest to bensuperpc/base:latest
2021-05-14 18:38:41 +02:00
Bensuperpc
c7fcae512e
Update image
2021-05-14 17:04:48 +02:00
Bensuperpc
ef6ea08a78
Fix
2021-05-14 08:19:31 +02:00
Bensuperpc
695ecfc899
Disable python for GDB, fix wrong config and add riscv64
2021-05-13 15:13:12 +02:00
Bensuperpc
5ed643c05c
Update crosstool-ng to lastest version
2021-05-13 12:08:38 +02:00
Bensuperpc
08f480baa9
Add OpenCV and boost lib
2021-05-12 11:18:20 +02:00
Bensuperpc
7aa43297ec
Fix m68k
2021-05-11 01:33:31 +02:00
Bensuperpc
5906aae649
Update automake to 16.3 and ncurse to 6.1
2021-05-08 18:28:33 +02:00
Bensuperpc
4119679f1c
Fix build faild : update mpc to 1.1.0
2021-05-08 18:21:30 +02:00
Bensuperpc
27a24d2be3
Re-add linux-ppc64le image, update MPFR to 4.0 from 3.1, BINUTILS to 2.32
2021-05-08 17:29:43 +02:00
Bensuperpc
fd0f89884f
Re-add linux-ppc64le image, update MPFR to 4.0 from 3.1, BINUTILS to 2.32
2021-05-08 17:25:13 +02:00
Bensuperpc
25c411eb28
Fix error in many images
2021-05-08 08:57:52 +02:00
Bensuperpc
a9dac6fe6a
Fix GCC version
2021-05-08 02:43:37 +02:00
Bensuperpc
71af7f0127
Update GCC to 8.5.0
2021-05-07 19:10:56 +02:00
Bensuperpc
ec218274a6
Add mips and mipsel to git action, update mips and s390 images
2021-05-07 17:53:17 +02:00
Bensuperpc
61b97c22c6
Fix armv5 and armv7a
2021-05-07 11:53:15 +02:00
Bensuperpc
c7c0430029
Update armv7 and armv7a image (WIP)
2021-05-07 01:04:59 +02:00
Jean-Christophe Fillion-Robin
68b4549a50
Introduce "common.label-and-env"
...
This will simply the removal of deprecated "org.label-schema" annotation [1]
and the introduction of open containers ones [2]
[1] http://label-schema.org/rc1/
[2] https://github.com/opencontainers/image-spec/blob/master/annotations.md
2021-04-18 19:15:26 +02:00
Jean-Christophe Fillion-Robin
369d828efd
Dockerfile: Remove unused default value associated IMAGE build argument
2021-04-18 19:15:26 +02:00
Jonas Vautherin
8388e2be3a
Change cmake_find_root_path_mode to BOTH for remaining
...
linux cross-compiling images.
2019-10-11 18:37:07 +02:00
Leonardo Graboski Veiga
0848dfc264
Set environment variables for Linux kernel cross compilation
...
Set the ARCH, CROSS_COMPILE and PATH variables to support Linux kernel
cross compilation.
ARCH is set according to:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch?h=v5.2.2
PATH is set to include the cross toolchain path, which is used by the
kernel Makefile.
CROSS_COMPILE is the CROSS_TRIPLE with a dash appended, as the kernel
Makefile uses it to invoke the toolchain utils.
To build the kernel, depending on the config, libssl-dev and libelf-dev
are required. Those are not dealt in this commit as they are not
correlated to the environment variables.
Validated by build the kernel using default kernel config when possible,
otherwise randomly select a defconfig.
<arch> - <defconfig>
arm64 - defconfig
armv5 and armv5-musl - colibri_pxa270_defconfig
armv6 - bcm2835_defconfig
armv7 and armv7a- tegra_defconfig
*x86 - i386_defconfig
mips and mipsel - ath79_defconfig
ppc64le - wii_defconfig
s390x - defconfig
x64 - x86_64_defconfig
* x86 dockcross toolchain does not provide "ld" and compilation fails.
fix #160
2019-07-23 22:54:25 -03:00
Hubert Farnsworth
638e8f6e8e
updated armv7a to enable libtool and automake
2019-04-23 18:27:39 +00:00
Mikhail Zemlyanukha
2a29197b3b
added image for ARMv7-A
2019-03-03 18:54:14 +03:00