Adapt to S/UNPACKDIR changes

Remove or update S definitions as required to work with oe-core
S/UNPACKDIR changes.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Changqing Li 2025-07-08 12:52:27 +08:00 committed by Anuj Mittal
parent eda9e18bdf
commit c447beae82
No known key found for this signature in database
GPG Key ID: B749E1556041E1B2
5 changed files with 1 additions and 5 deletions

View File

@ -17,7 +17,6 @@ SRC_URI = "git://github.com/xdp-project/xdp-tools.git;branch=v1.2;protocol=https
SRCREV = "57a139f9bf6ef644f9c1deb4f7df4bb4c76d6179"
S = "${WORKDIR}/git"
inherit pkgconfig

View File

@ -12,7 +12,7 @@ SRC_URI = "git://dpdk.org/git/dpdk-kmods;protocol=https;branch=main \
"
SRCREV = "e721c733cd24206399bebb8f0751b0387c4c1595"
S = "${WORKDIR}/git/linux/igb_uio"
S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/linux/igb_uio"
PV = "1.0"

View File

@ -8,7 +8,6 @@ SRC_URI += " \
STABLE = "-stable"
BRANCH = "22.11"
SRCREV = "077a7044cc5b2533410f691c8db6fb4f6667b1ca"
S = "${WORKDIR}/git"
inherit module

View File

@ -7,7 +7,6 @@ SRC_URI += " \
STABLE = "-stable"
BRANCH = "22.11"
SRCREV = "077a7044cc5b2533410f691c8db6fb4f6667b1ca"
S = "${WORKDIR}/git"
# kernel module is provide by dpdk-module recipe, so disable here
EXTRA_OEMESON = " -Denable_kmods=false \

View File

@ -8,7 +8,6 @@ SRC_URI += " file://0001-config-meson-get-cpu_instruction_set-from-meson-opti.pa
STABLE = "-stable"
BRANCH = "23.11"
SRCREV = "a6ec5765cf83d3d58cbd6d4ed5b92b4a06f8a808"
S = "${WORKDIR}/git"
def get_cpu_instruction_set(bb, d):
import re