Re: [yocto] [meta-raspberrypi] how to install rpi-config package?

2018-03-08 Thread Andrei Gherzan
On Thu, Mar 8, 2018 at 11:17 AM, Paul Barker  wrote:

> On Thu, Mar 8, 2018 at 6:20 AM, kk  wrote:
> > This is ok:
> > $ bitbake rpi-config
> > But I check the image directory under workdir, I found nothing in it,
> and no
> > command raspi-config.
> >
>
> The rpi-config recipe creates the config.txt file in the
> "tmp/deploy/images//bcm2835-bootfiles/" directory (if I've
> got the path right) which is then copied to the boot partition for an
> SD card image.
>
> I believe raspi-config is specific to the Raspbian distribution and
> isn't used in images built with OpenEmbedded.


Paul is correct. Actually there is almost a name clash here. rpi-config in
meta-raspberrypi is a recipe which deploys the config.txt in deploy
directory. The raspbian tool that you refer to is not included / integrated
in oe but has a very similar name: raspi-config . So at this point when
baking rpi-config all you get is a config.txt in the deploy directory.

--
Andrei Gherzan
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-raspberrypi] how to install rpi-config package?

2018-03-08 Thread Paul Barker
On Thu, Mar 8, 2018 at 6:20 AM, kk  wrote:
> This is ok:
> $ bitbake rpi-config
> But I check the image directory under workdir, I found nothing in it, and no
> command raspi-config.
>

The rpi-config recipe creates the config.txt file in the
"tmp/deploy/images//bcm2835-bootfiles/" directory (if I've
got the path right) which is then copied to the boot partition for an
SD card image.

I believe raspi-config is specific to the Raspbian distribution and
isn't used in images built with OpenEmbedded.

-- 
Paul Barker
Togán Labs Ltd
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [meta-raspberrypi] how to install rpi-config package?

2018-03-07 Thread kk
This is ok:
$ bitbake rpi-config
But I check the image directory under workdir, I found nothing in it, and
no command raspi-config.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto