Template:Yocto Build Release IMX: Difference between revisions
From Variscite Wiki
No edit summary |
|||
Line 96: | Line 96: | ||
The following images are provided by Variscite for evaluation purpose | The following images are provided by Variscite for evaluation purpose | ||
* '''fsl-image-gui''': Default Variscite demo image with GUI and without any Qt{{#var:QT_VER}} content. This image recipe works for Xwayland and Wayland backends. | * '''fsl-image-gui''': Default Variscite demo image with GUI and without any Qt{{#var:QT_VER}} content. This image recipe works for Xwayland and Wayland backends. | ||
{{#if:{{#var:YOCTO_SUPPORT_CHROMIUM}}| | |||
* '''fsl-image-gui-chromium''': Extends fsl-image-gui image with Chromium web browser. | |||
|}} | |||
* '''fsl-image-qt{{#var:QT_VER}}''': Extends fsl-image-gui image with Qt{{#var:QT_VER}} support and various Qt samples for Xwayland and Wayland backends. | * '''fsl-image-qt{{#var:QT_VER}}''': Extends fsl-image-gui image with Qt{{#var:QT_VER}} support and various Qt samples for Xwayland and Wayland backends. | ||
| | | | ||
Line 166: | Line 169: | ||
$ bitbake fsl-image-gui | $ bitbake fsl-image-gui | ||
{{#if:{{#var:YOCTO_SUPPORT_CHROMIUM}}| | |||
Or with Chromium: | |||
$ bitbake fsl-image-gui-chromium | |||
|}} | |||
Or with Qt content: | Or with Qt content: | ||
$ bitbake fsl-image-qt{{#var:QT_VER}} | $ bitbake fsl-image-qt{{#var:QT_VER}} | ||
Line 186: | Line 194: | ||
$ bitbake fsl-image-gui | $ bitbake fsl-image-gui | ||
{{#if:{{#var:YOCTO_SUPPORT_CHROMIUM}}| | |||
Or with Chromium: | |||
$ bitbake fsl-image-gui-chromium | |||
|}} | |||
Or with Qt content: | Or with Qt content: | ||
$ bitbake fsl-image-qt{{#var:QT_VER}} | $ bitbake fsl-image-qt{{#var:QT_VER}} | ||
Line 314: | Line 327: | ||
# For fsl-image-gui image (GUI-XWAYLAND & GUI-WAYLAND) | # For fsl-image-gui image (GUI-XWAYLAND & GUI-WAYLAND) | ||
$ {{#var:UNZIP}} tmp/deploy/images/{{#var:MACHINE_NAME}}/fsl-image-gui-{{#var:MACHINE_NAME}}.{{#var:SDCARD_IMG_EXT|sdcard.gz}} <nowiki>|</nowiki> sudo dd of=/dev/sdX bs=1M conv=fsync | $ {{#var:UNZIP}} tmp/deploy/images/{{#var:MACHINE_NAME}}/fsl-image-gui-{{#var:MACHINE_NAME}}.{{#var:SDCARD_IMG_EXT|sdcard.gz}} <nowiki>|</nowiki> sudo dd of=/dev/sdX bs=1M conv=fsync | ||
{{#if:{{#var:YOCTO_SUPPORT_CHROMIUM}}| | |||
Or | |||
# For fsl-image-gui-chromium image (GUI-XWAYLAND & GUI-WAYLAND) | |||
$ {{#var:UNZIP}} tmp/deploy/images/{{#var:MACHINE_NAME}}/fsl-image-gui-chromium-{{#var:MACHINE_NAME}}.{{#var:SDCARD_IMG_EXT|sdcard.gz}} <nowiki>|</nowiki> sudo dd of=/dev/sdX bs=1M conv=fsync | |||
|}} | |||
Or | Or | ||
# For fsl-image-qt{{#var:QT_VER}} image (Qt{{#var:QT_VER}}-XWAYLAND & Qt{{#var:QT_VER}}-WAYLAND) | # For fsl-image-qt{{#var:QT_VER}} image (Qt{{#var:QT_VER}}-XWAYLAND & Qt{{#var:QT_VER}}-WAYLAND) |