What is your bootargs ? We also encountered this issue long time ago.
The following bootargs line would cause this problem:
setenv bootargs 'console=tty0 console=ttyO2,115200n8 root=/dev/mmcblk0p2
rootwait rootfstype=ext3 ro'
Try to change "console=tty0 console=ttyO2,115200n8" to
"console=tty
On 7 Oct 2012, at 22:41, Bruce Ashfield wrote:
> On Sun, Oct 7, 2012 at 6:08 PM, Chris Tapp wrote:
>> On 7 Oct 2012, at 03:00, Saxena, Rahul wrote:
>>
>>> Try adding the unionfs feature (below) to your kernel:
>>>
>>> http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.0/tree/meta/cfg/kerne
Hi,
as some of you might know, gumstix created an official BSP layer
[1][2]. To avoid confusion I renamed my layer from meta-gumstix to
meta-gumstix-community [3]. Users should either switch to the official
meta-gumstix layer or rename meta-gumstix to meta-gumstix-community
[3] in git configuratio
Hi Andreas,
On Monday 08 October 2012 12:54:46 Andreas Müller wrote:
> as some of you might know, gumstix created an official BSP layer
> [1][2]. To avoid confusion I renamed my layer from meta-gumstix to
> meta-gumstix-community [3]. Users should either switch to the official
> meta-gumstix layer
On Mon, Oct 8, 2012 at 3:58 AM, Chris Tapp wrote:
> On 7 Oct 2012, at 22:41, Bruce Ashfield wrote:
>
>> On Sun, Oct 7, 2012 at 6:08 PM, Chris Tapp wrote:
>>> On 7 Oct 2012, at 03:00, Saxena, Rahul wrote:
>>>
Try adding the unionfs feature (below) to your kernel:
http://git.yoctopro
Aloha all,
If possible could someone advise on what the content of the Yocto
developr Day will be at this year's ELCE? I'm thinking of attending
but need to know what it entails and how useful it would be for me,
not just so I don't waste time, but also so that I can make the
required case to mana
Add some missing variables to the variable reference and improve
the descriptions of others. Also fix references to "package" where
we mean "recipe" and a couple of other issues I noticed at the same
time.
The following changes since commit 821162221818f5ce53bb903aeef57c85314f5083:
documentati
sence -> sense
Signed-off-by: Paul Eggleton
---
documentation/dev-manual/dev-manual-newbie.xml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/dev-manual/dev-manual-newbie.xml
b/documentation/dev-manual/dev-manual-newbie.xml
index 9b922b1..20cf234 100644
---
Adjust the descriptions so that it is clearer that these are specific
to a machine and should appear in the machine's .conf file, and are
intended to affect the image contents, not the dependencies of a
specific package. Also change the examples so that they demonstrate more
realistic usage scenari
LICENSE_PATH is the correct variable to use for 1.3 - see:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3118
Fixes documentation for [YOCTO #3118].
Signed-off-by: Paul Eggleton
---
documentation/poky-ref-manual/ref-variables.xml |6 +++---
1 file changed, 3 insertions(+), 3 deletions(
Add a description of the PACKAGECONFIG variable to the variable
glossary.
Signed-off-by: Paul Eggleton
---
documentation/poky-ref-manual/ref-variables.xml | 31 +++
1 file changed, 31 insertions(+)
diff --git a/documentation/poky-ref-manual/ref-variables.xml
b/documentati
Extend the description of the DISTRO variable so that it mentions that
this points to a .conf file under conf/distro and mentions what happens
if the value is left blank.
Signed-off-by: Paul Eggleton
---
documentation/poky-ref-manual/ref-variables.xml | 11 ++-
1 file changed, 10 inser
Extend the description of the MACHINE variable so that it mentions that
this points to a .conf file under conf/machine.
Signed-off-by: Paul Eggleton
---
documentation/poky-ref-manual/ref-variables.xml |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/documentation/poky-
Document DISTRO_FEATURES_BACKFILL and MACHINE_FEATURES_BACKFILL. We may
wish to expand upon this in future, but at least this explains what
these variables are for and how to use them.
Also add a link from the DISTRO_FEATURES entry to the section that lists
valid DISTRO_FEATURES items.
Signed-off
* Use correct/up-to-date names of package systems
* SUMMARY does not default to the value of DESCRIPTION, it's the other
way around (although the logic may be improved in future so that this
is the effect).
Signed-off-by: Paul Eggleton
---
documentation/poky-ref-manual/ref-variables.xml |
We haven't supported ipkg for some time now - it was replaced by opkg
(whilst still using the ipk package format).
Signed-off-by: Paul Eggleton
---
documentation/poky-ref-manual/faq.xml |2 +-
documentation/poky-ref-manual/ref-variables.xml |4 ++--
2 files changed, 3 insertion
* Add meta-yocto, meta-yocto-bsp and meta-hob
* Remove meta-rt - this was merged into OE-Core (meta)
* Remove meta-demoapps - this was dropped
Signed-off-by: Paul Eggleton
---
documentation/poky-ref-manual/ref-structure.xml | 30 ---
1 file changed, 21 insertions(+), 9 dele
-Original Message-
From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com]
Sent: Monday, October 08, 2012 7:00 AM
To: Chris Tapp
Cc: Saxena, Rahul; yocto@yoctoproject.org Project
Subject: Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in
the kernel
On Mon, Oct 8, 2012
>-Original Message-
>From: yocto-boun...@yoctoproject.org [mailto:yocto-
>boun...@yoctoproject.org] On Behalf Of Chris Tapp
>Sent: Monday, October 08, 2012 12:59 AM
>To: Bruce Ashfield
>Cc: yocto@yoctoproject.org Project
>Subject: Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get
We have to take care when using "package" to avoid confusion, even when
referring to variables with a historical package association (PV, PN
etc.).
Signed-off-by: Paul Eggleton
---
documentation/poky-ref-manual/ref-variables.xml | 25 ---
1 file changed, 13 insertions(+), 1
On Monday 08 October 2012 16:38:06 Paul Eggleton wrote:
> Add some missing variables to the variable reference and improve
> the descriptions of others. Also fix references to "package" where
> we mean "recipe" and a couple of other issues I noticed at the same
> time.
>
>
> The following changes
Sending in response to:
- http://lists.yoctoproject.org/pipermail/yocto/2012-September/011802.html
Building with BB_NO_NETWORK can fail if recipes specify 'tag=' in
SRC_URI, since bitbake must contact the source repository to verify
which hash the tag currently points to. Since tags can, in pr
Signed-off-by: Evade Flow
---
.../btrfs-tools/btrfs-tools_git.bb |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
index c2ae298..e963a74 100644
---
Signed-off-by: Evade Flow
---
meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
index 1a9d4d3..bdfb022 100644
--- a/meta/recipes-devtool
On Mon, Oct 08, 2012 at 12:18:24PM +0100, Paul Eggleton wrote:
> Hi Andreas,
>
> On Monday 08 October 2012 12:54:46 Andreas Müller wrote:
> > as some of you might know, gumstix created an official BSP layer
> > [1][2]. To avoid confusion I renamed my layer from meta-gumstix to
> > meta-gumstix-com
On 8 Oct 2012, at 17:35, Bodke, Kishore K wrote:
>
>
>> -Original Message-
>> From: yocto-boun...@yoctoproject.org [mailto:yocto-
>> boun...@yoctoproject.org] On Behalf Of Chris Tapp
>> Sent: Monday, October 08, 2012 12:59 AM
>> To: Bruce Ashfield
>> Cc: yocto@yoctoproject.org Project
>>
On Mon, 2012-10-08 at 21:02 +0100, Chris Tapp wrote:
> On 8 Oct 2012, at 17:35, Bodke, Kishore K wrote:
>
> >
> >
> >> -Original Message-
> >> From: yocto-boun...@yoctoproject.org [mailto:yocto-
> >> boun...@yoctoproject.org] On Behalf Of Chris Tapp
> >> Sent: Monday, October 08, 2012 12
>-Original Message-
>From: Chris Tapp [mailto:opensou...@keylevel.com]
>Sent: Monday, October 08, 2012 1:03 PM
>To: Bodke, Kishore K
>Cc: Bruce Ashfield; yocto@yoctoproject.org Project
>Subject: Re: [yocto] Meta Intel / Cedartrail / Denzil - how to get unionfs in
>the
>kernel
>
>On 8 Oct
Agenda:
* Opens collection - 5 min (Song)
* Yocto 1.3 status - 10 min (Song/team)
https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.3_Status
- Medium+ bugs review:
https://bugzilla.yoctoproject.org/buglist.cgi?bug_status=NEW&bug_status=ACCEPTED&bug_status=REOPENED&bug_status=NEEDINFO&bug_
On 8 Oct 2012, at 21:30, Bodke, Kishore K wrote:
< snip ... >
Thanks for the really fast response on this :-)
> For denzil, try with this by creating a new file in
> meta-cedartrail/recipes-kernel/linux/linux-yocto_3.2.bbappend.
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
> SRC_URI_c
On Fri, 2012-10-05 at 19:17 -0700, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> Updated the kernel command line for crownbay BSP, after discussions with
> Darren.
>
> Thanks,
> Nitin
>
> The following changes since commit 7228f6b0c81817c8a8455ea78271abfd5d66fed8:
>
> meta-tlk:
On 8 Oct 2012, at 22:03, Chris Tapp wrote:
> On 8 Oct 2012, at 21:30, Bodke, Kishore K wrote:
>
> < snip ... >
>
> Thanks for the really fast response on this :-)
>
>> For denzil, try with this by creating a new file in
>> meta-cedartrail/recipes-kernel/linux/linux-yocto_3.2.bbappend.
>>
>>
I am continuing my work on creating a "Hello, World!" BitBake project. Because
of the excellent help I got before, things have gone reasonably well, but I'm
again running into something I don't know how to fix.
As before, the entire contents of my very small project appear at the end of
this me
The T variable points to a directory were Bitbake places temporary files
when building a particular package. It is typically set to
T = ${WORKDIR}/temp
WORKDIR is the directory into which Bitbake unpacks and builds a package.
The default bitbake.conf file sets this variable.
T is not to be confu
34 matches
Mail list logo