summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enable serial outputbaserock/pedroalvarez/rpv2Pedro Alvarez2015-10-121-1/+1
|
* Add system and cluster to deploy baseline to rpi2 sdcardPedro Alvarez2015-10-121-0/+49
|
* Add cluster to deploy baseline to rpi2 sdcardPedro Alvarez2015-10-121-0/+14
|
* Run depmod when building rpi2 kernel, it has a lot of modulesPedro Alvarez2015-10-121-0/+4
|
* Only install binary blobs neededPedro Alvarez2015-10-111-1/+5
|
* Compile u-boot tooPedro Alvarez2015-10-112-0/+16
|
* freeze linux-firmware shaPedro Alvarez2015-10-101-1/+1
|
* I think boot: yes is not neededPedro Alvarez2015-10-101-1/+0
|
* typo in rpi partitioning filePedro Alvarez2015-10-101-1/+1
|
* Fix cmdline.txtPedro Alvarez2015-10-101-1/+1
|
* Revert "Do not `make modules`, It's too slow, Needed??"Pedro Alvarez2015-10-091-0/+1
| | | | This reverts commit 728a88262fc5aa0acd33dba2f234911c25ee9e39.
* Do not `make modules`, It's too slow, Needed??Pedro Alvarez2015-10-091-1/+0
|
* Add BOOT_PRINTK_DELAY to kernel for debuggingPedro Alvarez2015-10-091-0/+1
|
* Add deployment of rpi imagePedro Alvarez2015-10-092-0/+33
|
* linux-firmware lost componentsPedro Alvarez2015-10-091-2/+2
|
* Rawdisk partitioning v2: Add documentationEdward Cragg2015-10-092-0/+190
| | | | Change-Id: Icf965499380522d8f80cc07f17678179dedeee1a
* Rawdisk partitioning v2: Add partitioning functionsEdward Cragg2015-10-096-71/+495
| | | | | | Add partitioning functions to the rawdisk.write deployment extension Change-Id: I45bcabc191951d086b8f4ae028a248f95a5e6f2e
* Rawdisk partitioning v2: Add a default partition specificationEdward Cragg2015-10-091-0/+9
| | | | | | | | This is the default YAML partition specification, describing a partition layout to be used in the case that the deployment cluster doesn't include a reference to a specific partition specification file. Change-Id: I50733c4dbc4b94794e8cd3718654abaa058a122e
* Rawdisk partitioning v2: Add pyfdisk.py moduleEdward Cragg2015-10-091-0/+766
| | | | | | | This module is a GPL2 licenced python wrapper for fdisk, used to provide partitioning capabilities Change-Id: I5a28310f081045dd65d37bd5da4356ff3e6410f9
* install cmdline.txt as part of rpi2-firmwarePedro Alvarez2015-10-091-0/+4
|
* linux-firmware doesn't have RTL8192SUPedro Alvarez2015-10-091-1/+1
|
* fixup firmware firstPedro Alvarez2015-10-091-0/+5
|
* more firmware needed from rpi2Pedro Alvarez2015-10-092-0/+11
|
* Add linux-firmware files needed for rpi2Pedro Alvarez2015-10-091-0/+42
|
* Remove things not needed in the kernel and point to a sha1Pedro Alvarez2015-10-092-122/+2
|
* Add GNU grep as build depsPedro Alvarez2015-10-092-0/+20
|
* fixup bspPedro Alvarez2015-10-091-1/+1
|
* Add rpi2 system and bspPedro Alvarez2015-10-083-0/+314
| | | | Change-Id: I2a89a90a5b0dff9693e14fb42723ebdaf2200d87
* strata/morph-utils.morph: Upgrade morph to latestJavier Jardón2015-10-071-1/+1
| | | | Change-Id: I08891e20fc8172ff2a4e9171c87f21f10dc019cf
* scripts/release-build: Allow setting controller portsSam Thursfield2015-10-071-4/+15
| | | | | | | | | | This is useful if you have a distbuild controller with a non-standard port. It now also warns if something couldn't be built because there is no build network for that arch available. Change-Id: I5fcac2be9aa198afe16b76564d8307fed04bd526
* Upgrade pango to 1.38Javier Jardón2015-10-072-11/+3
| | | | | | Modules has been removed in this release Change-Id: If93e83955c5453b88dca1ba45b25a8f7c9fc4c67
* strata/graphics-common.morph: Upgrade harfbuzz to 1.0.4Javier Jardón2015-10-071-2/+15
| | | | | | This version depends on ragel wich depends on colm Change-Id: Iccdda2cda30d201259dedac93dbabc86cd99c5c5
* SoCFPGA: Add BSP and systems for Altera Cyclone V SoCFPGA Development KitEdward Cragg2015-10-0610-0/+273
| | | | | | | | | Add BSP and system definitions to support the Altera Cyclone V SoCFPGA development kit [1] [1] https://www.altera.com/products/boards_and_kits/dev-kits/altera/kit-cyclone-v-soc.html Change-Id: I9a2371e52b5601f814e2b0feedce006f0c4f7882
* strata/multimedia-gstreamer.morph: Add libsoup dependencyPaul Martin2015-10-051-0/+1
| | | | | | To build the soup plugin in gst-plugins-good Change-Id: I0b24af834ed4c8895887b864ea0624bd0e7ba8e7
* strata/glib-common.morph: Upgrade GLib to latest stable (2.46)Javier Jardón2015-09-281-2/+2
| | | | Change-Id: I6e876d5c2cc12499467bdf9f7aeb10530f806f4d
* Fix bison buildTiago Gomes2015-09-281-1/+2
| | | | | | | | Run ./bootstrap on the configure commands, otherwise it will be run again by the build tool but this time without the right arguments. This would result in a build failure. Change-Id: Ib93e5398229fa9f2fc00bfcd74a502553e5f92d6
* migrations/006: Report network errors more clearlySam Thursfield2015-09-281-5/+30
| | | | | | | | | | | | | | | | | | | | | | | This is a bit of an awkward migration because it tries to contact the remote cache server in order to do build system autodetection. Users who are using a Trove other than git.baserock.org will need to change the script to point to their Trove. So the error message should point them in that direction, but without obscuring the original error (which may due to network connectivity or soemthing else). Error output now looks like this: WARNING: Unexpected response from server http://git.baserock.org:8080/ for repo git://git.baserock.org/delta/libndp: 404 Client Error: Not Found Error: Unable to look up one or more repos on remote Git server git.baserock.org. If you are using a Trove that is not git.baserock.org, please edit the TROVE_HOST constant in this script and run it again. Before, you would get a backtrace from the simplejson module in this situation. Change-Id: I3f6b3fb46ff436b8490a687ab4bd4d32d857f2ff
* coreutils: separate bootstrap and configure commandsJavier Jardón2015-09-281-1/+2
| | | | | | In a similar way as we do with sed or diff Change-Id: I04b910cd380df6f50110b3a96012cfc97ff37975
* strata/gnome.morph: g-s-d: Use correct lorried repoJavier Jardón2015-09-271-1/+1
| | | | Change-Id: I17320f219f290b67780e39e136cda843151972ec
* strata/gnome.morph: gnome-shell: Use lorried repo in gitmodulesJavier Jardón2015-09-271-2/+2
| | | | Change-Id: I0c40c1b9cfbdba94452540a0753a0b759cd10321
* strata/gnome.morph: g-s-d: Utilize lorried gitmodule repoJavier Jardón2015-09-271-2/+2
| | | | Change-Id: I7c3045f317c00cead5e2be9e58fe5fe13b1a854e
* strata/virtualization/libosinfo.morph: Disable -WerrorJavier Jardón2015-09-261-2/+7
| | | | | | | To fix the build against compilation warnings about the use of deprecated GLib symbols Change-Id: Id0fd1ef1a4f1c4933409f1f34ab655e42a5e6ec5
* strata/gnome.morph: Change sha of m4-common to use correct gitmodulesJavier Jardón2015-09-261-2/+2
| | | | Change-Id: I698bb18fdf679b1bbfa9f1f06e6aeb5bac81c6fc
* strata/gnome.morph: m4-common: Use lorried repo instead upstream directlyJavier Jardón2015-09-261-1/+1
| | | | Change-Id: I1b2b2da6ca2f729e3acb8630b89f89ccc20f23d4
* ci.morph: Fix definition of gnome-system-x86_64 deploymentPedro Alvarez2015-09-261-3/+3
| | | | | | This error was introduced in 4a2180bade54318d62559601c52c51cef43f8cbe Change-Id: I2aa1f7c95daa4ced3204085c3e9e59ea48e82dd5
* migrations/007-initial-defaults: Add bootstrap[.sh] check to autotoolsJavier Jardón2015-09-251-0/+2
| | | | Change-Id: I3585977e49e19a6ec26d30a725d2de936e15a228
* ci.morph: Build gnome-system instead of wayland-systemSam Thursfield2015-09-251-3/+3
| | | | | | The GNOME system is a superset of the "Wayland" one. Change-Id: I565534bb99052cd8df16556f319750d3876257f6
* strata/input-common.morph: Upgrade libinput to 1.0.1Javier Jardón2015-09-251-2/+2
| | | | Change-Id: I578d202b8c6770e80bf209a2e4406edb25b44af0
* Add GNOME stratum, system and clusterJavier Jardón2015-09-2530-7/+614
| | | | | | | | | | | This introduces a second version of libxkbcommon. This is unavoidable really as (a) libinput requires libxkbcommon, (b) Mutter requires libxkbcommon with X11 support enabled, and (c) X11 support in libxkbcommon requires xcb-xkb. To avoid the input-common stratum depending on the whole of X11, we do two variants of libxkbcommon and, in the case where X11 support is needed, one overrides the other. Change-Id: Ib6a47a4eb859d7b32c94f0cb05add774db6d15c8
* Build GTK+ with X11 supportJavier Jardón2015-09-252-1/+2
| | | | | | | The GTK+/cairo X11 backend Its needed by some GNOME libraries (like gnome-sesion) Change-Id: Iac0738acef67d8246be608070eaa5b6dd7fb45ca