mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-19 21:09:04 +02:00
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:
parent
eda9e18bdf
commit
c447beae82
|
@ -17,7 +17,6 @@ SRC_URI = "git://github.com/xdp-project/xdp-tools.git;branch=v1.2;protocol=https
|
||||||
|
|
||||||
SRCREV = "57a139f9bf6ef644f9c1deb4f7df4bb4c76d6179"
|
SRCREV = "57a139f9bf6ef644f9c1deb4f7df4bb4c76d6179"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ SRC_URI = "git://dpdk.org/git/dpdk-kmods;protocol=https;branch=main \
|
||||||
"
|
"
|
||||||
SRCREV = "e721c733cd24206399bebb8f0751b0387c4c1595"
|
SRCREV = "e721c733cd24206399bebb8f0751b0387c4c1595"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/linux/igb_uio"
|
S = "${UNPACKDIR}/${BB_GIT_DEFAULT_DESTSUFFIX}/linux/igb_uio"
|
||||||
|
|
||||||
PV = "1.0"
|
PV = "1.0"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ SRC_URI += " \
|
||||||
STABLE = "-stable"
|
STABLE = "-stable"
|
||||||
BRANCH = "22.11"
|
BRANCH = "22.11"
|
||||||
SRCREV = "077a7044cc5b2533410f691c8db6fb4f6667b1ca"
|
SRCREV = "077a7044cc5b2533410f691c8db6fb4f6667b1ca"
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
inherit module
|
inherit module
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ SRC_URI += " \
|
||||||
STABLE = "-stable"
|
STABLE = "-stable"
|
||||||
BRANCH = "22.11"
|
BRANCH = "22.11"
|
||||||
SRCREV = "077a7044cc5b2533410f691c8db6fb4f6667b1ca"
|
SRCREV = "077a7044cc5b2533410f691c8db6fb4f6667b1ca"
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
# kernel module is provide by dpdk-module recipe, so disable here
|
# kernel module is provide by dpdk-module recipe, so disable here
|
||||||
EXTRA_OEMESON = " -Denable_kmods=false \
|
EXTRA_OEMESON = " -Denable_kmods=false \
|
||||||
|
|
|
@ -8,7 +8,6 @@ SRC_URI += " file://0001-config-meson-get-cpu_instruction_set-from-meson-opti.pa
|
||||||
STABLE = "-stable"
|
STABLE = "-stable"
|
||||||
BRANCH = "23.11"
|
BRANCH = "23.11"
|
||||||
SRCREV = "a6ec5765cf83d3d58cbd6d4ed5b92b4a06f8a808"
|
SRCREV = "a6ec5765cf83d3d58cbd6d4ed5b92b4a06f8a808"
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
def get_cpu_instruction_set(bb, d):
|
def get_cpu_instruction_set(bb, d):
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Reference in New Issue
Block a user