summaryrefslogtreecommitdiff
path: root/systems/build-system-armv5l-openbmc-aspeed.morph
Commit message (Collapse)AuthorAgeFilesLines
* Add sandboxlib to build and devel systemsBen Brown2016-03-151-0/+2
| | | | | | | | | | | | sandboxlib is a runtime dependency of ybd. While ybd is not currently a part of Baserock I found it surprising I couldn't at least run ybd from git using the build image from wiki.baserock.org. Created a new stratum as I was unable to find a suitable home amongst the existing strata. Also moves linux-user-chroot into the new stratum. Change-Id: If55c0ba4b9a48a0abc69ad5d39900c6c7807c72b
* Enable 'hosts' extension in build systemsPedro Alvarez2016-03-021-0/+1
| | | | Change-Id: I7addcd79ffe6389556302e82ad00fd7706d99640
* core: Use python3 instead python2Javier Jardón2015-10-161-4/+2
| | | | | | | | | | | | | | | From [1]: "Python 2.x is legacy, Python 3.x is the present and future of the language" As a reference, python3 is already the default python version in Arch, and other distros like Ubuntu/Debian [2] or Fedora [3] are planning to switch soon [1] https://wiki.python.org/moin/Python2orPython3 [2] https://wiki.ubuntu.com/Python/3 [3] https://fedoraproject.org/wiki/Changes/Python_3_as_Default Change-Id: I6d4d11844d4424bfa49b37fe7d9a3639547c0139
* Ensure 'description' field is always a stringSam Thursfield2015-08-191-2/+1
| | | | Change-Id: I908878a3794623704eb26ae1dfaf32d72dd3c8d9
* More GLib and deps to its own stratumJavier Jardón2015-08-171-0/+2
| | | | Change-Id: I1bcc28de68c9b61b25929cf142e1dd8ea63f8d6f
* Add Python 3 to all systems that contain Python 2 (cpython interpreter)Sam Thursfield2015-07-181-0/+2
| | | | Change-Id: Ib66f3f56b60cc5dc78d08e28e281d120d83a7b9d
* Move extensions into a subdirectoryAdam Coldrick2015-06-021-6/+6
| | | | Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e
* Adds stratum for mtd-utilsMike Williams2015-05-281-0/+2
| | | | | | | | | mtd-utilities provides tools for working with the kernel MTD subsystem. It is already being lorried. This patch provides a stratum such that they can be used in systems. Additionally it adds this patch to the build system for the Aspeed openBMC system. Change-Id: I8831fb95c3dd5fc0c0203da2f9e9d4d368c6fa54
* Add systems/build-system-armv5l-openbmc-aspeed.morphJavier Jardón2015-05-271-0/+41
After cross-building an armv5l system, you should build this system, and use this system to build future armv5l-openbmc-aspeed systems. This is because the cross-built system is fragile and does not allow you to deploy a system locally, as the cross-built system does not contain btrfs-progs. This system does Change-Id: Ibc73f08d5c24b8ee4d100cdb3c499786a319293e