All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/1] Add support for teamd/libteam
@ 2021-07-15  8:34 Joachim Wiberg
  2021-07-15  8:34 ` [Buildroot] [PATCH v2 1/1] package/libteam: new package Joachim Wiberg
  0 siblings, 1 reply; 4+ messages in thread
From: Joachim Wiberg @ 2021-07-15  8:34 UTC (permalink / raw)
  To: buildroot

Hi!

This patch adds support for teamd/libteam to Buildroot.  A few musl libc
related patches have been backported from project's master branch at

    https://github.com/jpirko/libteam/

Basic tests pass:

    $ ./utils/check-package package/libteam/*
    187 lines processed
    0 warnings generated

    $ ./utils/test-pkg -c libteam.config -p libteam
                        bootlin-armv5-uclibc [1/6]: OK
                         bootlin-armv7-glibc [2/6]: OK
                       bootlin-armv7m-uclibc [3/6]: SKIPPED
                         bootlin-x86-64-musl [4/6]: OK
                          br-arm-full-static [5/6]: OK
                                sourcery-arm [6/6]: OK
    6 builds, 1 skipped, 0 build failed, 0 legal-info failed


Best regards
 /Joachim

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>

---
v2: added missing libnl deps in libteam/Config.in (Yegor)

Joachim Wiberg (1):
  package/libteam: new package

 DEVELOPERS                                    |  1 +
 package/Config.in                             |  1 +
 .../0001-revert-disregard-current-state.patch | 51 +++++++++++++++++++
 .../0002-fix-build-on-openwrt-musl-libc.patch | 41 +++++++++++++++
 ...3-increase-wait-time-for-daemon-kill.patch | 37 ++++++++++++++
 package/libteam/Config.in                     | 26 ++++++++++
 package/libteam/libteam.hash                  |  3 ++
 package/libteam/libteam.mk                    | 22 ++++++++
 8 files changed, 182 insertions(+)
 create mode 100644 package/libteam/0001-revert-disregard-current-state.patch
 create mode 100644 package/libteam/0002-fix-build-on-openwrt-musl-libc.patch
 create mode 100644 package/libteam/0003-increase-wait-time-for-daemon-kill.patch
 create mode 100644 package/libteam/Config.in
 create mode 100644 package/libteam/libteam.hash
 create mode 100644 package/libteam/libteam.mk

-- 
2.25.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-19  7:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15  8:34 [Buildroot] [PATCH v2 0/1] Add support for teamd/libteam Joachim Wiberg
2021-07-15  8:34 ` [Buildroot] [PATCH v2 1/1] package/libteam: new package Joachim Wiberg
2021-07-17 17:04   ` Yann E. MORIN
2021-07-19  7:53     ` Joachim Wiberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.