Re: [yocto] about how to port YOCTO

2011-05-17 Thread Gary Thomas

On 05/16/2011 07:20 PM, wangyang wrote:

Remember that Yocto is
just packaging for a Linux kernel and the user tools that surround
it.


In other words, if I want to use Yocto to package Linux kernel and the user
tools for new MCU,I must port Linux kernel and toolchain and GLIBC, etc. It is
right?

What Yocto do is just packaging mainstream Linux kernel(from
http://www.kernel.org/) and something with it for different needs, it is right?


Correct.  Yocto isn't really for porting the tools to a platform,
but rather something to help you build [embedded] systems to run
on the platform.

n.b. it's polite to keep such discussions on the mailing list so that
everyone benefits.

--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Yocto weekly bug trend charts -- WW20

2011-05-17 Thread Xu, Jiajun
Hi all,
From this week, QA will maintain a wiki page to save weekly bug trend 
charts for Yocto. The wiki page URL is 
https://wiki.pokylinux.org/wiki/Yocto_Bug_Trend. There are lots of bugs are 
fixed in WW20, while more new bugs are submitted. The open bug number increased 
to 180. Weekly meta-intel BSPs testing is still BLOCKED because autobuilder 
does not build them.

Best Regards,
Jiajun
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH] README.sources: use git.yoctoproject.org as server for the BSP repository

2011-05-17 Thread Otavio Salvador
Signed-off-by: Otavio Salvador 
---
 meta-crownbay/README.sources |2 +-
 meta-emenlow/README.sources  |2 +-
 meta-fishriver/README.sources|2 +-
 meta-jasperforest/README.sources |2 +-
 meta-n450/README.sources |2 +-
 meta-sugarbay/README.sources |2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-crownbay/README.sources b/meta-crownbay/README.sources
index 8814e70..5c8b5c7 100644
--- a/meta-crownbay/README.sources
+++ b/meta-crownbay/README.sources
@@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be found 
at the
 following locations:
 
 git://git.yoctoproject.org/poky.git
-git://git.pokylinux.org/meta-intel
+git://git.yoctoproject.org/meta-intel
diff --git a/meta-emenlow/README.sources b/meta-emenlow/README.sources
index 8814e70..5c8b5c7 100644
--- a/meta-emenlow/README.sources
+++ b/meta-emenlow/README.sources
@@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be found 
at the
 following locations:
 
 git://git.yoctoproject.org/poky.git
-git://git.pokylinux.org/meta-intel
+git://git.yoctoproject.org/meta-intel
diff --git a/meta-fishriver/README.sources b/meta-fishriver/README.sources
index 8814e70..5c8b5c7 100644
--- a/meta-fishriver/README.sources
+++ b/meta-fishriver/README.sources
@@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be found 
at the
 following locations:
 
 git://git.yoctoproject.org/poky.git
-git://git.pokylinux.org/meta-intel
+git://git.yoctoproject.org/meta-intel
diff --git a/meta-jasperforest/README.sources b/meta-jasperforest/README.sources
index 8814e70..5c8b5c7 100644
--- a/meta-jasperforest/README.sources
+++ b/meta-jasperforest/README.sources
@@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be found 
at the
 following locations:
 
 git://git.yoctoproject.org/poky.git
-git://git.pokylinux.org/meta-intel
+git://git.yoctoproject.org/meta-intel
diff --git a/meta-n450/README.sources b/meta-n450/README.sources
index 8814e70..5c8b5c7 100644
--- a/meta-n450/README.sources
+++ b/meta-n450/README.sources
@@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be found 
at the
 following locations:
 
 git://git.yoctoproject.org/poky.git
-git://git.pokylinux.org/meta-intel
+git://git.yoctoproject.org/meta-intel
diff --git a/meta-sugarbay/README.sources b/meta-sugarbay/README.sources
index 8814e70..5c8b5c7 100644
--- a/meta-sugarbay/README.sources
+++ b/meta-sugarbay/README.sources
@@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be found 
at the
 following locations:
 
 git://git.yoctoproject.org/poky.git
-git://git.pokylinux.org/meta-intel
+git://git.yoctoproject.org/meta-intel
-- 
1.7.2.5

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [PATCH] README.sources: use git.yoctoproject.org as server for the BSP repository

2011-05-17 Thread Tom Zanussi
On Tue, 2011-05-17 at 11:27 -0700, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador 
> ---

Thanks for noticing and updating this!

Pulled into meta-intel/master.

Tom

