commit | 36a12ec44335e9ae3e32d72f8dfb7ab0e3fb5907 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed May 04 16:46:56 2022 -0400 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed May 04 16:56:21 2022 -0400 |
tree | fd5b1e1ef74f2ac841e0267eb4bfbfdbf056e7b2 | |
parent | 7d2c27fdaa6be5aff0fa75b407a68b625f043bf0 [diff] |
build-setup.sh: remove python Started seeing this with recent fresh builds: 16:24:36 Package python is not available, but is referred to by another package. 16:24:36 This may mean that the package is missing, has been obsoleted, or 16:24:36 is only available from another source 16:24:36 However the following packages replace it: 16:24:36 python2-minimal python2 dh-python 2to3 python-is-python3 Remove python from our build script. This apparently brought in the file package for free so explicitly include that now. Tested: - Verified build-setup.sh can now build the docker image and start a bitbake on a system that was not working previously Change-Id: I00b3398580ada310aa38eed22e7426e059be5e36 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Build script for CI jobs in Jenkins.