Add brcm-patchram-plus package
This package is needed to upload firmware on the Ampak AP6212A bluetooth module, based on Broadcom chip Signed-off-by: Sebastian Panceac <sebastian@balena.io> Signed-off-by: Alexandru Costache <alexandru@balena.io>
This commit is contained in:
parent
7ef064f803
commit
e0ba1f500f
1 changed files with 25 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
DESCRIPTION = "Broadcom Bluetooth patch utility"
|
||||
SECTION = "connectivity"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
|
||||
|
||||
SRCREV = "6e6506eb74c918e761f9ba08a6c71897334747c1"
|
||||
SRC_URI = " git://android.googlesource.com/platform/system/bluetooth.git;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git/brcm_patchram_plus"
|
||||
|
||||
do_compile() {
|
||||
${CC} ${LDFLAGS} brcm_patchram_plus.c -o brcm_patchram_plus
|
||||
}
|
||||
|
||||
do_install() {
|
||||
mkdir -p ${D}/${bindir}/
|
||||
install -m 0755 ${S}/brcm_patchram_plus ${D}/${bindir}
|
||||
}
|
||||
|
||||
FILES_${PN}-dbg += "${sysconfdir}/bluetooth/.debug"
|
||||
FILES_${PN} += "${bindir}/brcm_patchram_plus"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
Loading…
Add table
Reference in a new issue