From ef0f70f9d7100aa0f0eb8474216e8d88d70bbadd Mon Sep 17 00:00:00 2001 From: Shinjo Park Date: Mon, 20 Jun 2022 14:43:17 +0200 Subject: [PATCH] main/tizen-mkdzimage: new aport (MR 3247) dzImage generation tool for Tizen devices. The same dzImage format is used in all Samsung's Tizen devices (Spreadtrum, Qualcomm, Exynos), so we pick the latest script from the Tizen's Exynos kernel package. --- main/tizen-mkdzimage/APKBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 main/tizen-mkdzimage/APKBUILD diff --git a/main/tizen-mkdzimage/APKBUILD b/main/tizen-mkdzimage/APKBUILD new file mode 100644 index 000000000..8e6d7f8f6 --- /dev/null +++ b/main/tizen-mkdzimage/APKBUILD @@ -0,0 +1,20 @@ +# Maintainer: Shinjo Park +pkgname=tizen-mkdzimage +pkgver=0_git20181203 +pkgrel=0 +_commit="d93206c5fda8884dd88b027d2d1690329232349a" +pkgdesc="mkdzimage for Tizen-based devices" +url="https://git.tizen.org/cgit/profile/wearable/platform/kernel/linux-4.9-exynos9110/" +arch="noarch" +license="GPL-2.0-only" +depends="bash" +source="https://git.tizen.org/cgit/profile/wearable/platform/kernel/linux-4.9-exynos9110/plain/scripts/exynos_mkdzimage.sh?id=$_commit" +builddir="$srcdir/" + +package() { + install -Dm755 "$builddir/exynos_mkdzimage.sh?id=$_commit" "$pkgdir"/usr/bin/tizen-mkdzimage +} + +sha512sums=" +d7a8b08bf86f0e36948744ec1b7cc5c4ca1e38ee5918a83dc67923dac6441433b7ee5b41bf17c7ea835b89d51c623a4cac5438ab266b9f55c64948355786c16c exynos_mkdzimage.sh?id=d93206c5fda8884dd88b027d2d1690329232349a +"