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:
Kristof Robot 2014-03-04 22:37:31 +01:00
parent 1ebcb0778f
commit 9a2692fcde

View File

@ -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}"