On Wed, Jun 17, 2015 at 12:01 PM, Gary Thomas <samoht.yrag@...> wrote:
There's something strange going on here... Is your tree the same as mine (I checked it out directly - I don't use the BSP setup scripts/repo) git://git.yoctoproject.org/meta-fsl-arm
Yes, top of head commit in master is:
commit 928e817c442b0771f89317289046f51c07460b0f Author: Gary Thomas <gary@...> Date: Mon Jun 15 08:41:33 2015 -0600
image_types_fsl: Fix boot.img overwrite error
Recent updates to the MSDOS tools (OE-core is now at 3.0.28) have made it an error to overwrite an image using mkfs.vfat: mkfs.vfat: file XXXX/tmp/work/nitrogen6x-poky-linux-gnueabi/network-demo-i mkfs.fat 3.0.28 (2015-05-16) WARNING: exit code 1 from a shell command.
This patch fixes the problem by removing any old/stale images before trying to create the VFAT file system images.
Change-Id: I74e02fd512b43315b29698f534192632d7780df2 Signed-off-by: Gary Thomas <gary@...> Signed-off-by: Otavio Salvador <otavio@...>
What does git log shows for you?
Exactly the same.
You mentioned earlier commit f137cc67f8, which does not exist here.
I'm not sure where I got that, sorry. I was definitely using the above commit.