Skip to content

Commit

Permalink
Another fix for the socfpga image class
Browse files Browse the repository at this point in the history
Name had to change from  do_image_socfpga-sdimg[depends] to do_image_socfpga_sdimg[depends] . And we need sync (coreutils) as well.
  • Loading branch information
dl9pf authored and kraj committed Mar 8, 2018
1 parent b118b9d commit 73fcbcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/sdcard_image-socfpga.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ SDIMG_ROOTFS_TYPE = "ext3"
SDIMG_ROOTFS = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"


do_image_socfpga-sdimg[depends] += " \
do_image_socfpga_sdimg[depends] += " \
coreutils-native:do_populate_sysroot \
parted-native:do_populate_sysroot \
mtools-native:do_populate_sysroot \
dosfstools-native:do_populate_sysroot \
Expand Down

0 comments on commit 73fcbcc

Please sign in to comment.