Skip to content
Snippets Groups Projects
Commit 1f5fa84b authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

wic: remove x-qemux86-directdisk.wks.in


This file is now entirely replaced by x-gpt-efi-disk.wks.in

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent b538c0b0
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
# short-description: Create a qemu machine 'pcbios' direct disk image
# long-description: Based on qemux86-directdisk.wks but with support for common
# partitions.
#
# Disk layout:
# - ------ ------- ------- ---------------------------------
# | | | | | extended |
# | | | | | --------- --------- --------- |
# | | boot | sys-a | sys-b | | devdata | sysdata | appdata | |
# | | | | | --------- --------- --------- |
# - ------ ------- ------- ---------------------------------
# ^ ^
# | |
# 0 |
# 4096KiB
bootloader --source bootimg-pcbios --timeout=${WIC_BOOTLOADER_TIMEOUT} --append="oprofile.timer=1 rootfstype=${ROOT_FSTYPE}"
part --source bootimg-pcbios --label ${BOOT_PARTITION_LABEL} --align 4096 --fixed-size ${BOOT_PARTITION_SIZE} --active --offset 4096
${WIC_ROOTA_PARTITION}
${WIC_ROOTB_PARTITION}
${WIC_DEVDATA_PARTITION}
${WIC_SYSDATA_PARTITION}
${WIC_APPDATA_PARTITION}
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