From: "Arsalan H. Awan" <[email protected]> This upgrades DPDK to the latest stable release v18.02.2
Signed-off-by: Arsalan H. Awan <[email protected]> --- recipes-extended/dpdk/{dpdk_18.02.bb => dpdk_18.02.2.bb} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename recipes-extended/dpdk/{dpdk_18.02.bb => dpdk_18.02.2.bb} (82%) diff --git a/recipes-extended/dpdk/dpdk_18.02.bb b/recipes-extended/dpdk/dpdk_18.02.2.bb similarity index 82% rename from recipes-extended/dpdk/dpdk_18.02.bb rename to recipes-extended/dpdk/dpdk_18.02.2.bb index a2d1e48..257ff6a 100644 --- a/recipes-extended/dpdk/dpdk_18.02.bb +++ b/recipes-extended/dpdk/dpdk_18.02.2.bb @@ -1,6 +1,8 @@ -include dpdk.inc +require dpdk.inc -SRCREV = "92924b207b124c156f7b6dff75110d6af83d971f" +STABLE = "-stable" +BRANCH = "18.02" +SRCREV = "19c04c96cb3e70e64350386e7426e0a959cb5727" LICENSE = "BSD & LGPLv2 & GPLv2" LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ -- 2.11.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
