Searched +full:cross +full:- +full:armhf +full:- +full:system (Results 1 – 5 of 5) sorted by relevance
1 # THIS FILE WAS AUTO-GENERATED3 # $ lcitool dockerfile --layers all --cross-arch armv7l debian-12 qemu5 # https://gitlab.com/libvirt/libvirt-ci7 FROM docker.io/library/debian:12-slim10 apt-get update && \11 apt-get install -y eatmydata && \12 eatmydata apt-get dist-upgrade -y && \13 eatmydata apt-get install --no-install-recommends -y \20 ca-certificates \25 exuberant-ctags \[all …]
2 # Docker all cross-compiler target (tests only)4 # While the normal cross builds take care to setup proper multiarch5 # build environments which can cross build QEMU this just installs the7 # to build and run linux-user tests on GitLab9 FROM docker.io/library/debian:12-slim11 # Duplicate deb line as deb-src12 RUN sed -in "s/Types: deb/Types: deb deb-src/g" /etc/apt/sources.list.d/debian.sources15 apt-get update && \16 apt-get install -y eatmydata && \17 eatmydata apt-get dist-upgrade -y && \[all …]
2 - local: '/.gitlab-ci.d/crossbuild-template.yml'4 cross-armhf-user:7 job: armhf-debian-cross-container9 IMAGE: debian-armhf-cross11 cross-arm64-system:14 job: arm64-debian-cross-container16 IMAGE: debian-arm64-cross18 cross-arm64-user:21 job: arm64-debian-cross-container23 IMAGE: debian-arm64-cross[all …]
6 MIME-Version: 1.07 Content-Type: text/plain; charset=UTF-88 Content-Transfer-Encoding: 8bit10 Cross-compling dpkg application for armeb fails with below error17 configure:23162: checking dpkg operating system type18 configure:23169: result: linux-gnueabi19 configure:23171: WARNING: linux-gnueabi not found in ostable22 -- CUT --24 the required combination of "gnueabi-linux-armeb" was not found in28 Upstream-Status: Inappropriate [not a debian architecture][all …]
14 source_path=$(cd "$(dirname -- "$0")"; pwd)16 if test "$PWD" -ef "$source_path"20 MARKER=build/auto-created-by-configure22 if test -e build24 if test -f $MARKER26 rm -rf build36 echo "your source directory, or try doing an out-of-tree build."41 # This file is auto-generated by configure to support in-source tree46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS)48 test -e build/auto-created-by-configure ; \[all …]