apt-get command on yocto build

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

apt-get command on yocto build

4,357 Views
sachusanal
Contributor III

Dear Sir,

I have core-image -sato-sdk  build for sabresd board. but in that package i can't find out the apt-get command on that image. How can i  insert apt-get command on that image.

please help me

Labels (1)
0 Kudos
5 Replies

1,592 Views
Yuri
NXP Employee
NXP Employee

Hello,

I hope the following helps.

Re: Yocto with a package manager (ex: apt-get)


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

1,592 Views
sachusanal
Contributor III

hai yuri ,

My conf/local.conf includes the following:

CORE_IMAGE_EXTRA_INSTALL += "apt" i get apt-get command , for example there is no "sources.list" file and no "status" file so that apt-get install... doesn't really work.

what shall i do in this situvation

0 Kudos

1,592 Views
Yuri
NXP Employee
NXP Employee

You may try to install whole Ubuntu / Debian filesystem via debootstrap utility, as for example described

in Debian on the i.MX6 sabre sd platform in a few commands

Regards,

Yuri.

0 Kudos

1,592 Views
sachusanal
Contributor III

Dear yuri ,

I flashed my .sdcard image to my board. I couldn't find out what debootstrap utility

0 Kudos

1,592 Views
Yuri
NXP Employee
NXP Employee

Hello,

You may apply to binary applications or whole filesystem as recommended by alejandrolozano

in the following post.

Re: Using Yocto project for porting Ubuntu to IMX6

Regards,

Yuri.

0 Kudos