mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01: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:
parent
1ebcb0778f
commit
9a2692fcde
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user