bitbake

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

bitbake

1,816 Views
sreekanthpk
Contributor I

is

bitbake core-image-x11 -c populate_sdk

a valid command?What is the output file format?I want to make a gui using qt

0 Kudos
10 Replies

1,457 Views
christophertele
Contributor III

hy,

i think you should give more information. (Borad,BSP)

you can check if this image is available with:

     bitbake -s |grep image

after this you can build the prefered image using:

     bitbake *image name*

0 Kudos

1,456 Views
sreekanthpk
Contributor I

the board I am using is imx9q sabre lite,I tried with bitbake core-image-x11 -c populate_sdk.But I am not getting a .sdcard file in deploy directory.Which is suited for me to make some gui using qt

0 Kudos

1,457 Views
igorpadykov
NXP Employee
NXP Employee

Hi SREEKANTH

one can look at qt for boundary devices boards

Boundary Devices i.MX6 Boards | Qt 5.5 for Device Creation

i.MX Yocto Project: Frequently Asked Questions

Best regards

igor

0 Kudos

1,457 Views
christophertele
Contributor III

after bitbake is running successfully. whats in your /build/deploy/images/ directory?

i think you can set the image type in local.conf with:

IMAGE_FSTYPES += "sdcard"

but i'm not shure.maybe justr try. but before check the deploy folder

0 Kudos

1,457 Views
sreekanthpk
Contributor I

in deploy iam not getting image directory.Only avilable one in deploy is rpm and sdk directories.Can you suggest which bit bake command is suited for gui with qt?

0 Kudos

1,456 Views
christophertele
Contributor III

to get an image you have to use:

bitbake core-image-x11

no cant cant. you should check the boards documentation

0 Kudos

1,457 Views
sreekanthpk
Contributor I

what about

bitbake fsl-image-gui ?

0 Kudos

1,457 Views
christophertele
Contributor III

fsl-image-gui has allready an gui

0 Kudos

1,457 Views
sreekanthpk
Contributor I

what about core-image-sato
?

0 Kudos

1,457 Views
BiyongSUN
NXP Employee
NXP Employee

For the yocto questions, you can check the yocto project.

Yocto Project Mega-Manual

Untitled.png

0 Kudos