Hi all,
Currently concurrent SDKs are on-going(e.g. SDK 1.5, T1040/T2080, LS1, etc),
the same Yocto branch is used for multiple releases, there is conflict of Yocto
recipes for different SDKs.
To resolve above issue, following branch mechanism will be used:
1. For those layers without conflict
On Thu, 21 Nov 2013, Nicolas Dechesne wrote:
>
> On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M
> wrote:
> >suggests that, to customize an image, you should copy the existing .bb
> file for
> >that image to another name and add a line like:
> >
> > IMAGE_INSTALL +=
On Fri, 22 Nov 2013, Paul Eggleton wrote:
> Hi Robert,
>
> On Friday 22 November 2013 05:50:39 Robert P. J. Day wrote:
> > On Thu, 21 Nov 2013, Nicolas Dechesne wrote:
> > > On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M
> wrote:
> > > >suggests that, to customize an image, you should
Hi Robert,
On Friday 22 November 2013 05:50:39 Robert P. J. Day wrote:
> On Thu, 21 Nov 2013, Nicolas Dechesne wrote:
> > On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M
wrote:
> > >suggests that, to customize an image, you should copy the existing
> > >.bb file for> >
> >
Please ignore, sorry for the noise.
Best Regards,
Zhenhua
> -Original Message-
> From: Luo Zhenhua-B19537
> Sent: Friday, November 22, 2013 6:44 PM
> To: Software Development Power Arch Multicore
> Cc: yocto@yoctoproject.org
> Subject: [mcswdev] Yocto branches policy for concurrent SDK
Hi guys,
I try to build my first embedded project in qt creator but failed.
the target board is ATMEL SAMA5D34, and a qt-demo-image has been boot to
the board and looks good, i build the yocto project by: bitbake
mata-toolchain-qte command, after that i configured the qt creator by
following th
there's a fair-to-middling chance i'll be in boston for a good part
of the week of dec 2-6 and mostly being a tourist, so i'll have plenty
of free time -- anyone there interested in some kind of yocto-related
socializing during that week, perhaps food or beer? i'd be staying in
cambridge but i'v
Hello all,
Is chkconfig part of any image?
Also to force what is the best procedure?
In my /etc/network/interfaces I have tried the following
auto eth0
iface eth0 inet static
address 192.168.0.29
hwaddress ether 00:0A:35:00:00:00
netmask 255.255.255.0
network 192.168
From: Nitin A Kamble
This enables kernel configuration for bunch of PCI media capture
devices.
Signed-off-by: Nitin A Kamble
---
.../kernel-cache/features/media/pci-capture.cfg| 80 ++
.../kernel-cache/features/media/pci-capture.scc| 8 +++
2 files changed, 88 inse
From: Nitin A Kamble
This enables configuration for bunch of Digital Video Broadcast devices.
Signed-off-by: Nitin A Kamble
---
.../kernel-cache/features/media/dvb_frontends.cfg | 116 +
.../kernel-cache/features/media/dvb_frontends.scc | 6 ++
2 files changed, 122 inse
From: Nitin A Kamble
This takes out the need of the media.cfg from the kernel recipe.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/bsp/minnow/minnow.scc | 9 +
1 file changed, 9 insertions(+)
diff --git a/meta/cfg/kernel-cache/bsp/minnow/minnow.scc
b/meta/cfg/kernel-cache/
From: Nitin A Kamble
These are getting replaced with newer extensive MEDIA config fragments.
Signed-off-by: Nitin A Kamble
---
.../kernel-cache/features/media/media-camera.cfg| 4
.../kernel-cache/features/media/media-camera.scc| 4
meta/cfg/kernel-cache/features/media/v4l2
From: Nitin A Kamble
This enables kernel configuration for bunch of i2c media devices.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/features/media/i2c.cfg | 74
meta/cfg/kernel-cache/features/media/i2c.scc | 7 +++
2 files changed, 81 insertions(+)
cre
From: Nitin A Kamble
This enables the kernel configuration for media support common to
some PCI and USB media devices.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/features/media/common.cfg | 15 +++
meta/cfg/kernel-cache/features/media/common.scc | 6 ++
2 files ch
From: Nitin A Kamble
This enables various USB media devices. Many of the USB webcams
drivers are enabled here.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/features/media/usb.cfg | 76
meta/cfg/kernel-cache/features/media/usb.scc | 7 +++
2 files change
From: Nitin A Kamble
The TEA575X sound driver configuration is relocated from the kernel
recipe's media.cfg to here.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/bsp/minnow/minnow.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/cfg/kernel-cache/bsp/minnow/minnow.cfg
b/
From: Nitin A Kamble
This enables kernel configuration for various AM/FM radio devices.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/features/media/radio.cfg | 24
meta/cfg/kernel-cache/features/media/radio.scc | 6 ++
2 files changed, 30 insertions(+)
From: Nitin A Kamble
This replaces the previous limited media config fragments.
Other hardware media features depends on this feature.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/features/media/media.cfg | 54 ++
meta/cfg/kernel-cache/features/media/media.sc
From: Nitin A Kamble
This enables kernel configuration for bunch of remote control media
devices.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/features/media/rc.cfg | 18 ++
meta/cfg/kernel-cache/features/media/rc.scc | 6 ++
2 files changed, 24 insertions(+)
c
From: Nitin A Kamble
This enables kernel configuration for tuner media devices
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/features/media/tuners.cfg | 30 +
meta/cfg/kernel-cache/features/media/tuners.scc | 7 ++
2 files changed, 37 insertions(+)
creat
From: Nitin A Kamble
This enables kernel configuration fo bunch of USB TV adapters.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/features/media/usb_tv.cfg | 82 +
meta/cfg/kernel-cache/features/media/usb_tv.scc | 8 +++
2 files changed, 90 insertions(+)
cre
From: Nitin A Kamble
This enables the kernel configuration for firmware loading.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/features/firmware/firmware.cfg | 8
meta/cfg/kernel-cache/features/firmware/firmware.scc | 4
2 files changed, 12 insertions(+)
create mode 10
From: Nitin A Kamble
This enables kernel configuration for bunch of media devices which
are generally part of some platforms. Many of these devices are
webcam devices built into platforms.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/features/media/platform.cfg | 15 +++
From: Nitin A Kamble
Some of the media config fragments are replaced by more extensive media
fragments. Changes this BSP config accordingly.
Signed-off-by: Nitin A Kamble
---
meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff -
From: Nitin A Kamble
This patch series imports the 500 line media.cfg from the kernel recipe
in to the linux-yocto-3.10 meta branch, by splitting it into many
fragments.
It replaces some of the existing webcam media fragments, and hence BSPs
configs using the old media fragments is changed acco
From: Michel Thebeau
All the BRIDGE_EBT configs depend on EBTABLES. Add the additional
BRIDGE_EBT configs per request.
Signed-off-by: Michel Thebeau
---
Hi Bruce,
Per our conversation, you wanted this on the linux-yocto list. This is
needed for libvirtd to run /sbin/ebtables.
M
meta/cfg/
On Fri, 2013-11-22 at 11:36 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
>
> This patch series imports the 500 line media.cfg from the kernel recipe
> in to the linux-yocto-3.10 meta branch, by splitting it into many
> fragments.
>
> It replaces some of the existing webcam me
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> The TEA575X sound driver configuration is relocated from the kernel
> recipe's media.cfg to here.
This isn't required for the minnowboard, it uses an HDA. This should be
part of a more generic sound fra
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This enables the kernel configuration for firmware loading.
This is bare-minimum in size (3 CONFIGs) in my opinion to be considered
for it's own fragment. I'm OK with it - but I wonder, Bruce, would thi
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> These are getting replaced with newer extensive MEDIA config fragments.
>
OK, but this should come last, after the others are in place and used by
the BSPs.
--
Darren
> Signed-off-by: Nitin A Kamble
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This replaces the previous limited media config fragments.
> Other hardware media features depends on this feature.
Please include the intent of this particular feature here. This adds the
infrastructur
On 13-11-22 03:51 PM, Hart, Darren wrote:
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
From: Nitin A Kamble
This enables the kernel configuration for firmware loading.
This is bare-minimum in size (3 CONFIGs) in my opinion to be considered
for it's own fragment. I'm OK
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This enables various USB media devices. Many of the USB webcams
> drivers are enabled here.
OK, you also have usb_tv, so probably want to be a bit more specific
about the name here, what exactly does th
> -Original Message-
> From: Hart, Darren
> Sent: Friday, November 22, 2013 12:48 PM
> To: Kamble, Nitin A
> Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com
> Subject: Re: [PATCH 00/16] linux-yocto-3.10: config fragments for minnow
> BSP
>
> On Fri, 2013-11-22 at 11:36 -08
> -Original Message-
> From: Darren Hart [mailto:dvh...@linux.intel.com]
> Sent: Friday, November 22, 2013 12:50 PM
> To: Kamble, Nitin A
> Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com
> Subject: Re: [PATCH 01/16] minnow.cfg: Enable TEA575X sound driver
>
> On Fri, 2013
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This enables kernel configuration for bunch of i2c media devices.
>
> Signed-off-by: Nitin A Kamble
> ---
> meta/cfg/kernel-cache/features/media/i2c.cfg | 74
>
> meta/cfg
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
I've avoided too much feedback on the commit message, but these are
nearly as important as the content itself. So I'll spend some time on
just this one and leave it to you to extend to the others.
> This en
> -Original Message-
> From: Darren Hart [mailto:dvh...@linux.intel.com]
> Sent: Friday, November 22, 2013 12:53 PM
> To: Kamble, Nitin A
> Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com
> Subject: Re: [PATCH 03/16] remove old MEDIA config fragments
>
> On Fri, 2013-11-22
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This enables kernel configuration for various AM/FM radio devices.
>
> Signed-off-by: Nitin A Kamble
> ---
> meta/cfg/kernel-cache/features/media/radio.cfg | 24
> meta/cfg/ke
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This enables kernel configuration for bunch of media devices which
> are generally part of some platforms. Many of these devices are
> webcam devices built into platforms.
>
> Signed-off-by: Nitin A Kam
> -Original Message-
> From: Hart, Darren
> Sent: Friday, November 22, 2013 12:56 PM
> To: Kamble, Nitin A
> Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com
> Subject: Re: [PATCH 04/16] media.scc : A feature for Media infrastructure
>
> On Fri, 2013-11-22 at 11:35 -0800, n
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This enables kernel configuration for bunch of remote control media
> devices.
>
> Signed-off-by: Nitin A Kamble
Reviewed-by: Darren Hart
> ---
> meta/cfg/kernel-cache/features/media/rc.cfg | 18 ++
On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This enables kernel configuration for tuner media devices
>
> Signed-off-by: Nitin A Kamble
> ---
> meta/cfg/kernel-cache/features/media/tuners.cfg | 30
> +
> meta/cfg/kernel
On Fri, 2013-11-22 at 11:36 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This enables kernel configuration fo bunch of USB TV adapters.
Please always proofread the commit msg, these are on permanent display
in the archives of the internet once committed to git :-)
>
> Sign
On Fri, 2013-11-22 at 21:26 +, Kamble, Nitin A wrote:
>
> > -Original Message-
> > From: Darren Hart [mailto:dvh...@linux.intel.com]
> > Sent: Friday, November 22, 2013 12:50 PM
> > To: Kamble, Nitin A
> > Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com
> > Subject: Re:
On Fri, 2013-11-22 at 21:35 +, Kamble, Nitin A wrote:
>
> > -Original Message-
> > From: Darren Hart [mailto:dvh...@linux.intel.com]
> > Sent: Friday, November 22, 2013 12:53 PM
> > To: Kamble, Nitin A
> > Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com
> > Subject: Re:
On Fri, 2013-11-22 at 11:36 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This enables configuration for bunch of Digital Video Broadcast devices.
>
> Signed-off-by: Nitin A Kamble
Reviewed-by: Darren Hart
> ---
> .../kernel-cache/features/media/dvb_frontends.cfg | 116
On Fri, 2013-11-22 at 11:36 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> This takes out the need of the media.cfg from the kernel recipe.
If anything these should be added to minnow-standard.scc. The minnow.scc
is only for devices always present on the board, and even some o
On Fri, 2013-11-22 at 11:36 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> Some of the media config fragments are replaced by more extensive media
> fragments. Changes this BSP config accordingly.
Thanks for catching the broader impact. I presume this should impact
common-pc.s
On Tue, 2013-11-19 at 13:57 -0500, Bruce Ashfield wrote:
> On 13-11-19 12:17 PM, Paul Butler wrote:
> >
> > On Sat, Nov 9, 2013 at 9:49 AM, Bruce Ashfield
> > mailto:bruce.ashfi...@windriver.com>> wrote:
> >
> > On 11/7/2013, 8:13 PM, Paul Butler wrote:
> >
> > From: John Jacques >
On Fri, 2013-11-22 at 16:12 -0500, Bruce Ashfield wrote:
> On 13-11-22 03:51 PM, Hart, Darren wrote:
> > On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote:
> >> From: Nitin A Kamble
> >>
> >> This enables the kernel configuration for firmware loading.
> >
> > This is bare-minimum i
On Fri, 2013-11-22 at 21:23 +, Kamble, Nitin A wrote:
>
> > -Original Message-
> > From: Hart, Darren
> > Sent: Friday, November 22, 2013 12:48 PM
> > To: Kamble, Nitin A
> > Cc: linux-yo...@yoctoproject.org; bruce.ashfi...@windriver.com
> > Subject: Re: [PATCH 00/16] linux-yocto-3.10:
Currently all builders are simply named ab00-ab13 based on when we
acquired them. The name doesn't change except for ab01 which has been
reused on new hardware. As we increase the number of builders and make
the build process more flexible this becomes inconvenient. I'd like to
switch to embedding
On 11/22/2013, 4:57 PM, Darren Hart wrote:
On Tue, 2013-11-19 at 13:57 -0500, Bruce Ashfield wrote:
On 13-11-19 12:17 PM, Paul Butler wrote:
On Sat, Nov 9, 2013 at 9:49 AM, Bruce Ashfield
mailto:bruce.ashfi...@windriver.com>> wrote:
On 11/7/2013, 8:13 PM, Paul Butler wrote:
Fro
54 matches
Mail list logo