Skip to content

Commit

Permalink
base: lmp-base: include development debug tools
Browse files Browse the repository at this point in the history
The distro lmp-base is used usually for developing and debugging
issues. Include a set of debug tools to this distro by default.

Signed-off-by: Oleksandr Suvorov <[email protected]>
  • Loading branch information
MrCry0 committed Nov 12, 2022
1 parent 6b3d28a commit 841203a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meta-lmp-base/conf/distro/lmp-base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
DISTRO_FEATURES_DEFAULT:remove = "modsign"

# Facilitate debugging
DISTRO_FEATURES_DEFAULT:append = " debuginfod"
DISTRO_FEATURES_DEFAULT:append = " debuginfod lmpdebug"
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ require ${@bb.utils.contains('MACHINE_FEATURES', 'se05x', 'lmp-feature-se05x.inc
require ${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'lmp-feature-tpm2.inc', '', d)}
require ${@bb.utils.contains('MACHINE_FEATURES', 'efi', 'lmp-feature-efi.inc', '', d)}
require ${@bb.utils.contains('DISTRO_FEATURES', 'ima', 'lmp-feature-ima.inc', '', d)}
require ${@bb.utils.contains('DISTRO_FEATURES', 'lmpdebug', 'lmp-feature-debug.inc', '', d)}

IMAGE_FEATURES += "ssh-server-openssh"

Expand Down

0 comments on commit 841203a

Please sign in to comment.