summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
* Add the Ironic baremetal service to OpenstackTiago Gomes2015-04-156-0/+46
| | | | | Add their dependencies as well. The service will be configured in another commit.
* Add tftp-hpa to OpenStack servicesTiago Gomes2015-04-152-0/+10
| | | | | | The existing Busybox's TFTP server implementation is not up to the job for the OpenStack baremetal service, as it doesn't support filename remapping.
* Remove pycrypto from systemFrancisco Redondo Marchena2015-04-151-3/+0
| | | | Change-Id: Ica160637b723bcfb8d568b3b023acee8cbe03f1a
* Add Openstack systemPedro Alvarez2015-04-1419-0/+1115
| | | | | | | | | | | | | | Add Openstack system and stratum pointing they components to Juno tag 2014.2.1. Change-Id: Iaa9a31c44b0a2c711c5a147dc3156bab14577fb7 Signed-off-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Signed-off-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> Signed-off-by: Richard Maw <richard.maw@codethink.co.uk> Signed-off-by: Richard Ipsum <richard.ipsum@codethink.co.uk> Signed-off-by: Patrick Darley <patrick.darley@codethink.co.uk> Signed-off-by: Zara Zaimeche <zara.zaimeche@codethink.co.uk> Signed-off-by: Mike Smith <mike.smith@codethink.co.uk>
* strata/build-essential: Upgrade linux-api-headers to 4.0Javier Jardón2015-04-141-6/+6
| | | | Change-Id: I73ed1c3c43f341d6e09521fc8bf0c4899616e972
* Fix linux repo for bsp-armv7-highbankSam Thursfield2015-04-141-1/+1
| | | | | | | We switched to linux-stable.git from linux.git as only the former contains 'point' releases (3.18.1, 3.18.2 etc.) of Linux. Change-Id: I94388266b4a94a652458460d0b15f465e10dfe85
* mesa: Fix a compilation problem with missing fstatJavier Jardón2015-04-141-2/+2
| | | | | | | | | | | | | | | Point mesa stratum to a patch cherry-picked from master to fix this compilation error: loader.c: In function 'udev_device_new_from_fd': loader.c:163:4: error: implicit declaration of function 'fstat' [-Werror=implicit-function-declaration] if (fstat(fd, &buf) < 0) { ^ cc1: some warnings being treated as errors More info here: https://bugs.freedesktop.org/show_bug.cgi?id=89530 Change-Id: I3bd4856b07318ce97772a4755b253c918f4b1e66
* The return of the GENIVI marshalling patchPaul Sherwood2015-04-131-4/+4
| | | | Change-Id: I27b143b3bd027b58b1c9893c0aa4bbf388cd0529
* strata/foundation.morph: Point systemd's unpetrify-ref to a meaningful branchJavier Jardón2015-04-131-1/+1
| | | | Change-Id: I65fb89c8c7a82aa4e3696894a210ed1bdcaadf87
* Change suexec location in httpd-server.morphPedro Alvarez2015-04-131-1/+1
| | | | | | | | | apache-httpd needs to know where suexec is, even when suexec is being installed by the same chunk. We were moving/copying the binary after installation to /lib/httpd. With this change, the hack won't be needed. Change-Id: I71bb6ea0ff80d41ae4061bfeb441750741343970
* Add openstack ansible modules to ansible.morphPedro Alvarez2015-04-132-0/+10
| | | | Change-Id: Ia8aae92d01eeca9a4058fa73fa1923a1a33b5704
* systemd: disable building of testsRichard Maw2015-04-131-3/+5
| | | | Change-Id: I9e0df7e0617d56af0ea827e3a1c4c37d3a1bbad2
* Update systemd to development snapshot including netlink fixRichard Maw2015-04-131-2/+2
| | | | Change-Id: Ic8258340cd8a5a2750671b0a93c7b89e1b872aa6
* Upgrade x86 BSP to latest linux kernel (4.0)Javier Jardón2015-04-132-6/+6
| | | | Change-Id: I55eff5c8e57dbf35274246b60904c6d405f458e9
* bsp: Add support for USB ethernet to x86 kernelsRichard Maw2015-04-132-0/+8
| | | | | | | | | This works for a few commonly available USB Ethernet devices; and while other architectures may make use of such devices, I don't believe we currently have a use-case that requires us to be able to support extra interfaces on those devices. Change-Id: Ib8974207c04f34cff4f6884409c70aeb116935d5
* strata/foundation.morph: Add bash-completionJavier Jardón2015-04-131-0/+4
| | | | | | So commands can be autocompleted when pressing the "TAB" key Change-Id: I225335496e1007372603a2d0bea23ce0b8cb3692
* Be explicit with make command in acl.morphPaul Sherwood2015-04-121-0/+2
| | | | Change-Id: I6e86553520f1ef7de14d8b58bdf4141cda1db9b7
* Add BSP for big-endian ARMv8 (armv8b64)Edward Cragg2015-04-112-0/+124
| | | | | | | Add a BSP definition for ARMv8 in big-endian mode. Hopefully applicable to any ARMv8 system. Change-Id: I35d2964fa240ce72bf62d577d2d9af50dbae1d11
* Add ebtables as build-dependency of libvirtFrancisco Redondo Marchena2015-04-091-5/+6
| | | | | | | | | | | | | | | libvirt set the path of ebtables to /sbin during configuration time if they are not present on the system: AC_PATH_PROG([EBTABLES_PATH], [ebtables], /sbin/ebtables, [/usr/sbin:$PATH]) AC_DEFINE_UNQUOTED([EBTABLES_PATH], "$EBTABLES_PATH", [path to ebtables binary]) So adding ebtables as a build dependency will set correctly the ebtlabes binary path. Change-Id: I97c3dbbc9cffd86113248ce0d39251068a6cc78c
* Add parted to toolsTiago Gomes2015-04-092-0/+15
| | | | | | It is required for Ironic. Change-Id: Ie5297598201479f7dff182de3a1d39bcd61bd6cb
* Enable Intel Ethernet drivers unconditionally in x86 bspRichard Maw2015-04-092-0/+6
| | | | | E1000E is not in the standard x86_64 defconfig, but it is in the i386 defconfig, and it's necessary to support commonly available hardware. Change-Id: Ia0f97ffaba190901bd1ae563690b6ebc9d108e66
* Add tcpdump to toolsTiago Gomes2015-04-093-0/+18
| | | | Change-Id: Ib8555258663cb16139efc4b3c004012c4aa054a5
* Update configobj to the latest stable tagFrancisco Redondo Marchena2015-04-081-3/+3
| | | | | | | Update the repository to a maintained fork: see README.md Update the ref to the latest stable tag. Change-Id: I6a7431c1c79fd2a00e99e2db10dbbc8e2deb42d6
* Move configobj to python-commonFrancisco Redondo Marchena2015-04-082-5/+4
| | | | | | In order to avoid duplicated chunk when merging Openstack branch. Change-Id: I91be6182e40569150a99fa7d28fdb2e988c50374
* Create kmod symlinks in sbinFrancisco Redondo Marchena2015-04-081-9/+39
| | | | | | | | | | | iSCSI kernel modules and open-iscsi expect modprobe and the rest of the module kernel utils to be in /sbin. This patch create the links in /sbin instead of /bin if /sbin is not a symlink of /usr/bin; if it is a symlink it will create the links in /usr/bin. Also it installs kmod in "$PREFIX" instead of / Change-Id: I89226d0ee7956e294caa66d60101a35daeccf9a1
* Enable ISCSI kernel supportFrancisco Redondo Marchena2015-04-075-0/+85
| | | | Change-Id: Ia45fd5e8bc53b6b8ebe3cc35aa52cb524a992100
* Enable python bindings in KmodFrancisco Redondo Marchena2015-04-073-7/+7
| | | | | | | | This enables kmod python bindings required for iscsi tools. Enabling python in the kmod chunk requires cython for compiling so cython is moved to core.morph. Change-Id: Ic394d75f801efcb0be1e4ec17d9bc907f9d086a0
* strata/foundation: Upgrade dbus to latest stable (1.8.16)Javier Jardón2015-04-071-4/+4
| | | | Change-Id: Ie01218cc9c9e40aa6f8bbfe45faff2d227a19d6e
* strata/foundation: upadte gobject-introspection to 1.44.0Javier Jardón2015-04-071-1/+2
| | | | Change-Id: If8d6ec4dd754255464ab6efee67489212e8c612f
* Upgrade to latest glibc (2.21)Javier Jardón2015-04-072-8/+8
| | | | Change-Id: I375c0af00497f8cbedb0d9759bbb64e0034582ad
* Enable Atheros network drivers in x86 kernelsRichard Maw2015-04-072-0/+6
| | | | Change-Id: Ib98d024f34b6dd0d821335bdf24cb59278977a17
* Enable netfilter support in kernelsFrancisco Redondo Marchena2015-04-075-0/+490
| | | | Change-Id: I2ecb0ac435aa6f364b41c0e680c5792dcbe02f50
* Enable ipset kernel configurationFrancisco Redondo Marchena2015-04-075-0/+85
| | | | Change-Id: I864631f70fa7feb650d924cc2bb91d787270c27d
* Enable iproute2 support to kernelsFrancisco Redondo Marchena2015-04-075-0/+15
| | | | Change-Id: I113e08474cc4a1c3a60c9a683725d7fdc13ffe08
* Enable Intel KVM support in x86 kernelsFrancisco Redondo Marchena2015-04-072-0/+2
| | | | Change-Id: I1b65a1b3add4f8da11f6403bceb1063797a99b5d
* Enable all the IP_NF kernel supportFrancisco Redondo Marchena2015-04-075-0/+65
| | | | Change-Id: I87f44ebc26b44a024b39149bfce1e29e4e204051
* Enable virtual ethernet support in kernelsFrancisco Redondo Marchena2015-04-078-0/+8
| | | | Change-Id: I0f426296df43d6f0bb37b23293fd5268f1461fe3
* Enable Open vSwitch kernel supportFrancisco Redondo Marchena2015-04-075-0/+50
| | | | Change-Id: I939022e819a386c45e900e2df23dc3809f4a1a45
* strata/gtk2: Upgrade to latest stable (2.24.27)Javier Jardón2015-04-071-1/+2
| | | | Change-Id: I951ce5440acd965f31a38c937e26ed77dab259e9
* stage2-glibc.morph: inline stage2-glibc-fix-specs scriptJavier Jardón2015-04-071-1/+35
| | | | Change-Id: I55bf8764a105308d965947c3721a193abf7502ac
* Enable ebtables in kernelsFrancisco Redondo Marchena2015-04-015-0/+20
| | | | | | These modules are needed for ebtables and netfilter. Change-Id: I36c0fc69c3167de556fd2d0242c4aada1441c55c
* Enable Network Block Device support in kernelsFrancisco Redondo Marchena2015-04-015-0/+5
| | | | Change-Id: I066f7dcf30452945d973fa8eedb3393975badd1f
* Enable xfs support in kernelsPatrick Darley2015-04-015-0/+10
| | | | Change-Id: Icc538974fcbf565ad70454a19281802b232d6c08
* Rename NAT kernel configuration itemFrancisco Redondo Marchena2015-04-013-3/+3
| | | | | | CONFIG_NF_NAT_IPV4 is known as CONFIG_IP_NF_NAT in 3.17 kernels onwards. Change-Id: I4c41eb01c62de37f0c16aedaec01d404de50a2e1
* Configure localstatedir and sysconfdir in OpenvswitchPedro Alvarez2015-04-021-6/+6
| | | | Change-Id: Idca5a082d084b64db0bb107d16997b6df8df3567
* strata/qt5-tools-qtwebkit.morph: Track current stable 5.4 branchJavier Jardón2015-04-011-2/+2
| | | | | | | This includes a commit to fx the build against latest GLib See https://bugreports.qt.io/browse/QTBUG-44714 Change-Id: I9a0ef3b9e753b7f010a61d202ae92e00ebb51554
* Fix procps-ng chunk installing files into /Sam Thursfield2015-04-012-1/+28
| | | | | | | | | | Currently this chunk is creating /include/ and /share/ directories, but these should be in /usr. We do still need to install the binaries in /bin to override the Busybox versions. Change-Id: Idaf0b59a42e186b4efb5396e49ee5a14d3bf02e2
* Update initramfs and installer to support installers betterRichard Maw2015-03-312-2/+2
| | | | Change-Id: I3cf57335904b57e081ed1ef52929d72965746dcd
* Don't install systemd units as executableSam Thursfield2015-03-314-7/+7
| | | | | | | | systemd warns about executable unit files. E.G. "Configuration file /usr/lib/systemd/system/rsync.service is marked executable. Please remove executable permission bits. Proceeding anyway." Change-Id: I47721d7a78d6bbe87ebc171ff9b35db293d37e23
* Remove unneded "build-depends: []"Javier Jardón2015-03-312-8/+0
| | | | Change-Id: I4c4e7d3d5a9a090c2c4570e8bdd323574e398952