summaryrefslogtreecommitdiff
path: root/elements/bsp-generic.bst
Commit message (Collapse)AuthorAgeFilesLines
* Replace use of architecture conditionals with generic project conditionsSam Thursfield2017-11-051-9/+5
| | | | | | | | | | | | 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.
* Add a "generic" BSP stackSam Thursfield2017-10-251-0/+16
This means we no longer try to build syslinux on non-x86 platforms.