summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Now it's building gedit.Tristan Van Berkom2017-01-199-60/+63
| | | | | | | | And it also builds glade for the hell of it.
| * Face lift: Now we actually build some thingsTristan Van Berkom2017-01-1814-80/+91
| |
| * Adding gnome-desktop bstTristan Van Berkom2017-01-171-0/+18
| |
| * build-build is now ostree import of GNOME SdkTristan Van Berkom2017-01-171-6/+5
| |
| * Trying some ostree sources !Tristan Van Berkom2017-01-164-9/+15
| |
| * More changesTristan Van Berkom2017-01-132-11/+0
| |
| * Committing changesTristan Van Berkom2017-01-132-2/+2
| |
| * Added folks !Tristan Van Berkom2017-01-101-0/+4
| |
| * Another commit !Tristan Van Berkom2017-01-108-10/+78
| |
| * Initial commitTristan Van Berkom2016-12-312-0/+24
|
* convert: TweaksSam Thursfield2017-05-231-1/+7
|
* Remove stuffSam Thursfield2017-05-231051-58241/+0
| | | | FIXUP prev-1
* Add convert script and READMESam Thursfield2017-05-232-0/+17
| | | | Simple hacks so far.
* Move existing Baserock definitions into old/ subdirectorySam Thursfield2017-05-231051-0/+58241
| | | | This will be removed in due course.
* Fix staging order of symlinks resulting from /usr mergefix-symlink-competitionTristan Van Berkom2017-04-301-0/+1
| | | | | | | | | Making linux-api-headers depend on fhs-dirs causes fhs-dirs to be staged first for anything that depends on build-essential. This fixes the issue of competing chunks trying to stage symlinks, or failing to stage the symlinks cause they would otherwise nuke non-empty directories.
* strata/build-essential/stage1-gcc.morph: set -std=gnu++98staging/jjardon/support_modern_distrosTristan Van Berkom2017-04-041-1/+1
| | | | | | | | | This will make possible to modern distros (with gcc 6) to build current baserock (which uses gcc 5) See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69959 Fixes #8
* Upgrade nss to 3.28.1staging/pedroalvarez/some-upgradesPedro Alvarez2017-02-092-3/+2
| | | | Now there is no need to disable Werror
* Upgrade hostap to 2.6Pedro Alvarez2017-02-091-2/+2
|
* Upgrade Systemd to 232Pedro Alvarez2017-02-091-2/+2
|
* Upgrade OpenSSL to 1.0.2kPedro Alvarez2017-02-091-2/+2
|
* Upgrade x86/Jetson kernels to 4.9Pedro Alvarez2017-02-093-6/+6
|
* Upgrade libusb to 1.0.21Pedro Alvarez2017-02-091-2/+2
|
* Upgrade curl to 7.52.1Pedro Alvarez2017-02-091-2/+2
|
* Upgrade gstremer and plugins to 1.8.3Pedro Alvarez2017-02-092-12/+12
|
* Upgrade dbus to 1.10.14Pedro Alvarez2017-02-091-4/+4
|
* Upgrade mesa to 13.0.4Pedro Alvarez2017-02-091-2/+2
|
* Upgrade bluez to 5.43Pedro Alvarez2017-02-091-2/+2
|
* Upgrade alsa-lib and alsa-utils to v1.1.3Pedro Alvarez2017-02-091-4/+4
|
* Upgrade ofono to 1.19Pedro Alvarez2017-02-091-2/+2
|
* scriptslib: Update 'import_meta_ybd' for current YBDPedro Alvarez2017-02-091-2/+5
| | | | | Now the strip-gplv3 configure extension works again when using YBD metadata.
* strata/build-essential.morph: Upgrade to glibc 2.24staging/jjardon/glibc-2.24Javier Jardón2017-02-091-6/+6
|
* strata/network-security/nss.morph: Disable WerrorJavier Jardón2017-02-091-0/+1
| | | | | | | | To avoid failing when compiling against glibc-2.24: In file included from sysrand.c:16:0: unix_rand.c: In function 'ReadOneFile': unix_rand.c:1090:6: error: 'readdir_r' is deprecated [-Werror=deprecated-declarations] error = readdir_r(fd, &entry_dir, &result);
* strata/sound-server-pulseaudio: Upgrade pulseaudio to v10.0staging/jjardon/pulseaudio_v10Javier Jardón2017-02-093-8/+8
|
* .gitlab-ci.yml: Add deploy step for the build- systemstaging/jjardon/deployJavier Jardón2017-02-081-13/+13
| | | | | This way we can offer an up-to-date rootfs of a build system that can be used in a chroot to build another systems
* .gitlab-ci.yml: Use debian:stretch docker image instead python:2.7-slimstaging/jjardon/change_docker_imageJavier Jardón2017-01-291-2/+2
| | | | | | python:2.7-slim install python in /usr/local/bin instead /usr/bin, which is making deployment extensions to fail as they expect python to be in /usr/bin/python
* Validation CIjjardon/deployDaniel Firth2016-12-121-0/+8
|
* Some unpetrify-refs need to be explicit strings for pythonDaniel Firth2016-12-122-3/+3
|
* Add cpus defaults and build-steps defaults from ybd's default.confstaging/defaultsDaniel Firth2016-12-121-0/+40
|
* Add shortcut for checking ybd branches.Daniel Firth2016-12-121-1/+2
| | | | Branches that follow the pattern "staging/fromybd/$1" will `git checkout ybd -b $1`
* .gitlab-ci.yml: Serialize the ci a bitJavier Jardón2016-12-111-13/+19
| | | | | So we have more runners available if we have serveral users using the ci system
* build-essential needs to be first in system morphology filesJavier Jardón2016-12-092-4/+4
|
* strata/bsp-*: /lib/modules -> /usr/lib/modulesJavier Jardón2016-12-096-6/+6
|
* Remove some hacks not needed anymore after the /usr mergeJavier Jardón2016-12-098-63/+16
|
* install-files/essential-files/etc/profile: Only /usr/local/bin:/usr/bin is ↵Javier Jardón2016-12-091-1/+1
| | | | needed
* Implement /usr mergeJavier Jardón2016-12-094-16/+6
| | | | | | | | | | | | | Do not create /bin, /sbin, /usr/sbin and /lib Create symlinks /bin -> /usr/bin /sbin -> /usr/bin /usr/sbin -> /usr/bin /lib -> /usr/lib More info here: https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/
* .gitlab-ci.yml: Deploy a chroot of the minimal systemstaging/offmasterJavier Jardón2016-12-051-1/+15
|
* Add clusters/minimal-system-x86_64-chroot-deploy.morphJavier Jardón2016-12-051-0/+9
|
* Add systems/minimal-system-x86_64-chroot.morphJavier Jardón2016-12-051-0/+12
|
* Fix several implicitly transitive build-dependencies in gnome-system.staging/transitizeDaniel Firth2016-11-281-0/+39
| | | | | | | | Chunks in strata should declare all build-depends of their sibling chunks explicitly, so that the build tool does not need to overcompensate by bringing them in transitively. These were discovered using a baserock V10 version of ybd and then backported.
* Fix several implicitly transitive build-dependencies in devel-system.Daniel Firth2016-11-285-0/+42
| | | | | | | | Chunks in strata should declare all build-depends of their sibling chunks explicitly, so that the build tool does not need to overcompensate by bringing them in transitively. These were discovered using a baserock V10 version of ybd and then backported.