From 2f654d809dc03a5104ca48936629ce88c8125aa7 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Mon, 19 Jun 2023 12:04:29 +0200 Subject: [PATCH] Add qbootctl package Add qbootclt package to control the boot A/B slot flags. Signed-off-by: Neil Armstrong --- recipes-support/qbootctl/qbootctl_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-support/qbootctl/qbootctl_git.bb diff --git a/recipes-support/qbootctl/qbootctl_git.bb b/recipes-support/qbootctl/qbootctl_git.bb new file mode 100644 index 000000000..969231dc4 --- /dev/null +++ b/recipes-support/qbootctl/qbootctl_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "A port of the Qualcomm Android bootctrl HAL for musl/glibc userspace" +HOMEPAGE = "https://gitlab.com/sdm845-mainline/qbootctl" +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" + +SRCREV = "20572c1417030908fac57ffb35288323034bc6b2" +SRC_URI = "git://gitlab.com/sdm845-mainline/qbootctl.git;protocol=https;branch=main" + +DEPENDS = "zlib" + +S = "${WORKDIR}/git" + +PV = "0.1.2+git${SRCPV}" + +inherit meson