Comment 4 for bug 2036285

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

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

commit cd4dd1006139c1578489ceeec69a006df00c85ed
Author: Luan Nunes Utimura <email address hidden>
Date: Fri Sep 15 16:37:02 2023 -0300

    Reorganize OPAE tools package dependencies

    After moving OPAE tools package dependencies to the `flock` layer [1],
    it has been observed that both `stx-debian-dev` and
    `stx-debian-tools-dev` container images are failing to build due to
    missing packages.

    Therefore, this change moves back some of the dependencies that should
    have stayed in the `containers` layer.

    Note: We do not need to add `libnuma-dev` back because it is already
          present in `common` layer's `base-bullseye.lst`, which is
          accessible during container image builds (deb-local-binary).

    [1] https://review.opendev.org/c/starlingx/tools/+/893561

    Test Plan:
    PASS - Run `downloader`
    PASS - Build `opae-sdk` package
    PASS - Build `python3-opae.admin` package
    PASS - Build `python3-opae.pacsign` package
    PASS - Build `stx-debian-dev` container image
    PASS - Build `stx-debian-tools-dev` container image

    Closes-Bug: 2036285

    Change-Id: I92c9a9f27c487610ef6c932d03b5e6eb0910d13f
    Signed-off-by: Luan Nunes Utimura <email address hidden>
    (cherry picked from commit ae6d6d70d2ab5f58e3d4e2ecf3b8b4035a38a2c9)