Re: [yocto] Create empty directory in RFS

2015-09-24 Thread Yani Dubin
On 25 September 2015 at 10:32, Edward Wingate wrote: > > How can I create an empty directory in my root FS? I want to create > /mnt/sd to use as a mount point. I put "install -d ${D}/mnt/sd" in > do_install() of one of my recipes, but I get: > > ERROR: QA Issue: my-recipe: Files/directories were

[yocto] Create empty directory in RFS

2015-09-24 Thread Edward Wingate
How can I create an empty directory in my root FS? I want to create /mnt/sd to use as a mount point. I put "install -d ${D}/mnt/sd" in do_install() of one of my recipes, but I get: ERROR: QA Issue: my-recipe: Files/directories were installed but not shipped /mnt /mnt/sd [installed-vs-shipped