Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit eabeefd

Browse files
committed
Adding new ubuntu targets, adding image priority ordering
1 parent d5e3d73 commit eabeefd

22 files changed

Lines changed: 41 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libusb-1.0-0, libqt5gui5 (>= 5.5.0), libqt5opengl5 (>= 5.5.0), libqt5network5 (>= 5.5.0), libqt5widgets5 (>= 5.5.0), libopencv-imgproc2.4v5, libopencv-core2.4v5, libopencv-highgui2.4-deb0, fxload, libccfits0v5")
2+
set(EXTRA_LIBRARIES udev)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
arm-root*
2+
Dockerfile
3+
configuration-*.cmake
4+
debian-package-checker.sh
5+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DEB_BASE_IMAGE="ubuntu:17.04"
2+
DEB_VERSION=17.04
3+
DEB_CONFIG_NAME="ubuntu-17.04"
4+
. ../debian-based-commons/Dockerfile.in
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
image_name=ubuntu
2+
image_version=17.04-64bit
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
. Dockerfile.in > Dockerfile
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
arm-root/
2+
base-image/
3+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
arm-root*
2+
Dockerfile
3+
configuration-*.cmake
4+
debian-package-checker.sh
5+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DEB_BASE_IMAGE="ubuntu:17.04"
2+
DEB_VERSION=17.04
3+
DEB_CONFIG_NAME="ubuntu-17.04"
4+
. ../debian-based-commons/Dockerfile.in
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
image_name=ubuntu
2+
image_version=17.04-arm
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
. Dockerfile.in > Dockerfile
3+
( cd ../ubuntu-arm-base/ && ./prepare-image yakkety )

0 commit comments

Comments
 (0)