Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: YoeDistro/meta-qcom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9bba99f02bcfbd6ba67b3649239772d1b9938486
Choose a base ref
...
head repository: YoeDistro/meta-qcom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 288b3cc817484c6ff218cf1cd87dd1db0261ba52
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 10, 2023

  1. recipes-support: pd-mapper bump to rev 10997ba

    Changes,
        10997ba pd-mapper: Add ability to decompress .xz json files
        107104b ANDROID: pd-mapper: Update Android.bp srcs
        352a39c ANDROID: pd-mapper: Use /vendor/firmware path for AOSP
        b4c1e36 correct SIGSEGV when firmware is not present
        a500e63 Makefile: allow $(CFLAGS), $(LDFLAGS) override
        9d78fc0 pd-mapper: Null terminate firmware_value string
    
    Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>
    quic-vkraleti committed Nov 10, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    sveitser Mathis
    Copy the full SHA
    8e20af2 View commit details

Commits on Nov 13, 2023

  1. Merge pull request Linaro#540 from quic-vkraleti/move-to-tip

    recipes-support: pd-mapper bump to rev 10997ba
    lumag authored Nov 13, 2023
    Copy the full SHA
    288b3cc View commit details
Showing with 2 additions and 4 deletions.
  1. +2 −4 recipes-support/pd-mapper/pd-mapper_git.bb
6 changes: 2 additions & 4 deletions recipes-support/pd-mapper/pd-mapper_git.bb
Original file line number Diff line number Diff line change
@@ -5,20 +5,18 @@ SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c5d4ab97bca4e843c5afdbf78aa5fdee"

DEPENDS = "qrtr"
DEPENDS = "qrtr xz"

inherit systemd

SRCREV = "d7fe25fa6eff2e62cf264544adee9e8ca830dc78"
SRCREV = "10997ba7c43a3787a40b6b1b161408033e716374"
SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https \
"

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
}