Skip to content
Snippets Groups Projects
Commit af28f00a authored by philippe coval's avatar philippe coval :speech_balloon:
Browse files

r-b-f-i/blueprint-flutter-image: Add blueprint-flutter-image-dev.bb

Enable root login and tools

Relate-to: #3


Signed-off-by: default avatarPhilippe Coval <philippe.coval.ext@huawei.com>
parent 3eeeff40
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
require blueprint-flutter-image_0.bb
IMAGE_INSTALL:append = "\
gdb \
screen \
strace \
zile \
"
EXTRA_IMAGE_FEATURES += "debug-tweaks"
...@@ -45,9 +45,5 @@ QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", ...@@ -45,9 +45,5 @@ QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256",
# TODO: extra application for debuging purposes # TODO: extra application for debuging purposes
IMAGE_INSTALL:append = "\ IMAGE_INSTALL:append = "\
avahi-daemon \ avahi-daemon \
gdb \
os-release \ os-release \
screen \
strace \
zile \
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment