Skip to content

Commit 5336aee

Browse files
authored
Adds support for Whinlatter release series (#940)
- layer.conf: Update to whinlatter release series - Set S to be in UNPACKDIR in recipes that explicitly set S - Remove S in recipes that fetch from git via setting BB_GIT_DEFAULT_DESTSUFFIX
2 parents 77c7918 + 5d2f890 commit 5336aee

File tree

29 files changed

+8
-55
lines changed

29 files changed

+8
-55
lines changed

conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BBFILE_PRIORITY_qcom = "6"
1111

1212
LAYERDEPENDS_qcom = "core"
1313
LAYERRECOMMENDS_qcom = "openembedded-layer"
14-
LAYERSERIES_COMPAT_qcom = "styhead walnascar"
14+
LAYERSERIES_COMPAT_qcom = "whinlatter"
1515

1616
BBFILES_DYNAMIC += " \
1717
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \

dynamic-layers/openembedded-layer/recipes-devtools/android-tools/android-tools-adbd-cmdline.bb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ SECTION = "console/utils"
33
LICENSE = "MIT"
44
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
55

6-
S = "${WORKDIR}/sources"
7-
UNPACKDIR = "${S}"
6+
S = "${UNPACKDIR}"
87

98
SRC_URI = " \
109
file://50-adbd-cmdline.conf \
1110
"
1211

1312
do_install() {
1413
install -d ${D}${systemd_unitdir}/system/android-tools-adbd.service.d
15-
install -m 0644 ${UNPACKDIR}/50-adbd-cmdline.conf ${D}${systemd_unitdir}/system/android-tools-adbd.service.d
14+
install -m 0644 ${S}/50-adbd-cmdline.conf ${D}${systemd_unitdir}/system/android-tools-adbd.service.d
1615
}
1716

1817
FILES:${PN} += " \

dynamic-layers/openembedded-layer/recipes-support/libssc/libssc_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ SRCREV = "5e699fc97d92684c6882741fc9f71cb57a33e25b"
1010

1111
PV = "0.2.2+"
1212

13-
S = "${WORKDIR}/git"
14-
1513
inherit meson pkgconfig gobject-introspection
1614

1715
# There is no separate meson option

recipes-bsp/firmware/firmware-ath6kl_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ SRCREV = "2e02576c1dab6fd35118eea1004f50aaaed3794f"
1313

1414
PV = "3.5.0.349-1+git"
1515

16-
S = "${WORKDIR}/git"
17-
1816
inherit allarch
1917

2018
CLEANBROKEN = "1"

recipes-bsp/hexagon-dsp-binaries/hexagon-dsp-binaries_20250509.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ SRC_URI = " \
2424

2525
SRCREV = "4195fbd4da54f3830af2c01d141c30051f446e51"
2626

27-
S = "${WORKDIR}/git"
28-
2927
inherit allarch
3028

3129
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"

recipes-bsp/partition/qcom-partition-conf.inc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ DEPENDS += "qcom-ptool-native"
77

88
SRC_URI = "file://${PARTCONF}"
99

10-
S = "${WORKDIR}/sources"
11-
UNPACKDIR = "${S}"
10+
S = "${UNPACKDIR}"
1211
B = "${WORKDIR}/build"
1312

1413
inherit python3native deploy

recipes-devtools/debugcc/debugcc_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ SRCREV = "6444cf924b53b8453c2285cde48b6c52e5960089"
1313

1414
PV = "0.0+git"
1515

16-
S = "${WORKDIR}/git"
17-
1816
inherit meson

recipes-devtools/partition-utils/qcom-ptool_git.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ SRC_URI = "git://github.com/qualcomm-linux/qcom-ptool.git;branch=main;protocol=h
1212
SRCREV = "be9d04e7940c777d361f05f0468e260ee493b76e"
1313

1414
PV = "0.0+git"
15-
S = "${WORKDIR}/git"
1615

1716
inherit python3native
1817

recipes-devtools/pil-squasher/pil-squasher_git.bb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ SRC_URI = " \
1212

1313
PV = "0.0+"
1414

15-
S = "${WORKDIR}/git"
16-
1715
do_install () {
1816
oe_runmake install DESTDIR=${D} prefix=${prefix}
1917
}

recipes-devtools/qc-image-unpacker/qc-image-unpacker_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SRC_URI = " \
1313
SRCREV = "28a783a9fc25dc87b7416b6d5b6f9ccd497d1c2e"
1414

1515
PV = "0.2.0+"
16-
S = "${WORKDIR}/git/src"
16+
S = "${UNPACKDIR}/${BP}/src"
1717

1818
DEPENDS = "zlib"
1919

0 commit comments

Comments
 (0)