Ping.
-Original Message-
From: Chunrong Guo [mailto:b40...@freescale.com]
Sent: Friday, March 28, 2014 4:47 PM
To: openembedded-core@lists.openembedded.org
Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Guo
Chunrong-B40290
Subject: [OE-core][PATCH v2] coreutils: fix search
On 04/03/2014 01:31 AM, Paul Barker wrote:
On 1 April 2014 14:48, Robert Yang wrote:
On 04/01/2014 08:34 PM, Paul Barker wrote:
On 1 April 2014 13:31, Phil Blundell wrote:
On Tue, 2014-04-01 at 12:41 +0100, Paul Barker wrote:
The more I look at it the more I don't like this patch. It'
On Mon, 2014-03-31 at 17:59 +0100, Richard Purdie wrote:
> On Mon, 2014-03-31 at 09:48 -0700, Ricardo Neri wrote:
> > I just wanted to check if there are comments about this patch.
>
> It merged 10 days ago:
>
> http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=68acafd7dc18f23707c95c90e871395
Hello Matthieu,
On 02.04.2014 18:01, Matthieu Crapet wrote:
> Since commit a83144bac8d67704ff66f5dc0fc56f5b63979694 (2014-02-11), USE_DEVFS
> is not considered anymore.
> For compatibility, let's restore USE_DEVFS semantic.
> Also add USE_DEVFS to documentation.conf.
>
> Signed-off-by: Matthieu
On 1 April 2014 14:48, Robert Yang wrote:
>
>
> On 04/01/2014 08:34 PM, Paul Barker wrote:
>>
>> On 1 April 2014 13:31, Phil Blundell wrote:
>>>
>>> On Tue, 2014-04-01 at 12:41 +0100, Paul Barker wrote:
The more I look at it the more I don't like this patch. It's probably
a very ra
On 2 April 2014 18:13, Khem Raj wrote:
> On Wed, Apr 2, 2014 at 10:03 AM, Paul Barker wrote:
>> You've fixed util-linux in a different way to me, I added qsort_r to
>> musl
>
> this won't fly in musl community.
>
> whereas you've removed it's use from util-linux. I'm not bothered
>> which one we
On Wed, Apr 02, 2014 at 10:06:16AM -0700, Khem Raj wrote:
> On Wed, Apr 2, 2014 at 5:25 AM, Martin Jansa wrote:
> > + # Info dir listing isn't interesting at this point so remove it if
> > it exists.
> > + if [ -e "${D}${infodir}/dir" ]; then
> > + rm -f ${D}${infodir}/d
On Wed, Apr 2, 2014 at 10:03 AM, Paul Barker wrote:
> You've fixed util-linux in a different way to me, I added qsort_r to
> musl
this won't fly in musl community.
whereas you've removed it's use from util-linux. I'm not bothered
> which one we use if both work. We do now have 4 people looking a
On Mon, Mar 31, 2014 at 11:51:05PM +0200, Martin Jansa wrote:
> > I can confirm that that is the right revision. I wonder what the fetcher
> > is doing, or is something in the infrastructure caching and older
> > revision ?
>
> Sorry for noise, it was after all our mirror not getting updates
> any
On Wed, Apr 2, 2014 at 5:25 AM, Martin Jansa wrote:
> + # Info dir listing isn't interesting at this point so remove it if it
> exists.
> + if [ -e "${D}${infodir}/dir" ]; then
> + rm -f ${D}${infodir}/dir
> + fi
why check if it exists when you are already using r
On 2 April 2014 17:35, Khem Raj wrote:
>
> I have got core-image-minimal building for arm now. All changes are
> pushed to contrib tree this includes util-linux fixes too.
>
You've fixed util-linux in a different way to me, I added qsort_r to
musl whereas you've removed it's use from util-linux.
This device list is only used if USE_DEVFS is set to '0' (which is NOT the
default since 2013-12-14,
see commit f54fdd6673a136ee1cee1f3263a8a7820de43ca3) and if IMAGE_DEVICE_TABLE
and IMAGE_DEVICE_TABLES are not set.
This is, of course a very subjective list but minimal with 62 (special) files.
On Mon, Mar 31, 2014 at 12:01 PM, Otavio Salvador
wrote:
> On Mon, Mar 31, 2014 at 12:21 PM, Paul Barker wrote:
>> On 30 March 2014 17:48, Khem Raj wrote:
>>> On Sun, Mar 30, 2014 at 8:43 AM, Paul Barker wrote:
On 30 March 2014 05:17, Khem Raj wrote:
> On Thu, Mar 27, 2014 at 5:53 AM,
Commit 2adc9a3f1f1db284f7d91193ad77b3524e0e0d2c stopped ccmake being built
and that is the only part of cmake that relies on curses so we might as
well stop depending on it.
(Tested with a poisoned curses.h to prove that it is unused even if
present.)
Signed-off-by: Mike Crowe
---
meta/recipes-
The bootstrapped cmake is called in such a way that it will automatically
enable building ccmake if curses is found. This tool isn't particularly
useful to us and it will cause build problems if ncurses-native is built in
parallel with cmake-native so let's just pass -DBUILD_CursesDialog=0 to
disab
Since commit a83144bac8d67704ff66f5dc0fc56f5b63979694 (2014-02-11), USE_DEVFS
is not considered anymore.
For compatibility, let's restore USE_DEVFS semantic.
Also add USE_DEVFS to documentation.conf.
Signed-off-by: Matthieu Crapet
---
meta/conf/documentation.conf | 1 +
meta/lib/oe/rootfs.py
Ooops!
-Message d'origine-
De : Phil Blundell [mailto:p...@pbcl.net]
Envoyé : mercredi 2 avril 2014 17:53
À : Matthieu CRAPET
Cc : openembedded-core@lists.openembedded.org
Objet : Re: [OE-core] [PATCH] rootfs.py: introduce USE_DEVFS check
On Wed, 2014-04-02 at 17:15 +0200, Matthieu Crape
On Wed, 2014-04-02 at 17:15 +0200, Matthieu Crapet wrote:
> +USE_DEVFS[doc] = "When building images, specifies to populate or not
> ${sysconfdir}. This variable defaults to '0' (leave directory empty, surely
> because devtmpfs do the job). Set it to '1' to use makedevs (or consider
> using a cus
Since commit a83144bac8d67704ff66f5dc0fc56f5b63979694 (2014-02-11), USE_DEVFS
is not considered anymore.
For compatibility, let's restore USE_DEVFS semantic.
Also add USE_DEVFS to documentation.conf.
Signed-off-by: Matthieu Crapet
---
meta/conf/documentation.conf | 1 +
meta/lib/oe/rootfs.py
-Khem
On Apr 2, 2014 2:14 AM, "Mike Crowe" wrote:
> On Tuesday 01 April 2014 at 21:59:34 -0700, Khem Raj wrote:
> > On Tue, Apr 1, 2014 at 3:11 AM, Mike Crowe wrote:
> > > It seems to be possible to disable building the "CursesDialog"
> component to
> > > remove the need for ncurses but I couldn
-Khem
On Apr 2, 2014 2:14 AM, "Mike Crowe" wrote:
>
> On Tuesday 01 April 2014 at 21:59:34 -0700, Khem Raj wrote:
> > On Tue, Apr 1, 2014 at 3:11 AM, Mike Crowe wrote:
> > > It seems to be possible to disable building the "CursesDialog"
component to
> > > remove the need for ncurses but I couldn'
On 2 April 2014 13:54, Paul Barker wrote:
> This ensures that the dependency on lzo is deterministic rather than floating.
>
> The configure option to libarchive refers to this library as 'lzo2' but it is
> just called 'lzo' in OpenEmbedded.
>
> Signed-off-by: Paul Barker
This has been tested lo
This ensures that the dependency on lzo is deterministic rather than floating.
The configure option to libarchive refers to this library as 'lzo2' but it is
just called 'lzo' in OpenEmbedded.
Signed-off-by: Paul Barker
---
meta/recipes-extended/libarchive/libarchive_3.1.2.bb | 1 +
1 file chang
* Basically part of the headers/libs are installed in
${D}(${libdir}/${includedir}) instead of
${D}(${libdir}/${includedir})/qt4
*
http://lists.openembedded.org/pipermail/openembedded-core/2013-October/085815.html
is related, but doesn't fix the issue completely, so better
revert the comm
* useful when debuging why it was refused by server
Signed-off-by: Martin Jansa
---
scripts/send-error-report | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/scripts/send-error-report b/scripts/send-error-report
index 0d85776..8eea3cf 100755
--- a/scripts/send-error-rep
* it uses autotools but doesn't call autotools_do_install
* fixes QA warning:
gcc-4.8.2: The /usr/share/info/dir file is not meant to be shipped in a
particular package.
Signed-off-by: Martin Jansa
---
meta/recipes-devtools/gcc/gcc-target.inc | 4
1 file changed, 4 insertions(+)
diff --
* unlike 0.5 version, this doesn't use autotools.bbclass which removes infodir
automatically
* fixes QA warning:
ed-1.9: The /usr/share/info/dir file is not meant to be shipped in a
particular package.
Signed-off-by: Martin Jansa
---
meta/recipes-extended/ed/ed_1.9.bb | 4
1 file change
* cmake doesn't have dependency on qt4/qt5, so these tests usually fail
but still can cause undeterministic results or build failures (when
OE_QMAKE_PATH_EXTERNAL_HOST_BINS is undefined or native qmake removed
while running the test in cmake)
Signed-off-by: Martin Jansa
---
meta/recipes-de
There's no point in failing if DISPLAY isn't set if we don't
boot a qemu image when using a controller like SimpleRemoteTarget
or GummibootTarget.
Signed-off-by: Stefan Stanacar
---
meta/classes/sanity.bbclass | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/meta/class
On Tuesday 01 April 2014 at 21:59:34 -0700, Khem Raj wrote:
> On Tue, Apr 1, 2014 at 3:11 AM, Mike Crowe wrote:
> > It seems to be possible to disable building the "CursesDialog" component to
> > remove the need for ncurses but I couldn't immediately see how to do that
> > for a bootstrap build.
>
On Tuesday 01 April 2014 22:29:02 Phil Blundell wrote:
> On Tue, 2014-04-01 at 18:51 +0100, Richard Purdie wrote:
> > On Tue, 2014-04-01 at 18:48 +0100, Phil Blundell wrote:
> > > Also note that the default for USE_DEVFS was (and is) 1, so the lack
> > > of this check is actually causing a differen
Hi Matthieu,
On Wed, Feb 26, 2014 at 11:11:28AM +, Matthieu CRAPET wrote:
> Hi,
>
>
>
> Since :
>
> http://cgit.openembedded.org/openembedded-core/commit/meta/classes/
> image.bbclass?id=a83144bac8d67704ff66f5dc0fc56f5b63979694
>
>
>
> USE_DEVFS is not considered anymore.
>
>
>
>
From: Yong Zhang
1. let getc_with_restart() handle EAGAIN|EWOULDBLOCK
correctly.
2. When read() returns with ERROR, local_bufused will be set
to -1; and if we return with local_bufused == -1 left,
the next time we call getc_with_restart(), the condition
(local_index == local_bufused |
Hi Richard,
I checked that Yong Zhang from Wind River is the author of these 2 patches, and
he sent to upstream and merged by bash 4.3.
I think this will NOT be a license violation with Yong Zhang's Signed-off-by.
So resend it.
Yong Zhang (1):
bash-3.2.48: fix error path of getc_with_restart
34 matches
Mail list logo