summaryrefslogtreecommitdiff
path: root/strata/bsp-x86_64-generic.morph
Commit message (Collapse)AuthorAgeFilesLines
* strata/bsp*: Use linux when possibleGENIVI-M0.1baserock/release/GENIVI-M0.1Pedro Alvarez2016-07-221-1/+1
| | | | | | | We prefer to encourage the use of newer versions rather than the use of older versions with backported patches. Change-Id: I11aa76d436549cde9f9e78340f984597804a2a30
* bsp-x86_*-generic: Upgrade linux to 4.6Pedro Alvarez2016-07-181-2/+2
| | | | Change-Id: I14ecd1bf850e9ff0b1c3f0fed3f4f4e00be7843d
* Use patched syslinux for GCC 5Pedro Alvarez2016-06-011-2/+2
| | | | Change-Id: Ia95d7dc53d52b1ba14e133621031592b6f95f7c0
* update bps-x86_64-generic.morph to linux 4.5Ana Huelamo2016-04-051-2/+2
| | | | Change-Id: I0374a55cdbc62f78115de14fbd12132383fd7bb3
* strata/bsp-x86_64-generic.morph: Upgrade kernel to 4.4Javier Jardón2016-01-181-2/+2
| | | | Change-Id: If39f09127c080b0240d3797c219fa340832d353b
* strata/bsp-x86_64-generic: Upgrade Linux kernel to v4.2Javier Jardón2015-09-251-3/+3
| | | | Change-Id: Ia4fd517d2f9cbb18b62fb6e2b4934f3755a219a8
* Upgrade perl to v5.22Richard Ipsum2015-07-271-3/+5
| | | | Change-Id: I309f2ee3d9ff0569907c51ee9984b365b31cdbf5
* Upgrade x86 BSP to latest linux kernel (4.0)Javier Jardón2015-04-131-3/+3
| | | | Change-Id: I55eff5c8e57dbf35274246b60904c6d405f458e9
* Upgrade to latest linux kernel (3.19.2)Javier Jardón2015-03-311-3/+3
| | | | Change-Id: I850fe29ca99dd5223e39062f3b654536e69d3dda
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_depends_fixJavier Jardón2015-03-061-2/+0
| | | | version: 1)
* Revert "Do not use 'build-depends' chunk parameter when it's empthy (and ↵Javier Jardón2015-03-061-0/+2
| | | | | | | | change to version: 1)" Morph should have been updated first This reverts commit ced4ed5f7aa35b46d161c5efea972699826f09de.
* Do not use 'build-depends' chunk parameter when it's empthy (and change to ↵baserock/jjardon/no_build_dependsJavier Jardón2015-03-061-2/+0
| | | | version: 1)
* strata/bsp*: Upgrade to kernel v3.19baserock/jjardon/linux319Javier Jardón2015-02-121-2/+2
| | | | | Do not upgrade bsp-armv8l64-generic and bsp-jetson as they are using non-stock kernels
* Correct unpetrify-refsTiago Gomes2015-01-261-1/+1
|
* Update GCC to 4.9.2Tiago Gomes2015-01-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the GCC compiler to the 4.9.2 version. It turns out that a C++ compiler is required to build the latest GCC releases, so build one in stages 1 and 2 as well. The updated list of GCC configuration options that either don't work in a cross compiler or are not needed in a temporary compiler, were based on the latest instructions from Linux From Scratch. The inclusion of /lib64 in the lib path for the stage 1 linker is an attempt to turn things more robust rather than to just symlink in /lib stuff that ends up installed in /lib64 (as it is already being done for libgcc_s.so). Ideally, we should configure every chunk to install to /lib, however GCC seems to not honour the `--with-libdir` configuration flag. With this version of GCC, it looks like a sysroot needs to be given at configure time so that `--with-native-system-header-dir` does what it claims to do. Unfortunately, this has the side effect of making GCC not passing to the linker the linker sysroot flag: `-Wl,--sysroot=$SYSROOT`. The workaround is to modify LDFLAGS to give a sysroot directly to GCC, `--sysroot=$SYSROOT`, which will then be further passed down to the linker. As the newest version of GCC finds more warnings than the previous one, `-Werror` was disabled for the coreutils, GDB and Syslinux projects. Syslinux's Makefile had to be patched, as it is not possible to disable `-Werror` for all targets through the NO_WERROR variable. The hack to handle libgcc_eh being required during eglibc's build was removed, as it doesn't seem to be the case anymore.
* Update to Linux kernel v3.18baserock/ps/linux-v3.18-v2Paul Sherwood2014-12-071-2/+2
|
* Patch syslinux to work with glibc-2.20Pedro Alvarez2014-11-111-1/+1
| | | | | | This patch sets _DEFAULT_SOURCE when needed. This patch is included in newer versions of syslinux, but the transition is complicated.
* Re-organise definitions with scripts/organise-morphologies.pyGENIVI-I0.1baserock/release/GENIVI-I0.1Richard Maw2014-08-181-0/+26