>  meta-crownbay/README.sources |2 +-
>  meta-emenlow/README.sources  |2 +-
>  meta-fishriver/README.sources|2 +-
>  meta-jasperforest/README.sources |2 +-
>  meta-n450/README.sources |2 +-
>  meta-sugarbay/README.sources |2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/meta-crownbay/README.sources b/meta-crownbay/README.sources
> index 8814e70..5c8b5c7 100644
> --- a/meta-crownbay/README.sources
> +++ b/meta-crownbay/README.sources
> @@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be 
> found at the
>  following locations:
>  
>  git://git.yoctoproject.org/poky.git
> -git://git.pokylinux.org/meta-intel
> +git://git.yoctoproject.org/meta-intel
> diff --git a/meta-emenlow/README.sources b/meta-emenlow/README.sources
> index 8814e70..5c8b5c7 100644
> --- a/meta-emenlow/README.sources
> +++ b/meta-emenlow/README.sources
> @@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be 
> found at the
>  following locations:
>  
>  git://git.yoctoproject.org/poky.git
> -git://git.pokylinux.org/meta-intel
> +git://git.yoctoproject.org/meta-intel
> diff --git a/meta-fishriver/README.sources b/meta-fishriver/README.sources
> index 8814e70..5c8b5c7 100644
> --- a/meta-fishriver/README.sources
> +++ b/meta-fishriver/README.sources
> @@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be 
> found at the
>  following locations:
>  
>  git://git.yoctoproject.org/poky.git
> -git://git.pokylinux.org/meta-intel
> +git://git.yoctoproject.org/meta-intel
> diff --git a/meta-jasperforest/README.sources 
> b/meta-jasperforest/README.sources
> index 8814e70..5c8b5c7 100644
> --- a/meta-jasperforest/README.sources
> +++ b/meta-jasperforest/README.sources
> @@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be 
> found at the
>  following locations:
>  
>  git://git.yoctoproject.org/poky.git
> -git://git.pokylinux.org/meta-intel
> +git://git.yoctoproject.org/meta-intel
> diff --git a/meta-n450/README.sources b/meta-n450/README.sources
> index 8814e70..5c8b5c7 100644
> --- a/meta-n450/README.sources
> +++ b/meta-n450/README.sources
> @@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be 
> found at the
>  following locations:
>  
>  git://git.yoctoproject.org/poky.git
> -git://git.pokylinux.org/meta-intel
> +git://git.yoctoproject.org/meta-intel
> diff --git a/meta-sugarbay/README.sources b/meta-sugarbay/README.sources
> index 8814e70..5c8b5c7 100644
> --- a/meta-sugarbay/README.sources
> +++ b/meta-sugarbay/README.sources
> @@ -14,4 +14,4 @@ addition to the code contained in this BSP, can also be 
> found at the
>  following locations:
>  
>  git://git.yoctoproject.org/poky.git
> -git://git.pokylinux.org/meta-intel
> +git://git.yoctoproject.org/meta-intel


___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 0/1] meta-intel: add MAINTAINERS file

2011-05-17 Thread Tom Zanussi
From: Tom Zanussi 

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: tzanussi/maintainers-init
  Browse: 
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=tzanussi/maintainers-init

Thanks,
Tom Zanussi 
---


Tom Zanussi (1):
  meta-intel: add top-level MAINTAINERS file

 MAINTAINERS |   64 +++
 1 files changed, 64 insertions(+), 0 deletions(-)
 create mode 100644 MAINTAINERS

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [PATCH 1/1] meta-intel: add top-level MAINTAINERS file

2011-05-17 Thread Tom Zanussi
From: Tom Zanussi 

To help people figure out where to send patches, report problems, and
ask questions relating to BSPs in the meta-intel repo.

Based on the linux-kernel MAINTAINERS file, but pared way down for
simplicity.

Signed-off-by: Tom Zanussi 
---
 MAINTAINERS |   64 +++
 1 files changed, 64 insertions(+), 0 deletions(-)
 create mode 100644 MAINTAINERS

diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 000..328136f
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,64 @@
+This file contains a list of BSP maintainers for the BSPs contained in
+the meta-intel repository.
+
+Please submit any patches against meta-intel BSPs to the Yocto mailing
+list (yocto@yoctoproject.org).
+
+If you have problems with or questions about a particular BSP, feel
+free to contact the maintainer directly (cc:ing the Yocto mailing list
+puts it in the archive and helps other people who might have the same
+questions in the future), but please try to do the following first:
+
+  - look in the Yocto Project Bugzilla
+(http://bugzilla.yoctoproject.org/) to see if a problem has
+already been reported
+
+  - look through recent entries of the Yocto mailing list archives
+(https://lists.yoctoproject.org/pipermail/yocto/) to see if other
+people have run into similar problems or had similar questions
+answered.
+
+Descriptions of section entries:
+
+   M: Mail patches to: FullName 
+   F: Files and directories with wildcard patterns.
+  A trailing slash includes all files and subdirectory files.
+  F:   meta-crownbay/  all files in and below meta-crownbay
+  F:   meta-crownbay/* all files in meta-crownbay, but not below
+  One pattern per line.  Multiple F: lines acceptable.
+
+Please keep this list in alphabetical order.
+
+Maintainers List (try to look for most precise areas first)
+
+   ---
+
+COMMON
+M: Tom Zanussi 
+F: common/recipes-bsp/grub/
+F: common/recipes-core/
+
+CROWNBAY
+M: Tom Zanussi 
+F: meta-crownbay/
+
+EMENLOW
+M: Tom Zanussi 
+F: meta-emenlow/
+
+FISHRIVER
+M: Tom Zanussi 
+F: meta-fishriver/
+
+JASPERFOREST
+M: Tom Zanussi 
+F: meta-jasperforest/
+
+N450
+M: Darren Hart 
+F: meta-n450/
+
+SUGARBAY
+M: Tom Zanussi 
+F: meta-sugarbay/
+
-- 
1.7.0.4

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Can't create a new project with Yocto BitBake Commander plugin

2011-05-17 Thread Daniel Lazzari
Hi everyone,

I searched and couldn't find anything on this issue, but it seems so
obvious that I'm guessing I'm doing something wrong. I installed the
Yocto Eclipse Plugin in Eclipse Helios Service Release 2 on an Ubuntu
10.04 machine. I selected File->New->Project, Selected Yocto BitBake
Commander->New Yocto Project, set the Project Name to Yocto and
selected the workspace folder where I have my Yocto checkout. It says
everything is valid at the top, I click Finish, and it just flashes
and keeps the dialog box up. No new project is created.

Has anyone else experienced this and knows of a fix or workaround? I'd
be happy to provide more details or log a bug for it if that helps.

Thanks,
Daniel Lazzari Jr.
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] about how to port YOCTO

2011-05-17 Thread wangyang
Mr Gary:
Thank you for your answer.

> -Original Message-
> From: Gary Thomas [mailto:g...@mlbassoc.com]
> Sent: Tuesday, May 17, 2011 7:11 PM
> To: wangyang
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] about how to port YOCTO
> 
> On 05/16/2011 07:20 PM, wangyang wrote:
> >> Remember that Yocto is
> >> just packaging for a Linux kernel and the user tools that surround
> >> it.
> >
> > In other words, if I want to use Yocto to package Linux kernel and the user
> > tools for new MCU,I must port Linux kernel and toolchain and GLIBC, etc. It
is
> > right?
> >
> > What Yocto do is just packaging mainstream Linux kernel(from
> > http://www.kernel.org/) and something with it for different needs, it is
right?
> 
> Correct.  Yocto isn't really for porting the tools to a platform,
> but rather something to help you build [embedded] systems to run
> on the platform.
> 
> n.b. it's polite to keep such discussions on the mailing list so that
> everyone benefits.
> 
> --
> 
> Gary Thomas |  Consulting for the
> MLB Associates  |Embedded world
> 

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Can't create a new project with Yocto BitBake Commander plugin

2011-05-17 Thread Zhang, Jessica
Hi Daniel,

So to be clear, you want a bitbake commander project or yocto sdk project? The 
former will allow you to edit the bitbate recipe files, the later will allow 
you develop embedded applications that compiling using the cross toolchain.

Also, what is your Yocto checkout, the latest or Bernard, how about your 
eclipse plug-in? The 1.0 Eclipse plug-in is having some issues working with the 
latest yocto tree, and only working with Bernard.

Please provide more information.

Thanks,
Jessica

-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On 
Behalf Of Daniel Lazzari
Sent: Tuesday, May 17, 2011 5:46 PM
To: yocto@yoctoproject.org
Subject: [yocto] Can't create a new project with Yocto BitBake Commander plugin

Hi everyone,

I searched and couldn't find anything on this issue, but it seems so
obvious that I'm guessing I'm doing something wrong. I installed the
Yocto Eclipse Plugin in Eclipse Helios Service Release 2 on an Ubuntu
10.04 machine. I selected File->New->Project, Selected Yocto BitBake
Commander->New Yocto Project, set the Project Name to Yocto and
selected the workspace folder where I have my Yocto checkout. It says
everything is valid at the top, I click Finish, and it just flashes
and keeps the dialog box up. No new project is created.

Has anyone else experienced this and knows of a fix or workaround? I'd
be happy to provide more details or log a bug for it if that helps.

Thanks,
Daniel Lazzari Jr.
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto