0

I am facing do_rootfs failed while I am installing the package using yocto in final image. Tried options like INHIBIT_PACKAGE_STRIP but to of no use.

How can I force do_rootfs to execute is there any option.

ozil
  • 6,930
  • 9
  • 33
  • 56
Mayank Agarwal
  • 447
  • 1
  • 7
  • 21

1 Answers1

0

You have not provided nearly enough information for anyone to help you. For example, what failed? What was/were the error message(s). INHIBIT_PACKAGE_STRIP likely has nothing to do with your failure. You could also join #yocto or the yocto-related mail list as an alternative to posting here.

challinan
  • 2,584
  • 18
  • 13
  • In log.do_rootfs file i am getting following:ERROR: Unable to install packages. Command packagegroup-core-boot gst-plugins-bad-mpegtsdemux opkg gst-plugins-good-avi packagegroup-base-extended gst-plugins-bad-coloreffects gst-plugins-bad-y4mdec' returned 255: – Mayank Agarwal Sep 23 '15 at 11:42