source: rtems-source-builder/rtems/config/net/lwip-1-1.cfg @ c799e04

5
Last change on this file since c799e04 was c799e04, checked in by Chris Johns <chrisj@…>, on 07/06/19 at 09:20:09

5/packages: Add curl and update all packages with RTEMS 5 and LibBSD

  • Update rtems-bsp support to correctly handle hosts for BSP.
  • Clean up the options for a BSP.
  • Check all RTEMS 5 packages and add 5/rtems-packages for all that build.
  • Update download locations and checksum of all packages.
  • The work requires the kernel and Libbsd hacve the same prefix.
  • Property mode set to 100644
File size: 845 bytes
Line 
1#
2#  LWIP MASTER
3#
4
5%if %{release} == %{nil}
6 %define release 1
7%endif
8
9%include %{_configdir}/rtems-bsp.cfg
10
11#
12# LWIP Version
13#
14%define lwip_version c2ebf5544b4268eac9b32c7f3a689ff646d96eef
15%hash sha512 lwip-%{lwip_version}.tar.gz bfa93e050133ca591c628f0e3a04f5082f55a655b099cdd49138ebf74494354a4cbbee56839f5939174b4c965b29ec648c24b7479c73393ac94ec536cb578b70
16
17#
18# Will be modified to be pointing to RTEMS repo
19#
20%define rtems_ragu_git https://raw.githubusercontent.com/ragunath3252/lwip-nodrv/master
21
22#
23# Patch for RTEMS support.
24#
25%patch add lwip --rsb-file=lwip-nodrv-rtems.patch %{rtems_ragu_git}/rtems.patch
26%hash sha512 lwip-nodrv-rtems.patch ba49163e11069cb036280023db064625e5d1aed3a6cf3e51c64e59639580e9f758434e60853242fb924eb5cebc73b478f01ff51f24505e85d4c21bb1963415e1
27
28#
29# LWIP Build configuration
30#
31%include %{_configdir}/lwip-1.cfg
Note: See TracBrowser for help on using the repository browser.