Comment 4 for bug 1977849

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tools (master)

Reviewed: https://review.opendev.org/c/starlingx/tools/+/844977
Committed: https://opendev.org/starlingx/tools/commit/1a90124291c58aeae520bd974464235494033763
Submitter: "Zuul (22348)"
Branch: master

commit 1a90124291c58aeae520bd974464235494033763
Author: M. Vefa Bicakci <email address hidden>
Date: Mon May 30 20:01:58 2022 +0000

    Debian: Use patched/downstream version of iputils

    This commit instructs the build system to make use of the iputils
    packages built from source code as part of the StarlingX build instead
    of using the upstream (Debian) versions.

    iputils is patched with patches acquired from upstream to let ping
    report ICMP echo replies originate from a host other than the one
    specified to ping on its command line.

    Verification:
    - An ISO image with the standard kernel was successfully built in an
      incremental manner.
    - The resulting ISO image was installed onto a qemu/KVM-based virtual
      machine.
    - The existence of the "ping", "arping" and "tracepath" utilities in the
      installed system was confirmed.

    Closes-Bug: 1977849
    Depends-On: https://review.opendev.org/c/starlingx/integ/+/844976

    Change-Id: I3d79b07ce8f23c26d2ba1faa5724592a82f659c1
    Signed-off-by: M. Vefa Bicakci <email address hidden>