All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix build failure for use-mainline-bsp
@ 2017-10-05  4:21 Hiraku Toyooka
  2017-10-05  4:21 ` [PATCH 1/2] image_types_fsl: define SDCARD_GENERATION_COMMAND " Hiraku Toyooka
  2017-10-05  4:21 ` [PATCH 2/2] machines: fix dtb build failure when use-mainline-bsp is used Hiraku Toyooka
  0 siblings, 2 replies; 11+ messages in thread
From: Hiraku Toyooka @ 2017-10-05  4:21 UTC (permalink / raw)
  To: meta-freescale; +Cc: Hiraku Toyooka

Hello.

I'm working on MCIMX6Q-SDB.
I found two problems when I executed bitbake with use-mainline-bsp.
First problem is that SD card image is not generated appropriately because of
missing generation command.
Second problem is build failure of dtb files because of inconsistent dtb
filename list.
This patch series fix the above problems.

Hiraku Toyooka (2):
  image_types_fsl: define SDCARD_GENERATION_COMMAND for use-mainline-bsp
  machines: fix dtb build failure when use-mainline-bsp is used

 classes/image_types_fsl.bbclass    | 1 +
 conf/machine/imx6qdlsabreauto.conf | 5 +++++
 conf/machine/imx6qdlsabresd.conf   | 5 +++++
 conf/machine/imx6slevk.conf        | 1 +
 conf/machine/imx6sxsabreauto.conf  | 1 +
 conf/machine/imx6sxsabresd.conf    | 1 +
 conf/machine/imx6ulevk.conf        | 1 +
 conf/machine/imx7dsabresd.conf     | 1 +
 8 files changed, 16 insertions(+)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-10-06  5:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05  4:21 [PATCH 0/2] fix build failure for use-mainline-bsp Hiraku Toyooka
2017-10-05  4:21 ` [PATCH 1/2] image_types_fsl: define SDCARD_GENERATION_COMMAND " Hiraku Toyooka
2017-10-05 17:11   ` Otavio Salvador
2017-10-05 18:00     ` Daiane Angolini
2017-10-05 18:26       ` Otavio Salvador
2017-10-06  0:39         ` Hiraku Toyooka
2017-10-06  1:33           ` Otavio Salvador
2017-10-06  5:05             ` Hiraku Toyooka
2017-10-06  5:07               ` Otavio Salvador
2017-10-06  5:49                 ` Hiraku Toyooka
2017-10-05  4:21 ` [PATCH 2/2] machines: fix dtb build failure when use-mainline-bsp is used Hiraku Toyooka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.