Skip to content

Commit

Permalink
Merge pull request #544 from quic-vkraleti/master
Browse files Browse the repository at this point in the history
Bump revisions for fastrpc, qrtr, rmtfs tqftpserv and skales recipes
  • Loading branch information
lumag authored Nov 16, 2023
2 parents da12942 + 2d4f165 commit 41e37ca
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 37 deletions.
2 changes: 1 addition & 1 deletion recipes-devtools/skales/skales_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://mkbootimg;beginline=3;endline=29;md5=114b84083e657f3886bfa2c1e5de7deb"

SRCREV = "6eac9e943de53c4aaaede3697e9226a47686fe25"
SRCREV = "1ccd3e924f6955b1c9d5f921e5311c8db8411787"
PV = "1.5.0+git${SRCPV}"

SRC_URI = "git://git.codelinaro.org/clo/qsdk/oss/tools/skales.git;protocol=https;branch=caf_migration/skales/master \
Expand Down
9 changes: 9 additions & 0 deletions recipes-support/fastrpc/fastrpc/sdsprpcd.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Unit]
Description=sDSP RPC daemon

[Service]
Type=exec
ExecStart=/usr/bin/sdsprpcd

[Install]
WantedBy=multi-user.target
8 changes: 6 additions & 2 deletions recipes-support/fastrpc/fastrpc_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://src/fastrpc_apps_user.c;beginline=1;endline=29;md5=f94f3a7beba14ae2f59f817e9634f891"

SRCREV = "5a8320c46df8c0dbefe71d97a8273f417e8721f3"
SRCREV = "06ef0e7ae56b9f7dde53fb92e8a4bc5a843af8a8"
SRC_URI = "\
git://git.codelinaro.org/linaro/qcomlt/fastrpc.git;branch=automake;protocol=https \
file://0001-apps_std_fopen_with_env-account-for-domain-kinds-whe.patch \
file://adsprpcd.service \
file://cdsprpcd.service \
file://sdsprpcd.service \
file://usr-lib-rfsa.service \
file://mount-dsp.sh \
"
Expand All @@ -28,7 +29,7 @@ SYSTEMD_PACKAGES = "${PN} ${PN}-systemd"

SYSTEMD_SERVICE:${PN} = "usr-lib-rfsa.service"

SYSTEMD_SERVICE:${PN}-systemd = "adsprpcd.service cdsprpcd.service"
SYSTEMD_SERVICE:${PN}-systemd = "adsprpcd.service cdsprpcd.service sdsprpcd.service"
SYSTEMD_AUTO_ENABLE:${PN}-systemd = "disable"

do_install:append() {
Expand All @@ -38,6 +39,7 @@ do_install:append() {
install -m 0644 ${WORKDIR}/usr-lib-rfsa.service ${D}${systemd_unitdir}/system
install -m 0644 ${WORKDIR}/adsprpcd.service ${D}${systemd_unitdir}/system
install -m 0644 ${WORKDIR}/cdsprpcd.service ${D}${systemd_unitdir}/system
install -m 0644 ${WORKDIR}/sdsprpcd.service ${D}${systemd_unitdir}/system

install -d ${D}${sbindir}
install -m 0755 ${WORKDIR}/mount-dsp.sh ${D}${sbindir}
Expand All @@ -47,8 +49,10 @@ FILES:${PN} += " \
${libdir}/rfsa \
${libdir}/libadsp_default_listener.so \
${libdir}/libcdsp_default_listener.so \
${libdir}/libsdsp_default_listener.so \
${libdir}/libadsprpc.so \
${libdir}/libcdsprpc.so \
${libdir}/libsdsprpc.so \
"

FILES:${PN}-dev:remove = "${FILES_SOLIBSDEV}"
Expand Down
4 changes: 2 additions & 2 deletions recipes-support/qrtr/qrtr_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=15329706fbfcb5fc5edcc1bc7c139da5"

inherit systemd

SRCREV = "9dc7a88548c27983e06465d3fbba2ba27d4bc050"
SRCREV = "d0d471c96e7d112fac6f48bd11f9e8ce209c04d2"
SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https"

PV = "0.3+${SRCPV}"

S = "${WORKDIR}/git"

EXTRA_OEMAKE = "prefix=${prefix} bindir=${bindir} libdir=${libdir} includedir=${includedir} LDFLAGS='${LDFLAGS}' CFLAGS='${CFLAGS}'"
EXTRA_OEMAKE = "prefix=${prefix} bindir=${bindir} libdir=${libdir} includedir=${includedir}"

do_install () {
oe_runmake install DESTDIR=${D} prefix=${prefix} servicedir=${systemd_unitdir}/system
Expand Down
4 changes: 1 addition & 3 deletions recipes-support/rmtfs/rmtfs_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ca25dbf5ebfc1a058bfc657c895aac2f"

inherit systemd

SRCREV = "293ab8babb27ac0f24247bb101fed9420c629c29"
SRCREV = "7a5ae7e0a57be3e09e0256b51b9075ee6b860322"
SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https"
DEPENDS = "qmic-native qrtr udev"

PV = "0.2+${SRCPV}"

S = "${WORKDIR}/git"

EXTRA_OEMAKE = "'LDFLAGS=${TARGET_LDFLAGS} -L${STAGING_LIBDIR} -lqrtr -ludev -lpthread'"

do_install () {
oe_runmake install DESTDIR=${D} prefix=${prefix} servicedir=${systemd_unitdir}/system
}
Expand Down

This file was deleted.

5 changes: 1 addition & 4 deletions recipes-support/tqftpserv/tqftpserv_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ DEPENDS = "qrtr"

inherit systemd

SRCREV = "fe53d2a810abe0e1ee7cc0bb20fd520dc6605ecb"
SRCREV = "de42697a2466cc5ee267ffe36ab4e8494f005fb0"
SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https \
file://0001-include-limits.h-for-PATH_MAX.patch \
"

PV = "0.0+${SRCPV}"

S = "${WORKDIR}/git"

EXTRA_OEMAKE = "prefix=${prefix} bindir=${bindir} libdir=${libdir} includedir=${includedir} LDFLAGS='${LDFLAGS} -Wl,-lqrtr' CFLAGS='${CFLAGS}'"

do_install () {
oe_runmake install DESTDIR=${D} prefix=${prefix} servicedir=${systemd_unitdir}/system
}
Expand Down

0 comments on commit 41e37ca

Please sign in to comment.