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: c986cebf95edec0ddf8c992040255c3662bc5d42
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: 6ee5af23b6b75f3710ca094cdc12e985baa835d4
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 3, 2018

  1. diag: Bump revision to fix SDM845 support

    Bjorn Andersson (1):
          qrtr: Register the DCI and not DCI_CMD instance
    
    Khem Raj (1):
        Fix build with musl
    
    Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    (cherry picked from commit b73df15)
    andersson authored and ndechesne committed Oct 3, 2018
    Copy the full SHA
    12e59b8 View commit details
  2. recipes-test: Remove bootrr{,-init} from initramfs-bootrr-image

    The bootrr and init script is now handled inside the CI
    integration/mainline [1] jobs so don't need to have the into meta-qcom
    layer.
    
    The CI integration job now gets the last bootrr version and set the
    initscript needed for boot the board [2][3].
    
    [1] https://ci.linaro.org/job/lt-qcom-linux-integration/
    [2] https://git.linaro.org/ci/job/configs.git/commit/?id=c7627a865
    [3] https://git.linaro.org/ci/job/configs.git/commit/?id=132f0e8d0
    
    Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
    (cherry picked from commit 18c88af)
    Aníbal Limón authored and ndechesne committed Oct 3, 2018
    Copy the full SHA
    6ee5af2 View commit details
16 changes: 0 additions & 16 deletions recipes-test/bootrr/bootrr.bb

This file was deleted.

2 changes: 1 addition & 1 deletion recipes-test/diag/diag_git.bb
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/andersson/diag.git;protocol=https \
"

PV = "0.0+git${SRCPV}"
SRCREV = "9de0697ec5447dddbc0caf5744042e41a3a7c2ea"
SRCREV = "5ef6b6b0c50047be3dd456d91d9a6dd730ba99e2"

S = "${WORKDIR}/git"

2 changes: 1 addition & 1 deletion recipes-test/images/initramfs-bootrr-image.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DESCRIPTION = "Small ramdisk image for running bootrr"

PACKAGE_INSTALL = "bootrr-init busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL} qrtr-apps udev bootrr rmtfs gptfdisk lava-test-shell diag"
PACKAGE_INSTALL = "busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL} qrtr-apps udev rmtfs gptfdisk lava-test-shell diag"

# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""
14 changes: 0 additions & 14 deletions recipes-test/initrdscripts/bootrr-init.bb

This file was deleted.

50 changes: 0 additions & 50 deletions recipes-test/initrdscripts/files/init-debug.sh

This file was deleted.