mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-12 22:14:28 +02:00
sdcard_image-sunxi.bbclass: adding ext3 dependency (resolves #46)
Without this explicit dependency,
a race condition would be present between the generation of the sd image
and the generation of the ext3 file,
which leads to corrupt SD images in some circumstances.
Based on meta-raspberrypi commit a760ea5fa2
This commit is contained in:
@ -13,6 +13,8 @@ inherit image_types
|
||||
#
|
||||
#
|
||||
|
||||
# This image depends on ext3 image
|
||||
IMAGE_TYPEDEP_sunxi-sdimg = "ext3"
|
||||
|
||||
# Boot partition volume id
|
||||
BOOTDD_VOLUME_ID ?= "${MACHINE}"
|
||||
|
Reference in New Issue
Block a user