diff options
| author | Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> | 2023-02-10 23:26:13 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-10 10:46:43 -0800 |
| commit | 0a7b0bf69fc38f61feb6973bd3733652103c5c96 (patch) | |
| tree | 37d1a00ca21906739bfa8289eed76b1ffc1d1459 | |
| parent | c31172e77ad3c8e01cdf13dee83ea3a0ca4108bd (diff) | |
| download | meta-xilinx-0a7b0bf69fc38f61feb6973bd3733652103c5c96.tar.gz | |
meta-xilinx-standalone-experimental: recipes-libraries: lwip: Update config parameters as per latest source code
In the latest esw source code lwip library sofware config parameter
prefix got changed from lwip_* to lwip211_* update the recipe for the
same.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-libraries/lwip_git.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/lwip_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/lwip_git.bb index 213187e1..1fb660a4 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/lwip_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/lwip_git.bb | |||
| @@ -6,12 +6,12 @@ ESW_COMPONENT_NAME = "liblwip211.a" | |||
| 6 | DEPENDS += "libxil" | 6 | DEPENDS += "libxil" |
| 7 | DEPENDS:append:xilinx-freertos = "freertos10-xilinx" | 7 | DEPENDS:append:xilinx-freertos = "freertos10-xilinx" |
| 8 | 8 | ||
| 9 | EXTRA_OECMAKE += "-Dlwip_api_mode=RAW_API" | 9 | EXTRA_OECMAKE += "-Dlwip211_api_mode=RAW_API" |
| 10 | EXTRA_OECMAKE += "-Dlwip_dhcp_does_arp_check=ON" | 10 | EXTRA_OECMAKE += "-Dlwip211_dhcp_does_arp_check=ON" |
| 11 | EXTRA_OECMAKE += "-Dlwip_dhcp=ON" | 11 | EXTRA_OECMAKE += "-Dlwip211_dhcp=ON" |
| 12 | EXTRA_OECMAKE += "-Dlwip_pbuf_pool_size=2048" | 12 | EXTRA_OECMAKE += "-Dlwip211_pbuf_pool_size=2048" |
| 13 | EXTRA_OECMAKE += "-Dlwip_ipv6_enable=OFF" | 13 | EXTRA_OECMAKE += "-Dlwip211_ipv6_enable=OFF" |
| 14 | EXTRA_OECMAKE:append:xilinx-freertos = " -Dlwip_api_mode=SOCKET_API" | 14 | EXTRA_OECMAKE:append:xilinx-freertos = " -Dlwip211_api_mode=SOCKET_API" |
| 15 | 15 | ||
| 16 | do_configure:prepend() { | 16 | do_configure:prepend() { |
| 17 | # This script should also not rely on relative paths and such | 17 | # This script should also not rely on relative paths and such |
| @@ -30,5 +30,5 @@ do_install() { | |||
| 30 | install -m 0644 ${B}/include/*.h ${D}${includedir} | 30 | install -m 0644 ${B}/include/*.h ${D}${includedir} |
| 31 | cp -r ${B}/include/arch/ ${D}${includedir} | 31 | cp -r ${B}/include/arch/ ${D}${includedir} |
| 32 | cp -r ${B}/include/include/lwip/ ${D}${includedir} | 32 | cp -r ${B}/include/include/lwip/ ${D}${includedir} |
| 33 | cp -r ${B}/include/include/netif/ ${D}${includedir} | 33 | cp -r ${B}/include/netif/ ${D}${includedir} |
| 34 | } | 34 | } |
