summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
* tools: Upgrade GDB to 8.0Sam Thursfield2017-07-111-2/+2
| | | | | | | | | | | | | | | This fixes a build failure with GCC 7: amd64-linux-nat.c:497:1: error: conflicting types for 'ps_get_thread_area' ps_get_thread_area (const struct ps_prochandle *ph, ^~~~~~~~~~~~~~~~~~ In file included from gdb_proc_service.h:25:0, from amd64-linux-nat.c:50: /usr/include/proc_service.h:72:17: note: previous declaration of 'ps_get_thread_area' was here extern ps_err_e ps_get_thread_area (struct ps_prochandle *, ^~~~~~~~~~~~~~~~~~ Makefile:1081: recipe for target 'amd64-linux-nat.o' failed make[2]: *** [amd64-linux-nat.o] Error 1
* build-essential: Update linux-api-headers to latestSam Thursfield2017-07-111-4/+4
| | | | | | | Mutter 3.22 needs the linux/input-event-codes.h header which was added fairly recently. This doesn't bump the required kernel version at all -- that's controlled by the --enable-kernel argument passed to GLIBC's configure script in strata/build-essential/glibc.morph.
* build-essential: Update ccache to latest stable tarball (3.3.4)Sam Thursfield2017-07-112-3/+5
| | | | | | | | | | | | | | | | | This fixes a weird issue building 'elfutils' where the new GCC 7 implicit-fallthrough warning would trigger (and fail the build due to -Werror) even though a suitable /* FALLTHROUGH */ comment was present in the code. The issue only occured when building with ccache, not when building with real GCC. Clearing the ccache didn't help either. The build works with ccache 3.3.4 so whatever bug caused this must have now been fixed. We were previously building from a branch in our mirror of the upstream Git repo which had files from the release tarball committed. Now we have proper tarball import repo.
* Revert "Update to GCC 7.1 for stage1 and stage2 bootstrap"Javier Jardón2017-07-052-9/+8
| | | | | | | | This was merged but without passing the whole CI; current CI is broken atm because this change (we need to upgrade several old chunks first) This reverts commit 64813d0134a7796f9de9a98ebe2410d97680d51a.
* 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
|
* 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-092-15/+2
|
* Some unpetrify-refs need to be explicit strings for pythonDaniel Firth2016-12-121-1/+1
|
* strata/bsp-*: /lib/modules -> /usr/lib/modulesJavier Jardón2016-12-094-4/+4
|
* Remove some hacks not needed anymore after the /usr mergeJavier Jardón2016-12-098-63/+16
|
* 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/
* 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
* 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-11161-3877/+8
| | | | | | | | | | | 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-1165-1455/+0
| | | | Change-Id: I44b4df44b0b144a09977a009595124b4d04128c6
* Moving ivi systems & clusters and related strata to ivi subdirTristan Van Berkom2016-11-118-244/+0
| | | | Change-Id: I9ebe47f7808885be59ead2ac0778fbf762ad3c4e
* Move trove & mason related systems, clusters and strata to a new trove ↵Tristan Van Berkom2016-11-1118-285/+0
| | | | | | subdirectory Change-Id: Id71531000851293c2be834360ff543399cda3989
* Upgrade pbr to 0.11.1 to fix build error in python3-corePedro Alvarez2016-10-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | + python3 setup.py install --prefix /usr --root /pbr.inst Traceback (most recent call last): File "setup.py", line 22, in <module> **util.cfg_to_args()) File "/pbr.build/pbr/util.py", line 256, in cfg_to_args wrap_commands(kwargs) File "/pbr.build/pbr/util.py", line 477, in wrap_commands for cmd, _ in dist.get_command_list(): File "/usr/lib/python3.5/site-packages/setuptools/dist.py", line 447, in get_command_list cmdclass = ep.resolve() File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/pbr.build/pbr/testr_command.py", line 47, in <module> from testrepository import commands ImportError: No module named 'testrepository' Upgraded also pbr in python2-core for consistency, and not upgraded to latest given that some components (like mox3) need pbr's version to be < 1 Change-Id: I42c278c95e001729ab0b458097301a4be42d3d85
* strata/core.morph: Upgrade python to v3.5.2jjardon/python_upgradeJavier Jardón2016-10-122-6/+6
| | | | Change-Id: Ic4b2f6d905b3f9bf93a521c189682ee487ca3078
* Update lorry and lorry-controller to get YAML lorry supportAdam Coldrick2016-10-092-2/+2
| | | | Change-Id: I8557b6099ea7bdbf685b5cb3732b9d0e2d08350b
* Add a yoyo chunk to python-commonAdam Coldrick2016-10-091-0/+5
| | | | Change-Id: I53937dafd4fc1da3bf63d7c1dd7f8c4939d4136a
* Upgrade to OpenSSL 1.0.2jPedro Alvarez2016-09-261-2/+2
| | | | Change-Id: If78e62dce5f03d93fd340915346ca643969e8f71
* Upgrade to OpenSSL 1.0.2iGENIVI-M1.0baserock/release/GENIVI-M1.0Pedro Alvarez2016-09-221-2/+2
| | | | Change-Id: I7aef499ad382fe1058ce8f8e708f53518f7d0d90
* Upgrade to latest version of tbdiffPedro Alvarez2016-09-221-1/+1
| | | | | | | | This version includes a patch to baserock-system-config-sync to fix the case where a symlink is not present in the upgraded version, but is present in the current version. Change-Id: I314185ffc3ef1d7f7065ff9172a22a97d6cfe97d
* Move gssdp.morph to strata/dlna-services/Javier Jardón2016-09-052-1/+1
| | | | Change-Id: I29cfb23fd77289cb7cf44eff497a3a9f561401dc
* gstreamer-plugins-base-0.10.morph: Change name to gstreamer-plugins-base@0.10Javier Jardón2016-08-252-2/+2
| | | | Change-Id: I42e4415f55e4f2f28a454052a780b8b59dc5e9c7
* strata/network-security.morph: Update gnutls to gnutls_3_4_14Javier Jardón2016-08-211-2/+2
| | | | Change-Id: Ib5e7a0b91b424128ecf66262ec66211e9159dfa7
* strata/network-security.morph: Update nettle to nettle_3.2_release_20160128Javier Jardón2016-08-211-2/+2
| | | | Change-Id: I9a585e3806a30076c9f99890add13ca511ee7a90
* strata/network-security.morph: Update libtasn1 to libtasn1_4_9Javier Jardón2016-08-212-3/+9
| | | | Change-Id: Ic3cc5e002c3503804066527847c5e237a10da945