From dca46eedd9653b90d2722e67281eed0b35740730 Mon Sep 17 00:00:00 2001 From: mpmc Date: Mon, 1 Jul 2019 07:37:30 +0100 Subject: [PATCH] autobuild: add build target for raspbian-buster --- .doozer.json | 27 +++++++++++++++++++++++++++ Autobuild/raspbianbuster-armhf.sh | 3 +++ 2 files changed, 30 insertions(+) create mode 100644 Autobuild/raspbianbuster-armhf.sh diff --git a/.doozer.json b/.doozer.json index 7ca2a3189..69803f62d 100644 --- a/.doozer.json +++ b/.doozer.json @@ -497,6 +497,33 @@ "support/bintray.py publish filelist.txt" ] }, + "raspbian-buster": { + "buildenv": "raspbian-buster", + "builddeps": [ + "cmake", + "git", + "build-essential", + "pkg-config", + "gettext", + "libavahi-client-dev", + "libssl-dev", + "zlib1g-dev", + "wget", + "bzip2", + "git-core", + "liburiparser-dev", + "libpcre2-dev", + "libdvbcsa-dev", + "python", + "python-requests", + "debhelper", + "ccache" + ], + "buildcmd": [ + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-hdhomerun_static\\ --disable-ffmpeg_static ./Autobuild.sh -t raspbianbuster-armhf -j ${PARALLEL} -w ${WORKDIR}", + "support/bintray.py publish filelist.txt" + ] + }, "fedora28-x86_64": { "buildenv": "docker:fedora:28", "builddeps": [ diff --git a/Autobuild/raspbianbuster-armhf.sh b/Autobuild/raspbianbuster-armhf.sh new file mode 100644 index 000000000..ddfd4d801 --- /dev/null +++ b/Autobuild/raspbianbuster-armhf.sh @@ -0,0 +1,3 @@ +AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=armhf" +DEBDIST=raspbianbuster +source Autobuild/debian.sh -- 2.47.2