-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zapper: add S4_AP222 yocto kirkstone support [1/1]
PD#SWPL-165337 Problem: add S4_AP222 yocto kirkstone support Solution: change feature name zapper-2k to zapper Verify: S4_AP222 Signed-off-by: Blance Tang <[email protected]> Change-Id: I8656fc0a0b1e7079f718506fc8d076d9cbaa5cdb
- Loading branch information
Blance Tang
committed
Apr 16, 2024
1 parent
c4a6593
commit 7eb0b5b
Showing
17 changed files
with
35 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FILESEXTRAPATHS:prepend := "${THISDIR}/files/:" | ||
SRC_URI:append = "${@bb.utils.contains('DISTRO_FEATURES', 'zapper-2k', 'file://sysctl.conf', '', d)}" | ||
SRC_URI:append = "${@bb.utils.contains('DISTRO_FEATURES', 'zapper', 'file://sysctl.conf', '', d)}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
|
||
SRC_URI:append = " \ | ||
${@bb.utils.contains('DISTRO_FEATURES', 'zapper-2k', \ | ||
${@bb.utils.contains('DISTRO_FEATURES', 'zapper', \ | ||
'file://0001-custom-hwdb-module-for-zapper.patch', '', d)} \ | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
PACKAGECONFIG:remove = "${@bb.utils.contains('DISTRO_FEATURES', 'zapper-2k', ' libkms intel radeon amdgpu nouveau omap freedreno etnaviv', '', d)}" | ||
PACKAGECONFIG:remove = "${@bb.utils.contains('DISTRO_FEATURES', 'zapper', ' libkms intel radeon amdgpu nouveau omap freedreno etnaviv', '', d)}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
PACKAGECONFIG:remove = "${@bb.utils.contains('DISTRO_FEATURES', 'zapper-2k', ' gnutls', '', d)}" | ||
PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'zapper-2k', ' openssl', '', d)}" | ||
PACKAGECONFIG:remove = "${@bb.utils.contains('DISTRO_FEATURES', 'zapper', ' gnutls', '', d)}" | ||
PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'zapper', ' openssl', '', d)}" | ||
|