From d440bb6a5bffdca6ed5e11e07ce27c7b7e33a330 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 18 Oct 2017 13:06:22 +0800 Subject: odp:update recipes *update to bef6398 odp include the following changes bef6398 - TM: Invalid flow crash fix 8e7a136 - Removed device based jiffies df492ef - Fixing legal issues 3e9c5da - Scripts: binaries path and odp_tm test cases updated c91dac8 - Werror flag enabled for ODP library ced3aaf - Updated MC flib to version 10.3.2 a68cd87 - odp_pktio_stats API updated 03e0e05 - LD_LIBRARY_PATH removed from loopback_script 7a64406 - CUNIT: Cunit installation enabled 048c6a6 - script: ODP library path fixed *flib include the following changes bbab28b - fix PDCP warnings for User Plane descriptor fcad69f - fix PDCP SNOW f8 + AES CMAC decapsulation *fix wrong md5sum of license file license file has changes *remove ODP_PLATFORM for ls1043ardb and ls1046ardb ODP_PLATFORM only support "linux-dpaa2" *remove "enable-build-type" and "with-sdk-install-path" config options odp configure do not support "with-sdk-install-path" and "enable-build-type" *fix building error with GCC7 set CFLAGS Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-extended/odp/odp_git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'recipes-extended/odp/odp_git.bb') diff --git a/recipes-extended/odp/odp_git.bb b/recipes-extended/odp/odp_git.bb index b7c7deb6..b9d45581 100644 --- a/recipes-extended/odp/odp_git.bb +++ b/recipes-extended/odp/odp_git.bb @@ -12,8 +12,6 @@ ODP_SOC ?= "" ODP_SOC_ls1043ardb = "LS1043" ODP_SOC_ls1046ardb = "LS1046" ODP_PLATFORM ?= "linux-dpaa2" -ODP_PLATFORM_ls1043ardb = "linux-dpaa1" -ODP_PLATFORM_ls1046ardb = "linux-dpaa1" ODP_BUILD_TYPE ?= "ls2088" ODP_BUILD_TYPE_ls1043ardb = "ls1043" ODP_BUILD_TYPE_ls1046ardb = "ls1046" @@ -21,8 +19,6 @@ ODP_BUILD_TYPE_ls2080ardb = "ls2080" ODP_BUILD_TYPE_ls1088ardb = "ls1088" EXTRA_OECONF = "--with-platform=${ODP_PLATFORM} \ - --with-sdk-install-path=${STAGING_DIR_TARGET} \ - --enable-build-type=${ODP_BUILD_TYPE} \ --enable-test-vald \ --enable-test-perf \ --enable-test-cpp \ @@ -32,6 +28,8 @@ EXTRA_OEMAKE = "CROSS_COMPILE="${TARGET_PREFIX}" \ SYSROOT="${STAGING_DIR_TARGET}" \ " +CFLAGS += "-Wno-format-truncation -Wno-maybe-uninitialized -Wno-implicit-fallthrough" + PACKAGECONFIG[perf] = "--enable-test-perf,,," do_configure_prepend () { -- cgit v1.2.3-54-g00ecf