Skip to content

Commit

Permalink
Merge pull request #163 from hnez/license-compliance
Browse files Browse the repository at this point in the history
meta-lxatac-software: distro: tacos: generate and install -lic packages
  • Loading branch information
hnez authored Aug 30, 2024
2 parents 5bce788 + 055291d commit 99d325b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions meta-lxatac-software/conf/distro/tacos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ INHERIT += "uninative"
# Enable creation of SPDX manifests
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SUMMARY = "LXA TAC image containing a selection of useful development tools"

BAD_RECOMMENDATIONS = "rng-tools"

IMAGE_FEATURES = "ssh-server-openssh empty-root-password tools-debug"
IMAGE_FEATURES = "ssh-server-openssh empty-root-password tools-debug lic-pkgs"

IMAGE_FSTYPES += "ext4"

Expand Down

0 comments on commit 99d325b

Please sign in to comment.