Hello Albert,
You can use initramfs to accomplish all of your tasks.
1) Take a look at meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
as a starting point, it provides ability to mount rootfs with overlay fs in
ram (but all the modifications to rootfs are lost after reboot); You'll
have
Hi,
I'm looking at resolvconf as I want to be able to pick up dns-nameserver
changes in /etc/network/interfaces, and I'm reading that this is the way
to do it.
Having added the resolvconf package the eth0 interface is now not
correctly picking up DNS servers and putting them in /etc/resolv.conf
On 26/06/2014 10:23, Alex J Lennon wrote:
> Hi,
>
> I'm looking at resolvconf as I want to be able to pick up dns-nameserver
> changes in /etc/network/interfaces, and I'm reading that this is the way
> to do it.
>
> Having added the resolvconf package the eth0 interface is now not
> correctly pick
On 6/22/2014 6:20 AM, Robert P. J. Day wrote:
something poor scott rifenbark can ponder in his copious free time
:-), but i think some of the current examples in the various manuals
need to be enhanced with the use of the docbook tag to
emphasize that they are generic references meant to be
Hi Alex,
On Fri, Jun 13, 2014 at 1:49 PM, Alex J Lennon
wrote:
> I think these two lines in cogl-1.0.inc are causing mesa to be pulled in
> incorrectly, but I'm not sure what ERDEPENDS does...
>
> # Extra RDEPENDS for PACKAGECONFIG
> # This has to be explictly listed, because cogl dlopens the back
Depend on giflib-native, without this we end up pulling in the system's
one (which may be the wrong version)
Signed-off-by: Cody P Schafer
---
recipes-mono/libgdiplus/libgdiplus-native_2.10.8.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-mono/libgdiplus/libgdiplu
Hello everyone, in the section 4.2. Configuring the PMS of the Yocto ADT
manual, it describes adding packages to a target sysroot using OPKG. This
method works well as documented. However my choice of package manager is
Yocto's default - RPM. And I was not able to successfully install RPM
packages
Hi Maxim,
> You are no the right way.
>
> You have to add
> IMAGE_CLASSES += "myImage"
> somewhere in your conf files. I prefer distro.conf for my own distro, but
> perhaps you can add it to local.conf as well.
That was the needed clue. Thanks a lot
BR
Isak
> BR,
> Maxim.
>>On Wed, Jun 2
Hi Lukas,
> Hello,
>
> I can't directly help you with this, however I recommend taking a look at
> meta-
> raspberrypi ( https://github.com/djwillis/meta-raspberrypi ) as it adds it's
> own
> image type "rpi-sdimg".
Thanks for the hint. Was really useful. Managed to generate my image by using