Hey Rudy,
I think, it doesnot automatically take a kernel but we have to choose the
kernel and I chose it v3.2 but seems it doesnot support my board and so I
should take a kernel from the original and configure it to my need Here
is the only error message I see about linux kernel
WARNING: lin
A release candidate for 1.3.1 is available for testing at:
http://autobuilder.yoctoproject.org/pub/nightly/20130226-2
branch: danny
poky: 98292d1ef1cb44cf96f0a28fbca6439eda55ce1b
meta-qt3: c86fb1727ae09526c442ec29fffde3f010aa70eb
eclipse-plugin: cb8a0eff776d2cbd1b5f596a94dce825860574ab
meta
Merged to eclipse-poky master.
Thanks,
Jessica
-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On
Behalf Of Timo Mueller
Sent: Tuesday, February 26, 2013 5:49 AM
To: yocto@yoctoproject.org
Cc: Timo Mueller
Subject: [yocto] [PATCH 0/5][eclip
On 26 February 2013 20:31, Gary Thomas wrote:
> xf86-video-omap on OMAP4430
Honestly, no idea. If no-one else knows, speak to TI to see if you
need specific runtime options/hardware support/something else.
Ross
___
yocto mailing list
yocto@yoctoprojec
On 2013-02-26 11:30, Burton, Ross wrote:
On 26 February 2013 18:07, Gary Thomas wrote:
Here's what I get from xvinfo:
X-Video Extension version 2.2
screen #0
no adaptors present
So I guess the extension is there but my display doesn't support it?
How would I go about making that work?
From: Nitin A Kamble
Use the newly created emgd-1.16 branch to get the emgd-1.16
kernel driver sources.
Signed-off-by: Nitin A Kamble
---
.../features/drm-emgd/drm-emgd-1.16.scc|2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
create mode 100644 meta/cfg/kernel-cache/fea
From: Nitin A Kamble
This is a commit picked from the v3.4 repo, to support the emgd-1.16
driver in the linux-yocto-dev repo.
Nitin
The following changes since commit 5ee0a634c97c44228c14177cb8c3088138e47f2f:
meta: sync with yocto-3.4 config changes (2013-01-18 23:18:01 -0500)
are available
> The following changes since commit
> 6c7948d9ca339caa6647b7e3f20ab82508f0793a:
>
> schroedinger: specify the version of MPL in use (2013-01-03 13:46:02
> -0800)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib paule/webmin-update
> http://git.yoctoproj
Attendees:
Saul, MichaelH, Corneliu, Nitin, BrianL, Darren, Paul, Belen, Tom, Mark,
LaurentiuP, ScottR, JeffP, Beth, JessicaZ, CristianI, BruceA, SeanH, DaveST,
Song
Notes:
* Opens collection - 5 min (Song)
* Yocto Project 1.3.1 status - 10 min (Ross)
- Saul: will run a build 1.3.1 again to
On 26 February 2013 18:07, Gary Thomas wrote:
> Here's what I get from xvinfo:
> X-Video Extension version 2.2
> screen #0
> no adaptors present
>
> So I guess the extension is there but my display doesn't support it?
> How would I go about making that work?
XVideo has to be implemented by
On 2013-02-26 09:47, Burton, Ross wrote:
On 26 February 2013 16:39, Gary Thomas wrote:
How can I enable X video extensions in my X server?
I'm using the default server: xserver-xorg/2_1.13.1-r8
It should be enabled by default - how are you determining that it's not?
Here's what I get from x
Satya,
So what exactly do you get when building the kernel? No image at all in
tmp/deploy/images? What do the logs for the kernel recipes say?
Rudi
On Mon, Feb 25, 2013 at 11:36 PM, Satya Swaroop Damarla <
swaroop.dama...@gmail.com> wrote:
> hey hans,
>
> I think you are right about the kernel
As Hans said, you should not need to install any of these host packages
since Yocto is for most part all self-contained. If you think that you need
to install host packages then there may be something wrong with building a
particular tool for the development host. That is typically done with
BBCLAS
On 26 February 2013 16:39, Gary Thomas wrote:
> How can I enable X video extensions in my X server?
> I'm using the default server: xserver-xorg/2_1.13.1-r8
It should be enabled by default - how are you determining that it's not?
Ross
___
yocto mailing
How can I enable X video extensions in my X server?
I'm using the default server: xserver-xorg/2_1.13.1-r8
--
Gary Thomas | Consulting for the
MLB Associates |Embedded world
From: Timo Mueller
If a cross development profile is changed that is used by projects,
the user will be warned that these projects will also be changed. If
the user accepts the affected projects are updated and are marked
"dirty". Next time the projects are built a reconfigure will also be
trigge
From: Timo Mueller
Hi,
this implements two of Jessica's comments regarding the target
profiles that have been introduced recently.
01..02: Small cleanup work
03: Changes the name of target profiles to cross development
profiles
04..05: If a global profile is updated this will also u
From: Timo Mueller
This adds hashCode and equals methods generated by Eclipse to allow
comparison of two UIElements.
Signed-off-by: Timo Mueller
---
.../src/org/yocto/sdk/ide/YoctoUIElement.java | 58 ++
1 file changed, 58 insertions(+)
diff --git
a/plugins/org.yocto
From: Timo Mueller
Signed-off-by: Timo Mueller
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..ba077a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+bin
--
1.7.11.7
_
From: Timo Mueller
Signed-off-by: Timo Mueller
---
plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoUISetting.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoUISetting.java
b/plugins/org.yocto.sdk.ide/src/o
From: Timo Mueller
Signed-off-by: Timo Mueller
---
.../src/org/yocto/sdk/ide/YoctoSDKMessages.properties | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git
a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties
b/plugins/org.yocto.sdk
21 matches
Mail list logo