83766c341d
Add CMAKE_PREFIX_PATH to CMAKE_FIND_ROOT_PATH
2025-03-09 01:43:04 +01:00
49d9ab4342
COMP: Remove docker build warning
...
- LegacyKeyValueFormat: "ENV key=value" should be used
instead of legacy "ENV key value" format (line 42)
"""
The new format for declaring environment variables in Dockerfiles is ENV
key=value. This format, where the key and value are separated by an
equals sign (=), is the recommended approach. The older format, ENV key
value (with a space as a separator), is deprecated.
""" -- google search
2025-03-02 09:28:39 -06:00
69c4db9338
*/Toolchain.cmake: Set CMAKE_FIND_ROOT_PATH_LIBRARY/INCLUDE to ONLY
...
For some reason, the default setting in all Toolchain.cmake
is:
```
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH)
```
For cross-compilation, CMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER
makes sense (we only want to find executables in host system root),
but CMAKE_FIND_ROOT_PATH_MODE_LIBRARY/INCLUDE should be set
to ONLY, otherwise cmake may find libraries in host system root,
and try to link with incompatible libraries (instead of
cross-compilation sysroot).
Fixes #431 .
2025-02-25 16:14:39 +01:00
54ee1fddbc
doc: update Matt McCormick email
2024-11-08 17:11:12 -05:00
0d31400b97
Support for building images locally
2022-12-16 16:07:56 +01:00
f888b7de0b
Replace deprecated label 'MAINTAINER' by 'LABEL maintainer'
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-04 12:51:28 +02:00
2b3b23bd13
Update linux-arm64-full
...
Update linux-arm64-full
2021-09-20 11:41:01 +02:00
ec4c1de0ba
Re-add LIBQUADMATH
...
Re-add LIBQUADMATH
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-30 23:09:27 +02:00
519a6c8736
Add FMT
...
Add FMT
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-30 20:35:09 +02:00
332bf7ad98
Update buildroot and add LIBABSEIL
...
Update buildroot and add LIBABSEIL
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-30 20:28:39 +02:00
48cee95bf5
Add linux-x86_64-full and minor fix
...
Add linux-x86_64-full and minor fix
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-21 21:09:48 +02:00
c026d14b44
Fix quadmath
...
Fix quadmath
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-20 22:24:01 +02:00
93e73f9ead
Update ffmpeg lib and add JSON lib for C++
...
Update ffmpeg lib and add JSON lib for C++
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-20 22:23:10 +02:00
2d373cc57a
Add quadmath
...
Add quadmath
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-20 18:45:28 +02:00
6229d109ac
Update buildroot
...
Update buildroot
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-20 18:29:26 +02:00
d68c8073fe
Update crosstool-ng
...
Update crosstool-ng
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-20 15:37:11 +02:00
5663ada809
Use env variable instead hardcoded variable in toolchain.cmake
...
Use env variable instead hardcoded variable in toolchain.cmake
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-12 21:38:43 +02:00
281a19366e
Re-Add qt5 minimal
...
Re-Add qt5 minimal
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-09 19:34:21 +02:00
3c20faed07
Disable qt5
...
Disable qt5
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-09 13:10:51 +02:00
b5a73bef22
Improve buildroot builder
...
Improve buildroot builder
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-08 22:09:24 +02:00
4e8fad2063
Add Qt5 minimal
...
Add Qt5 minimal
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-08 20:36:32 +02:00
f3aa59ba6e
Improve full image aarch64
...
Improve full image aarch64
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-08 13:13:19 +02:00
0b90985648
Add full image
...
Add full image
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-08 03:52:31 +02:00