summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update stage2-glibc to 2.25staging/sam/glibc2.25-bootstrapsam/glibc2.25-bootstrapSam Thursfield2017-06-261-2/+2
| | | | | | | | | | | | | | | | | | | This fixes a build issue with GCC 7.1: In file included from ../sysdeps/x86_64/fpu/multiarch/e_pow.c:17:0: ../sysdeps/ieee754/dbl-64/e_pow.c: In function 'checkint': ../sysdeps/ieee754/dbl-64/e_pow.c:469:13: error: '<<' in boolean context, did you mean '<' ? [-Werror=int-in-bool-context] if (n << (k - 20)) ~~^~~~~~~~~~~ ../sysdeps/ieee754/dbl-64/e_pow.c:471:17: error: '<<' in boolean context, did you mean '<' ? [-Werror=int-in-bool-context] return (n << (k - 21)) ? -1 : 1; ~~~^~~~~~~~~~~~ ../sysdeps/ieee754/dbl-64/e_pow.c:477:9: error: '<<' in boolean context, did you mean '<' ? [-Werror=int-in-bool-context] if (m << (k + 12)) ~~^~~~~~~~~~~ ../sysdeps/ieee754/dbl-64/e_pow.c:479:13: error: '<<' in boolean context, did you mean '<' ? [-Werror=int-in-bool-context] return (m << (k + 11)) ? -1 : 1; ~~~^~~~~~~~~~~~
* Fix stage2-glibc on POWER 64-bit little endianSam Thursfield2017-06-231-1/+5
| | | | The ELF ABI version is different on little-endian.
* Update to GCC 7.1 for stage1 and stage2 bootstrapsam/gcc7.1-bootstrapSam Thursfield2017-06-222-8/+9
|
* 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.
* pcre-utils.morph: it depends on core instead tools stratumJavier Jardón2016-11-171-1/+1
|
* strata/mesa-common.morph: Upgrade to mesa 13.0.0Javier Jardón2016-11-171-2/+2
|
* strata/libdrm-common.morph: Update to libdrm 2.4.71Javier Jardón2016-11-171-2/+2
| | | | This version adds support to etnaviv (vivante) GPUs
* Be explicit about extensions that need python2Daniel Firth2016-11-1722-21/+22
|
* Update .gitlab-ci.yml for new locations of things.Tristan Van Berkom2016-11-111-13/+5
| | | | | | And remove the build of openstack. Change-Id: I62d028000ce4e446d1722fd486bf192dbc724265
* Removed c2man rampant chunk morphTristan Van Berkom2016-11-111-11/+0
| | | | | | | This chunk seems to just be lying around here, not referred to by any strata and no git ref or anything: Get rid of this. Change-Id: I4ec58e9ecc4cc9b665833d52a2dd369aa23ef8ac
* Moving unmaintained systems, clusters and their strata to unmaintained directoryTristan Van Berkom2016-11-11185-250/+196
| | | | | | | | | | | This includes ceph, chef, cxmanage, java, openstack, nodejs, ocaml, qt4, qt5 (system only, qt5 is used by ivi projects), swift, web, xfce and zookeeper systems. All strata which is referred to exclusively by systems and clusters in the unmaintained directory have also been moved to the unmaintained directory. Change-Id: If60b0fa8bc1d7f9c53137fa7106b396668682a9a
* Move gnome systems, clusters and strata into gnome subdirectoryTristan Van Berkom2016-11-1170-71/+71
| | | | Change-Id: I44b4df44b0b144a09977a009595124b4d04128c6
* Moving weston systems, clusters and related strata under weston subdirectoryTristan Van Berkom2016-11-116-4/+4
| | | | Change-Id: Ia805fcbd11d894eb74b18704b6a7070bcc7dd11a
* Moving ivi systems & clusters and related strata to ivi subdirTristan Van Berkom2016-11-1114-13/+13
| | | | Change-Id: I9ebe47f7808885be59ead2ac0778fbf762ad3c4e
* Move trove & mason related systems, clusters and strata to a new trove ↵Tristan Van Berkom2016-11-1123-21/+21
| | | | | | subdirectory Change-Id: Id71531000851293c2be834360ff543399cda3989