Skip to content

Commit

Permalink
Add qbootctl package
Browse files Browse the repository at this point in the history
Add qbootclt package to control the boot A/B slot flags.

Signed-off-by: Neil Armstrong <[email protected]>
  • Loading branch information
superna9999 committed Jun 19, 2023
1 parent 2482ad8 commit 2f654d8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipes-support/qbootctl/qbootctl_git.bb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2f654d8

Please sign in to comment.