summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_qemuarm64.inc
blob: ca2cc947e43a582613c605254e3fad3020dc4910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configuration for serial console
#QB_KERNEL_CMDLINE_APPEND_append = " console=ttyAMA0,115200n8"

# All boot message will be off
QB_KERNEL_CMDLINE_APPEND_append = " quiet"

# Build updatable image. Only takes effect when sota.bbclass is inherited
DISTRO_FEATURES_append = " sota"

# Root device
ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"

# Over-ride setting in oe-core's qemuarm64.conf
QB_MEM_qemuarm64 = "-m 2048"

# Use our own wks file
WKS_FILE="directdisk.wks.in"
ass="nv">wayland-dev ! # option: add also nativesdk-qtwayland-tools TOOLCHAIN_HOST_TASK:append = " nativesdk-wayland nativesdk-wayland-dev" TOOLCHAIN_HOST_TASK:append = " nativesdk-perl-modules " # Add qtwaylandscanner to the SDK TOOLCHAIN_HOST_TASK:append = " nativesdk-qtwayland-tools " # Task do_populate_sdk and do_rootfs can't be exec simultaneously. # Both exec "createrepo" on the same directory, and so one of them # can failed (randomly). addtask do_populate_sdk after do_rootfs inherit populate_sdk populate_sdk_qt5 # Task do_populate_sdk and do_rootfs can't be exec simultaneously. # Both exec "createrepo" on the same directory, and so one of them # can failed (randomly). addtask do_populate_sdk after do_rootfs # Add gcc-sanitizers to support building applications using the SDK with # AddressSanitizer support to detect use-after-frees along with other # memory issue. TOOLCHAIN_TARGET_TASK += "gcc-sanitizers" TOOLCHAIN_TARGET_TASK += "waltham-dev" TOOLCHAIN_HOST_TASK += " \ nativesdk-lua \ " # Required dependencies for app and test builds TOOLCHAIN_TARGET_TASK += " \ lua-dev \ lua-staticdev \ "