- 22 Oct, 2020 1 commit
-
-
Benjamin Bertrand authored
Update for image build with gitlab-ci See merge request !1
-
- 21 Oct, 2020 1 commit
-
-
Benjamin Bertrand authored
Only debian-9-base is built
-
- 20 Jul, 2020 4 commits
-
-
Tim Orling authored
Signed-off-by:
Tim Orling <timothy.t.orling@linux.intel.com>
-
Tim Orling authored
CentOS-8 was released on June 15, 2020 and mainenance is expected until May 31, 2029. Signed-off-by:
Tim Orling <timothy.t.orling@linux.intel.com>
-
Tim Orling authored
OpenSUSE 15.2 was released on July 2, 2020 and is expected to be maintained until the end of December 2021. Signed-off-by:
Tim Orling <timothy.t.orling@linux.intel.com>
-
Randy Witt authored
Since downstream items may use /usr/bin/python instead of /usr/bin/python3, make sure it is installed. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 15 Jul, 2020 1 commit
-
-
Randy Witt authored
/usr/bin/python must be massaged to point to python3 on some distros or sometimes doesn't exist, so explicitly specify /usr/bin/python3. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 01 Jul, 2020 2 commits
-
-
Randy Witt authored
Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
Randy Witt authored
No longer build: Fedora 28 Fedora 29 Fedora 30 openSUSE 15.0 Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 24 Jun, 2020 1 commit
-
-
Randy Witt authored
Use an upstream patch to increase the timeout in the dumb-init test code. The sleep wasn't long enough for slower systems(such as virtualized ci). This would cause the test to intermittently fail. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 15 Jun, 2020 9 commits
-
-
Paul Barker authored
The new requirement for gcc 6.0 or later isn't met by Ubuntu 16.04. The distro-entry script is also modified to enable buildtools whenever they have been installed. Signed-off-by:
Paul Barker <pbarker@konsulko.com>
-
Paul Barker authored
By switching to buildtools-extended we no longer need to separately install a newer gcc version in Centos 7. Also switch to using sha256sum to validate the download instead of the obsolete md5sum. Signed-off-by:
Paul Barker <pbarker@konsulko.com>
-
Paul Barker authored
Signed-off-by:
Paul Barker <pbarker@konsulko.com>
-
Paul Barker authored
Python sets do not have a guaranteed sort order so the order of elements in `intersection` may not match the order of elements in `extraconflines`. To prevent random test failures the lists should be sorted before comparison. Signed-off-by:
Paul Barker <pbarker@konsulko.com>
-
Paul Barker authored
Signed-off-by:
Paul Barker <pbarker@konsulko.com>
-
Paul Barker authored
Based on the existing Dockerfile for Ubuntu 18.04. Copyright year updated as requested by Intel. Signed-off-by:
Paul Barker <pbarker@konsulko.com>
-
Paul Barker authored
Ubuntu defaults to using dash to provide /bin/sh. This is a lightweight shell which doesn't handle some of the bashisms present in many Yocto recipes from third-party layers, leading to weird and hard to debug build failures when it is used. Signed-off-by:
Paul Barker <pbarker@konsulko.com>
-
Paul Barker authored
This allows 32-bit host tools and setup programs written in C++ to be used on 64-bit host systems during the build. Signed-off-by:
Paul Barker <pbarker@konsulko.com>
-
Paul Barker authored
Running apt-get in noninteractive mode ensures we will never be asked any configuration questions when installing packages. Signed-off-by:
Paul Barker <pbarker@konsulko.com>
-
- 14 Apr, 2020 1 commit
-
-
Randy Witt authored
Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 08 Apr, 2020 2 commits
-
-
Randy Witt authored
Add devtoolset-8 from SCL [1] so that the sanity checks won't fail. With commit 4c9cfe61a58eccad7b18d8a58583de5057d3f60d to poky, gcc must be at least 5.0 to pass sanity checks. [1] https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/ Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
Randy Witt authored
Since Fedora no long updates docker, allow the user to specify an "ENGINE_CMD" environment variable when running build-and-test.sh. This should allow the user to build using whatever runtime supports the same interface as the docker command line. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 27 Nov, 2019 2 commits
-
-
Randy Witt authored
Since ubuntu-14.04 is out of the free support period, remove it. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
Randy Witt authored
Commit 2c7624c17e43f9215cf7dcebf7258d28711bc3ce to poky added a sanity check for tar >= 1.28. Since centos-7 does not have that version in the package feed, install the buildtools-tarball to centos-7 so it is available. distro-entry.sh is also added so that the needed file can be sourced for centos-7 before running the other commands. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 09 Oct, 2019 1 commit
-
-
Randy Witt authored
In some situations, the default workdir '/home/yoctouser' would not be accessible by the user running the tests. This would cause the container to fail to start. The workdir is now specified to be a directory that should be accessible by the user running the tests. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 19 Sep, 2019 2 commits
-
-
Randy Witt authored
"vncserver -kill \$DISPLAY\n" is no longer ran unconditionally, so there is no reason to patch vncserver. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
Randy Witt authored
The python3 package in CentOS 7 now has a dependency on python3-pip. Which means if you remove it python3 is autoremoved. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 06 Sep, 2019 6 commits
-
-
Randy Witt authored
No longer build: debian-8 fedora-27 ubuntu-18.10 Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
Tim Orling authored
Ubuntu-19.04 release Announcement: https://lists.ubuntu.com/archives/ubuntu-announce/2019-April/000243.html Signed-off-by:
Tim Orling <timothy.t.orling@linux.intel.com>
-
Tim Orling authored
Fedora-30 release announcement: https://fedoramag.wpengine.com/announcing-fedora-30/ en_US.UTF-8 is no longer installed by default, add glibc-langpack-en dependency Signed-off-by:
Tim Orling <timothy.t.orling@linux.intel.com>
-
Tim Orling authored
Fedora-29 release announcement: https://fedoramagazine.org/announcing-fedora-29/ Signed-off-by:
Tim Orling <timothy.t.orling@linux.intel.com>
-
Tim Orling authored
OpenSUSE Leap 15.1 announement: https://en.opensuse.org/Release_announcement_15.1 Signed-off-by:
Tim Orling <timothy.t.orling@linux.intel.com>
-
Tim Orling authored
Debian 10 "buster" announcement: https://www.debian.org/News/2019/20190706 Signed-off-by:
Tim Orling <timothy.t.orling@linux.intel.com>
-
- 11 Jul, 2019 1 commit
-
-
Randy Witt authored
No longer build: openSUSE 42.3 Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 30 Apr, 2019 1 commit
-
-
Randy Witt authored
Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 17 Apr, 2019 1 commit
-
-
Randy Witt authored
In python3 stdout for Popen() is a byte stream, so it must be decoded to strings. This change is necessary because travis switched to python3. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 15 Apr, 2019 1 commit
-
-
Randy Witt authored
Use python36 instead of python34. This fixes the failures that were occurring due to "pip3" not being found. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 08 Mar, 2019 1 commit
-
-
Randy Witt authored
realpath was added to HOSTTOOLS, so it is now needed in the image. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-
- 05 Mar, 2019 1 commit
-
-
Randy Witt authored
There isn't any benefit in calling dash "garbage" for not working in this scenario. The comment should never have been committed. Signed-off-by:
Witt, Randy E <randy.e.witt@intel.com>
-
- 27 Feb, 2019 1 commit
-
-
Randy Witt authored
Patch /usr/bin/vncserver to no longer run "vncserver -kill $DISPLAY". The vnc smoke test was failing for Centos 7. For some reason the default xstartup file created by /usr/bin/vncserver would run "vncserver -kill $DISPAY". This command is not in the upstream tigervnc and it was having the effect of killing the vncserver right after it was started. Signed-off-by:
Randy Witt <randy.e.witt@intel.com>
-