diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index d97ac82..54c3718 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -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