mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
extensions: Add "Extension: ${EXTENSION}: " prefix to some extension logs
Establish some consistency with extension logging. Some extensions use another format:
display_alert "message" "${EXTENSION}" "info"
These were *not* adapted to this new schema.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
# This is automatically enabled if ROOTFS_TYPE is set to f2fs in main-config.sh.
|
||||
|
||||
function add_host_dependencies__add_f2fs_tooling() {
|
||||
display_alert "Adding F2FS to host dependencies" "F2FS" "debug"
|
||||
display_alert "Extension: ${EXTENSION}: Adding packages to host dependencies" "f2fs-tools" "debug"
|
||||
EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} f2fs-tools" # @TODO: convert to array later
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user