replace @base_conditional by @oe.utils.conditional
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -93,7 +93,7 @@ DISTRO_BLUETOOTH_MANAGER = "\
|
||||
|
||||
# We want to ship extra debug utils in the rootfs when doing a debug build
|
||||
DEBUG_APPS ?= ""
|
||||
DEBUG_APPS += '${@base_conditional("DISTRO_TYPE", "release", "", "strace procps",d)}'
|
||||
DEBUG_APPS += '${@oe.utils.conditional("DISTRO_TYPE", "release", "", "strace procps",d)}'
|
||||
|
||||
# This hooks into packagegroup-base, so it won't do anything if your images doesn't include packagegroup-base.
|
||||
# angstrom-version: ship this to have an identifiable rootfs so user can report bugs against a specific version
|
||||
|
||||
Reference in New Issue
Block a user