Added BLK_DEV_INITRD in boot-live.cfg for linux-yocto-3.0, meta branch.
Cedartrail (at least) cannot boot live from ISO image due to
BLK_DEV_INITRD missing:
"VFS: Cannot open root device "ram0" or unkown-block(0,0)"
Should fix #3050
[YOCTO #3050]
Signed-off-by: Mihai Lindner
---
meta/cfg/kernel
Please pull into linux-yocto-3.0, meta.
Added BLK_DEV_INITRD in boot-live.cfg for linux-yocto-3.0, meta branch.
Cedartrail (at least) cannot boot live from ISO image due to
BLK_DEV_INITRD missing:
"VFS: Cannot open root device "ram0" or unkown-block(0,0)"
Should fix #3050
[YOCTO #3050]
Signed-of
Agenda:
* Opens collection - 5 min (Song)
* Yocto 1.3 status - 10 min (Song/team)
https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.3_Status
* Yocto 1.4 planning - 10 min (Song)
- Feature planning
- Process improvement
* SWAT team rotation: Laurentiu -> Mihai
* Opens - 10 min
* Team s
From: Nitin A Kamble
This avoids errors like this:
| cpio: ./usr/lib/libgstvabuffer.so.0 not created: newer or same age version
exists
| install: cannot stat
`/srv/home/nitin/builds/build-crownbay/tmp/work/core2-poky-linux/emgd-driver-bin-1.14-r2/IEMGD_HEAD_Linux/MeeGo1.2/usr/lib/libGLES_CM.so'
From: Nitin A Kamble
emgd-driver-bin is generating rpm package with name libegl1.
This name clashes with a package with sanme name from mesa-dri
recipe. This name clash blocks installation of emgd user land
binaries in the image. And due to missing emgd user land
components X fails to start on BS
From: Nitin A Kamble
Here are the fixes related to the emgd recipe. These are verified with crownbay
BSP with the latest master branches.
Thanks,
Nitin
The following changes since commit 574d10a3a2040ff685b74f9d4034f045d0191e5b:
meta-intel: move emgd-driver-bin_1.14 to xorg-driver/ (2012-09
On 17 Sep 2012, at 06:51, Khem Raj wrote:
> On Sat, Sep 15, 2012 at 4:59 PM, Chris Tapp wrote:
>> I've got a recipe that uses autotools. It builds ok under Poky, but if I try
>> to build it on my host (e.g. when developing) then it fails to build with
>> lots of 'symbol not found' link errors r
On 17 Sep 2012, at 09:29, Burton, Ross wrote:
> On 17 September 2012 09:09, Chris Tapp wrote:
>> I want to enable glut in mesa from within a layer so I can run with an
>> unmodified brach (e.g Denzil). All I need to do is:
>>
>> 1) Add the SRC_URI to mesa-7.11.inc;
>> 2) Add a couple of LIB_DEP
On 17 September 2012 17:32, Elvis Dowson wrote:
> MACHINE_FEATURES_BACKFILL_CONSIDERED = "" has not effect
Set MACHINE_FEATURES_BACKFILL_CONSIDERED = "hwclock", not "". It's
value is a list of features that are being backfilled, and you need to
declare that you've considered adding it to the fea
Hi Bruce,
On Sep 17, 2012, at 7:18 AM, Bruce Ashfield wrote:
> On 12-09-16 12:49 PM, Elvis Dowson wrote:
>> Hi,
>>
>> On Sep 15, 2012, at 7:29 AM, Elvis Dowson wrote:
>>
>>> I just noticed that with the recent poky master updates, my
>>> images/modules-3.3.1-r00-virtex5.tgz file has grown from
Hi Paul,
On Sep 16, 2012, at 10:31 PM, Paul Eggleton wrote:
> On Sunday 16 September 2012 20:09:10 Elvis Dowson wrote:
>> On 09/16/2012 07:54 AM, Khem Raj wrote:
>>> On Sat, Sep 15, 2012 at 10:59 AM, Elvis Dowson
> wrote:
So I added busybox-1.19.4 recipe back into my poky master branch, an
On Mon, Sep 17, 2012 at 11:25:05AM -0300, Raul Rosetto Munoz wrote:
> sorry I dont understand what you say.
>
> Do you told me to put some like this.
>
> FILES_${PN} = "${D}/home/prjs/"
yes, but this time without ${D}
>
>
>
> 2012/9/17 Martin Jansa
>
> > On Mon, Sep 17, 2012 at 4:13 PM, Ra
I did what did you tell me but dont work.
I saw in the bitbake log some warning:
raul@phi04:/home/prjs/newcom0001/philinux/philinux-imx28-newcom$ bitbake
core-image-minimal
Loading cache: 100%
|###
Hi All,
What is the easiest way to add nonstandard directory paths for libraries
and header files in a recipe that inherit autotools and pkgconfig?
Regards,
Tarek
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yoct
On 17 September 2012 14:48, Raul Rosetto Munoz wrote:
> I'm just want to mkdir in the /home/ path.
>
> Im try some thing like this but don't work!
> do_install() {
> mkdir -p /home/prjs/
> }
You're creating a directory in the home directory on your build
machine. *Not* in the working area fo
I'm just want to mkdir in the /home/ path.
Im try some thing like this but don't work!
DESCRIPTION = ""
SECTION = "examples"
LICENSE = "MIT"
LIC_FILES_CHKSUM =
"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
PR = "r0"
SRC_URI = "file://teste"
S = "${WORKDIR}"
do_in
Thanks That is IT!
2012/9/17 Paul Eggleton
> On Monday 17 September 2012 09:37:13 Raul Rosetto Munoz wrote:
> > I know that habe a bitbake command that list all packages.
>
> Do you mean list all recipes? If so, one of the following may be helpful:
>
> bitbake -s
>
> bitbake-layers show-reci
On Monday 17 September 2012 09:37:13 Raul Rosetto Munoz wrote:
> I know that habe a bitbake command that list all packages.
Do you mean list all recipes? If so, one of the following may be helpful:
bitbake -s
bitbake-layers show-recipes
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Te
Hello all
I know that habe a bitbake command that list all packages.
But now I can not find it.
Some one can tell me?
Thanks.
--
*Raul Rosetto Muñoz*
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
On 17 September 2012 09:09, Chris Tapp wrote:
> I want to enable glut in mesa from within a layer so I can run with an
> unmodified brach (e.g Denzil). All I need to do is:
>
> 1) Add the SRC_URI to mesa-7.11.inc;
> 2) Add a couple of LIB_DEPS, add a couple of packages and modify EXTRA_OECONF
>
I want to enable glut in mesa from within a layer so I can run with an
unmodified brach (e.g Denzil). All I need to do is:
1) Add the SRC_URI to mesa-7.11.inc;
2) Add a couple of LIB_DEPS, add a couple of packages and modify EXTRA_OECONF
(it has --disable-glut) in mesa-common.inc
Can I do this
21 matches
Mail list logo