On 10/17/2012 09:25 AM, Venkata ramana gollamudi wrote:
You can check the same with "strace -f bash"
You can see the files being loaded, as there is a rc file loading sequence
exists for bash.
Regards,
Ramana
From: yocto-boun...@yoctoproject.org [yocto
Hi,
After seeing the lmsensors thread float by I thought it about time I started
the discussion on how people manage to avoid re-inventing recipes, and to get
the ball rolling, I thought I would describe mine.
As I do not have the any idea what recipes may be kicking about, I devised what
I ca
On Wednesday 17 October 2012 08:39:36 Tim O'Callaghan wrote:
> After seeing the lmsensors thread float by I thought it about time I started
> the discussion on how people manage to avoid re-inventing recipes, and to
> get the ball rolling, I thought I would describe mine.
>
> As I do not have the
Signed-off-by: Zhenhua Luo
---
recipes-tools/embedded-hv/hypervisor_git.bb |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb
b/recipes-tools/embedded-hv/hypervisor_git.bb
index 50697fc..3a3f605 100644
--- a/recipes-tools/embedde
On Wed, 2012-10-17 at 08:39 +, Tim O'Callaghan wrote:
> Hi,
>
> After seeing the lmsensors thread float by I thought it about time I started
> the discussion on how people manage to avoid re-inventing recipes, and to get
> the ball rolling, I thought I would describe mine.
>
> As I do not h
Hi,
Make gst-vaapi work on Cedar Trail, upgrade the gst-vaapi to the latest version
which doesn't need ffmpeg anymore, and remove the commercial restriction on
gst-vaapi.
The new gst-vaapi was tested on Cedar Trail, and played the Sintel 720p trailer
smoothly. ffmpeg was required for the audio (
Signed-off-by: Ross Burton
---
.../gstreamer/gstreamer-vaapi_git.bb | 21 ++--
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
b/common/recipes-multimedia/gstreamer/gstreamer-vaapi_git.bb
in
There needs to be a gst-va-* MACHINE_FEATURE to get the right VA elements in the
images.
Signed-off-by: Ross Burton
---
meta-cedartrail/conf/machine/cedartrail.conf |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-cedartrail/conf/machine/cedartrail.conf
b/meta-cedartr
Now that gstreamer-vaapi doesn't depend on ffmpeg, it can always be recommended
by the machine configuration.
Signed-off-by: Ross Burton
---
meta-cedartrail/conf/machine/cedartrail.conf |5 +
meta-chiefriver/conf/machine/chiefriver.conf |5 +
meta-crownbay/conf/machine/crownbay.c
Applied to meta-fsl-ppc denzil, danny, and master.
-M
On Wed, Oct 17, 2012 at 5:15 AM, Zhenhua Luo wrote:
> Signed-off-by: Zhenhua Luo
> ---
> recipes-tools/embedded-hv/hypervisor_git.bb |4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-tools/embedded-hv/hy
There is a bug (https://bugzilla.yoctoproject.org/show_bug.cgi?id=3292) stating
that we need better documentation describing how DISTRO_FEATURES,
COMMON_FEATURES, and MACHINE_FEATURES actually affect the build. I don't know
anything about these variables beyond what is in the reference manual:
On Wednesday 17 October 2012 15:32:40 Rifenbark, Scott M wrote:
> There is a bug (https://bugzilla.yoctoproject.org/show_bug.cgi?id=3292)
> stating that we need better documentation describing how DISTRO_FEATURES,
> COMMON_FEATURES, and MACHINE_FEATURES actually affect the build. I don't
> know an
This is helpful... thanks Paul.
-Original Message-
From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com]
Sent: Wednesday, October 17, 2012 8:59 AM
To: Rifenbark, Scott M
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Requesting information on some variables
On Wednesday 17 October
On 10/17/2012 01:49 AM, Paul Eggleton wrote:
On Wednesday 17 October 2012 08:39:36 Tim O'Callaghan wrote:
After seeing the lmsensors thread float by I thought it about time I started
the discussion on how people manage to avoid re-inventing recipes, and to
get the ball rolling, I thought I would
Scott,
Thanks for addressing this confusing part. The list of DISTRO_FEATURES (DF)
and MACHINE_FEATURES (MF) in the documentation also does not seem to be
complete. For instance, vfat is (at least the code in bitbake.conf that
intersects DF and MF suggests so) is a MF as well as a DF.
It also see
Marc,
If you have a working recipe, I would love to see it. Maybe you have already
solved some of the issues I have been seeing.
I have a recipe that installs the software, however, I would like to have it
run sensors-detect on first boot as well as install the lm_sensors.init script
to /etc/
Jonathan Haws writes:
> Marc,
>
> If you have a working recipe, I would love to see it. Maybe you have
> already solved some of the issues I have been seeing.
>
> I have a recipe that installs the software, however, I would like to
> have it run sensors-detect on first boot as well as install th
From: Kishore Bodke
Hi,
This patch set adds a new recipe for Intel Quick Assist Technology
Memory Management Module based on Openssl and inlcude them into custom
build Image recipe.
Please pull into meta-intel/master.
Thanks
Kishore.
The following changes since commit 4614417599d35b004e4cf8a4
From: Kishore Bodke
This adds the openssl-qat-module to build with the custom
Image.
Signed-off-by: Kishore Bodke
---
.../recipes-qat-image/images/core-image-qat-sdk.bb |1 +
.../recipes-qat-image/images/core-image-qat.bb |1 +
2 files changed, 2 insertions(+)
diff --git a/meta-cr
From: Kishore Bodke
This adds a new recipe to include the Intel Quick Assist
Technology libcrypto Memory Management Module.
Signed-off-by: Kishore Bodke
---
common/recipes-connectivity/openssl-qat-module.bb | 63
.../openssl-qat-module/openssl_qat_module.patch| 43
Rudi,
Thanks for the added investigation here. The original bug report listed
COMMON_FEATURES as an undocumented variable. I see, however, that the variable
referred to by both you and Paul Eggleton is COMBINED_FEATURES. I just did a
grep through my entire poky tree, which had built out the
On Mon, 2012-10-15 at 11:30 +0100, Paul Eggleton wrote:
> Signed-off-by: Paul Eggleton
> ---
> common/recipes-multimedia/ffmpeg/ffmpeg.inc |2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/common/recipes-multimedia/ffmpeg/ffmpeg.inc
> b/common/recipes-multimedia/ffmpeg/ffmpeg.inc
>
Does this supercede the one in the 'Cedar Trail and gst-vaapi fixes'
patchset?
Also, do you have a branch we can pull from?
Tom
On Tue, 2012-10-16 at 17:13 +0100, Ross Burton wrote:
> There needs to be a gst-va-* MACHINE_FEATURE to get the right VA elements in
> the
> images.
>
> Signed-off-by
On Wednesday, 17 October 2012 at 22:23, Tom Zanussi wrote:
> Does this supercede the one in the 'Cedar Trail and gst-vaapi fixes'
> patchset?
This patch is incorrect, the one I sent today was the correct one.
> Also, do you have a branch we can pull from?
I do now - git.yoctoproject.org:user-co
On Wed, Oct 17, 2012 at 1:52 PM, Zhang, Jessica wrote:
>
> As to sato-sdk for qemuarm issue (3290), I think Beth has regenerated it.
> Can we have a quick check to ensure it’s working now?
Yes, this was due to us needing to regenerate qemuarm. Only the main
builder populates the adtrepo. As the
Hi, again---I thought we were switching h/w platforms, but it turns out
we'll be sticking with this system for a bit longer.
> I am guessing its some sort of Tegra CPU which had FPU but no neon
> unit...
Right, it's a Tegra 2 T20, which lacks the NEON extension.
> we dont have default tunes avai
>-Original Message-
>From: Ross Burton [mailto:ross.bur...@intel.com]
>Sent: Wednesday, October 17, 2012 8:21 AM
>To: Bodke, Kishore K; Kamble, Nitin A; dvh...@linux.intel.com
>Cc: yocto@yoctoproject.org
>Subject: Cedar Trail and gst-vaapi fixes
>
>Hi,
>
>Make gst-vaapi work on Cedar Trai
From: Rahul Saxena
This patch series does the following:
-- Update README with product name and state Gfx acceleration support
-- Fix package naming issue: Yocto bugzilla bug #3286.
-- Add development headers in pvr driver recipe
Pl pull into master branch
Thanks
Rahul
--
The following chan
From: Rahul Saxena
Add CPU and Chipset product names. Explicitly state support for Gfx & Media
acceleration.
Signed-off-by: Rahul Saxena
---
meta-cedartrail/README |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/meta-cedartrail/README b/meta-cedartrail/README
ind
From: Rahul Saxena
cdv-pvr-driver was generating rpm packages with name "libwsbm"
This name can potentialy clash with other package names.
Fix this problem by specifying package names in the recipe with the
PKG_ vars
This fixes bug: [YOCTO #3286]
Signed-off-by: Rahul Saxena
---
.../xorg-driver
From: Rahul Saxena
Add header files from development packages
Signed-off-by: Rahul Saxena
---
.../xorg-driver/cdv-pvr-driver_1.0.3.bb| 33 +++-
1 files changed, 32 insertions(+), 1 deletions(-)
diff --git
a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-dr
31 matches
Mail list logo