Skip to content

Commit

Permalink
meta-lxatac-software: distro: tacos: install license manifest file
Browse files Browse the repository at this point in the history
The license manifest file looks something like this:

    PACKAGE NAME: acl
    PACKAGE VERSION: 2.3.1
    RECIPE NAME: acl
    LICENSE: GPL-2.0-or-later

    PACKAGE NAME: alsa-conf
    PACKAGE VERSION: 1.2.7.2
    RECIPE NAME: alsa-lib
    LICENSE: LGPL-2.1-only & GPL-2.0-or-later

    ..

And setting the `COPY_LIC_MANIFEST` to `1` results in the file being
copied into the root filesystem, from where we can serve and display
it in the tacd webinterface.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Aug 30, 2024
1 parent 9339fa2 commit 055291d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-lxatac-software/conf/distro/tacos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ INHERIT += "create-spdx"
# Create a directory for each package in `/usr/share/licenses`
# and place licensing information there.
LICENSE_CREATE_PACKAGE = "1"
COPY_LIC_MANIFEST = "1"

BB_SIGNATURE_HANDLER ?= "OEEquivHash"
BB_HASHSERVE ??= "auto"
Expand Down

0 comments on commit 055291d

Please sign in to comment.