|
[PATCH 4/9] linux-yocto-tiny: New kernel recipe for poky-tiny distro (INCOMPLETE)
linux-yocto-tiny drops the linux-tools and sets the KMACHINE
branch to standard/tiny.
Signed-off-by: Darren Hart <dvhart@...>
---
meta/recipes-kernel/linux/linux-yocto-tiny/ata.cfg |
linux-yocto-tiny drops the linux-tools and sets the KMACHINE
branch to standard/tiny.
Signed-off-by: Darren Hart <dvhart@...>
---
meta/recipes-kernel/linux/linux-yocto-tiny/ata.cfg |
|
By
Darren Hart <dvhart@...>
·
#3962
·
|
|
[PATCH 3/9] eglibc: Only add eglibc-utils to PACKAGES if wchar is supported
eglibc-utils RDEPENDS on bash which requires gettext which requires
wchar support. If wchar support is not included in DISTRO_FEATURES,
gettext will fail to compile.
By removing eglibc-utils from the
eglibc-utils RDEPENDS on bash which requires gettext which requires
wchar support. If wchar support is not included in DISTRO_FEATURES,
gettext will fail to compile.
By removing eglibc-utils from the
|
By
Darren Hart <dvhart@...>
·
#3957
·
|
|
[PATCH 2/9] ncurses: Allow override of ENABLE_WIDEC
Set ENABLE_WIDEC with ?= instead of = to allow for the external override
by distro definitions.
Signed-off-by: Darren Hart <dvhart@...>
---
meta/recipes-core/ncurses/ncurses.inc | 2
Set ENABLE_WIDEC with ?= instead of = to allow for the external override
by distro definitions.
Signed-off-by: Darren Hart <dvhart@...>
---
meta/recipes-core/ncurses/ncurses.inc | 2
|
By
Darren Hart <dvhart@...>
·
#3959
·
|
|
[PATCH 1/9] native.bbclass: Fix variable remapping coverage
From: Richard Purdie <richard.purdie@...>
When looking for RDEPENDS to process, bitbake iterates through PACKAGES
*and* PN. Since native.bbclass sets PACKAGES to be empty, its
From: Richard Purdie <richard.purdie@...>
When looking for RDEPENDS to process, bitbake iterates through PACKAGES
*and* PN. Since native.bbclass sets PACKAGES to be empty, its
|
By
Darren Hart <dvhart@...>
·
#3956
·
|
|
[RFC PATCH V2 0/9] New distribution definition for poky-tiny
RFC V2:
o Use VIRTUAL-RUNTIME_keymaps as suggested by Martin Jansa
o Drop poky-common abstraction as suggested by Richard Purdie in
favor of POKY_DEFAULT_EXTRA_R* variables.
Poky-tiny
RFC V2:
o Use VIRTUAL-RUNTIME_keymaps as suggested by Martin Jansa
o Drop poky-common abstraction as suggested by Richard Purdie in
favor of POKY_DEFAULT_EXTRA_R* variables.
Poky-tiny
|
By
Darren Hart <dvhart@...>
·
#3958
·
|
|
Re: [PATCH 6/9] distro: Factor out poky-common.inc from poky.conf
tiny won't become compatible with the default kernel. linux-yocto-tiny
will continue to exist in order to specify the KMACHINE and KBRANCH and
possibly some other things. Much in the same way the
tiny won't become compatible with the default kernel. linux-yocto-tiny
will continue to exist in order to specify the KMACHINE and KBRANCH and
possibly some other things. Much in the same way the
|
By
Darren Hart <dvhart@...>
·
#3954
·
|
|
Yocto Project 1.2 M1 release readiness meeting
When: Thursday, December 22, 2011 9:00 AM-10:00 AM (UTC-08:00) Pacific Time (US & Canada).
Where: Bridge Info Enclosed
Note: The GMT offset above does not reflect daylight saving time adjustments.
When: Thursday, December 22, 2011 9:00 AM-10:00 AM (UTC-08:00) Pacific Time (US & Canada).
Where: Bridge Info Enclosed
Note: The GMT offset above does not reflect daylight saving time adjustments.
|
By
Liu, Song <song.liu@...>
·
#3955
·
|
|
Re: [RFC PATCH 0/9] New distribution definition for poky-tiny
Hrm, it reported parsing errors on the ${@oe_filter_out not being
defined as well as the "require utils" I added to address that. Maybe
I'm missing something else.
But, I think I'll be taking the
Hrm, it reported parsing errors on the ${@oe_filter_out not being
defined as well as the "require utils" I added to address that. Maybe
I'm missing something else.
But, I think I'll be taking the
|
By
Darren Hart <dvhart@...>
·
#3953
·
|
|
Re: [PATCH] fri2: Add linux-yocto-tiny bbappend
Actually, -ENOPEPSIYET, meta-yocto doesn't come into this as I defined
linux-yocto-tiny_3.0.bb in oe-core. meta-tiny doesn't come into this
either though. The poky-tiny patch series doesn't introduce
Actually, -ENOPEPSIYET, meta-yocto doesn't come into this as I defined
linux-yocto-tiny_3.0.bb in oe-core. meta-tiny doesn't come into this
either though. The poky-tiny patch series doesn't introduce
|
By
Darren Hart <dvhart@...>
·
#3952
·
|
|
Re: [PATCH] fri2: Add linux-yocto-tiny bbappend
I suggesting meta-dri2/meta-intel depending on meta-tiny is a problem.
Where does meta-yocto come into this?
Cheers,
Richard
I suggesting meta-dri2/meta-intel depending on meta-tiny is a problem.
Where does meta-yocto come into this?
Cheers,
Richard
|
By
Richard Purdie
·
#3951
·
|
|
Re: [RFC PATCH 0/9] New distribution definition for poky-tiny
If that works, sure, but that wasn't my intent. You can
include/require a .inc from a .conf.
That seems reasonable. Event handlers are used in a number of places
in the metadata, including
If that works, sure, but that wasn't my intent. You can
include/require a .inc from a .conf.
That seems reasonable. Event handlers are used in a number of places
in the metadata, including
|
By
kergoth@...
·
#3950
·
|
|
Re: [PATCH 6/9] distro: Factor out poky-common.inc from poky.conf
Right, I'd expect you are totally overriding DISTRO_FEATURES anyway.
Right now you need to override these things, in future I suspect you're
going to want to share them when tiny becomes compatible
Right, I'd expect you are totally overriding DISTRO_FEATURES anyway.
Right now you need to override these things, in future I suspect you're
going to want to share them when tiny becomes compatible
|
By
Richard Purdie
·
#3949
·
|
|
Re: [PATCH] fri2: Add linux-yocto-tiny bbappend
Hrm, good point. My goal was to eliminate meta-tiny altogether. I have
never built meta-intel without meta-yocto. Do we feel that dependency a
problem?
--
Darren Hart
Intel Open Source Technology
Hrm, good point. My goal was to eliminate meta-tiny altogether. I have
never built meta-intel without meta-yocto. Do we feel that dependency a
problem?
--
Darren Hart
Intel Open Source Technology
|
By
Darren Hart <dvhart@...>
·
#3948
·
|
|
Re: [PATCH 6/9] distro: Factor out poky-common.inc from poky.conf
Aha, now I remember. Consider things like the following, defined in
poky.conf:
DISTRO_FEATURES_append = " largefile opengl"
This one, not so bad, I can easily override
Aha, now I remember. Consider things like the following, defined in
poky.conf:
DISTRO_FEATURES_append = " largefile opengl"
This one, not so bad, I can easily override
|
By
Darren Hart <dvhart@...>
·
#3947
·
|
|
Re: [PATCH] fri2: Add linux-yocto-tiny bbappend
I'd just note that if merged, this would make meta-fri2 depend on
meta-tiny since we'd throw parsing errors if the .bbappend is present
without the file its appending to.
We might want to consider
I'd just note that if merged, this would make meta-fri2 depend on
meta-tiny since we'd throw parsing errors if the .bbappend is present
without the file its appending to.
We might want to consider
|
By
Richard Purdie
·
#3946
·
|
|
Re: Atom netbook recommendation?
This is likely due to a buggy BIOS. See the README.hardware section
about formatting the disk as USBZIP format.
We hope to address this with a more robust live hddimg type in the future.
--
Darren
This is likely due to a buggy BIOS. See the README.hardware section
about formatting the disk as USBZIP format.
We hope to address this with a more robust live hddimg type in the future.
--
Darren
|
By
Darren Hart <dvhart@...>
·
#3945
·
|
|
Re: [PATCH 6/9] distro: Factor out poky-common.inc from poky.conf
I seem to recall something about this being harder with tiny as it
removes things rather than just extending. But I can't put recall
exactly what the issue was (or if there was one). I shall try it
I seem to recall something about this being harder with tiny as it
removes things rather than just extending. But I can't put recall
exactly what the issue was (or if there was one). I shall try it
|
By
Darren Hart <dvhart@...>
·
#3944
·
|
|
Re: [PATCH 6/9] distro: Factor out poky-common.inc from poky.conf
Why doesn't something like:
"""
$meta-yocto/conf/distro$ cat poky-lsb.conf
require conf/distro/poky.conf
DISTRO = "poky-lsb"
DISTROOVERRIDES = "poky:linuxstdbase"
"""
work?
Effectively the above
Why doesn't something like:
"""
$meta-yocto/conf/distro$ cat poky-lsb.conf
require conf/distro/poky.conf
DISTRO = "poky-lsb"
DISTROOVERRIDES = "poky:linuxstdbase"
"""
work?
Effectively the above
|
By
Richard Purdie
·
#3943
·
|
|
build error on meta-cedarview
While running a build of the core-image-sato using the edison latest commits and the meta-cedartrail bsp, I notices some errors fly by and thought I'd see if anyone knows the reason. The build
While running a build of the core-image-sato using the edison latest commits and the meta-cedartrail bsp, I notices some errors fly by and thought I'd see if anyone knows the reason. The build
|
By
Jim Abernathy
·
#3942
·
|
|
Re: [PATCH 5/9] task-core-boot: Allow DISTRO to disable keymaps
See this thread
http://lists.linuxtogo.org/pipermail/openembedded-core/2011-April/001498.html
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@...
See this thread
http://lists.linuxtogo.org/pipermail/openembedded-core/2011-April/001498.html
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@...
|
By
Martin Jansa
·
#3941
·
|