Skip to content

Commit

Permalink
image_types_fsl: IMAGE_NAME_SUFFIX is now directly included
Browse files Browse the repository at this point in the history
The IMAGE_NAME_SUFFIX is now directly included in both IMAGE_NAME and IMAGE_LINK_NAME.

https://git.yoctoproject.org/poky/commit/?id=6f6c79029bc2020907295858449c725952d560a1

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Jul 5, 2023
1 parent 49ea358 commit 24a5b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/image_types_fsl.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ do_image_wic[depends] += " \
IMAGE_CMD:wic:append:mxs-generic-bsp() {
# Change partition type for mxs processor family
bbnote "Setting partition type to 0x53 as required for mxs' SoC family."
echo -n S | dd of=$out${IMAGE_NAME_SUFFIX}.wic bs=1 count=1 seek=450 conv=notrunc
echo -n S | dd of=${out}.wic bs=1 count=1 seek=450 conv=notrunc
}

0 comments on commit 24a5b27

Please sign in to comment.