summaryrefslogtreecommitdiff
path: root/elements/gnu-toolchain/linux-api-headers.bst
Commit message (Collapse)AuthorAgeFilesLines
* Update linux packages to use 4.17 releaseFrancisco Redondo Marchena2018-07-251-2/+2
| | | | | This increases also the number of elements the linux kernel depends on.
* Update linux api headers to same version as kernelBen Brewer2018-07-251-2/+2
|
* Replace use of architecture conditionals with generic project conditionsSam Thursfield2017-11-051-33/+12
| | | | | | | | | | | | The initial implementation of architecture conditionals has been removed, as the same behaviours can be implemented using the more generic mechanism for conditionals that is being introduced for BuildStream 1.0. We now have two architecture options: build_arch and arch. They are documented in project.conf. The first one controls the build sandbox while the second controls the host and target of the binaries we produce.
* gnu-toolchain: Rework linux-api-headers arch conditions and support ppc64bSam Thursfield2017-10-251-18/+40
| | | | | | It's better to use BuildStream arch conditionals than to use shell code, because in the latter case any change will trigger rebuilds for all architectures regardless of which ones it actually affects.
* gnu-toolchain: Update components in line with build-essential stratumSam Thursfield2017-08-241-2/+2
|
* Support cross-building the stage1 and stage2 componentsSam Thursfield2017-07-071-2/+2
| | | | | | | | | | | | | | This requires a feature recently added to BuildStream (in commit 03906221) that adds a framework for elements to support being cross-compiled. To build an armv8l64 native toolchain and sysroot on an x86_64 build machine, for example, you can do this: bst build --target-arch=armv8l64 gnu-toolchain/stage2.bst You can then run `bst checkout` to get at the resulting binaries and copy them onto an armv8l64 machine where they can be executed.
* Moved all elements under the elements directoryTristan Van Berkom2017-03-221-0/+39