external-python-tarball only can be built when inherit package_ipk now.
Update it and split the populate python operation to separated bbclass
according the value of PACKAGE_CLASSES, then it could be built for rpm
and deb too.
[Yocto 3006]
Signed-off-by: Kang Kai
---
meta/classes/populate_pytho
"RDEPENDS_${PN}_class-native" doesn't work for native recipe because no
-native package will be created. Then the dependencies listed here are
not built when bitbake createrepo-native.
Update and use DEPENDS_class-native instead.
Signed-off-by: Kang Kai
---
.../createrepo/createrepo_0.4.11.bb
The following changes since commit be2a1508b16b3afc89521b3fa1eb195a0c6970fe:
oprofile: set correct kernel path (2013-01-20 13:14:08 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/external-python
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/
Richard,
This contains a better fix for the Oprofile/PPC issue from
Matthew along with the fix for non-GPLv3 issue from Chris L.
Thanks
Sau!
The following changes since commit 5892db9a34c188b8a9bdaa86e19ba62a7f4793b5:
oprofile: set correct kernel path (2013-01-20 13:13:54 +)
are
On 01/19/2013 02:40 PM, Khem Raj wrote:
From: Khem Raj
Disable nfsv4l since it needs LVM2 which
is not available in OE-Core
Disable nfsdcltrack since its configure time check
for sqlite3 is not cross compiling safe
It can support ipv6 but thats disabled since
we disable libtirpc which is need
On 01/19/2013 03:49 PM, Richard Purdie wrote:
Patch perl to allow builds to work where a native perl running against target
modules
attempts to load a dynamic binary module. We assume that a native version of the
module exists as it would for the target and perform an appropriate path
substituti
On 01/20/2013 10:34 AM, Saul Wold wrote:
On 01/19/2013 02:47 PM, Ross Burton wrote:
Hi,
This series has the goal of enabling core-image-minimal to boot using
systemd.
As such it touches no real services, just the infrastructural tweaks
to make the
init manager a distribution choice, systemd its
Hello.
I am merely a user of the free OpenEmbedded, and I was quite happy to
see that OpenEmbedded was heading towards providing multiple init
managers (be it sysvinit, systemd, openrc, upstart or what not).
However, from this series of patches it seems to me that systemd usage
is added to the ope
From: "Roy.Li"
Signed-off-by: Roy.Li
---
meta/recipes-extended/xinetd/xinetd_2.3.15.bb |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
b/meta/recipes-extended/xinetd/xinetd_2.3.15.bb
index 3bde512..0c0079b 100644
--- a/me
From: "Roy.Li"
tcp-wrappers DISTRO_FEATURES only is used in xinetd currently, but other
packages maybe need it to enable tcp-wrapper support, like vsftpd.
Signed-off-by: Roy.Li
---
meta/conf/bitbake.conf |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/bitbake.c
From: "Roy.Li"
*** BLURB HERE ***
The following changes since commit 5892db9a34c188b8a9bdaa86e19ba62a7f4793b5:
oprofile: set correct kernel path (2013-01-20 13:13:54 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib enable_tcp_wrapper_for_xinetd
http://
From: Christopher Larson
Signed-off-by: Christopher Larson
---
meta/classes/package.bbclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index b06cca5..068ab92 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.
On Sun, Jan 20, 2013 at 8:44 AM, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Fri, 2013-01-18 at 17:43 +, Kamble, Nitin A wrote:
> >
> > > -Original Message-
> > > From: Saul Wold [mailto:s...@linux.intel.com]
> > > Sent: Friday, January 18, 2013 9:37 AM
> > > To: K
> Embrace the power of the scripting we have, there are much more
> interesting ways to solve this problem generically. For example, I wrote this
> piece of code in a few minutes (admittedly untested):
>
>
> urlremapper.bbclass:
>
> python () {
> mod = False
> newsrcuri = []
> srcuri
On Mon, Jan 21, 2013 at 12:12:40AM +0100, Martin Jansa wrote:
> On Sat, Jan 19, 2013 at 10:47:05PM +, Ross Burton wrote:
> > From: Radu Moisan
> >
> > This is a more generic way to set preferred provider for udev.
> > We expect to have multiple choices once we integrate other init
> > manager
On Sat, Jan 19, 2013 at 10:47:05PM +, Ross Burton wrote:
> From: Radu Moisan
>
> This is a more generic way to set preferred provider for udev.
> We expect to have multiple choices once we integrate other init
> managers, and this way we can automatically set it considering
> distro settings.
cross.patch was accepted upstream, so update this patch with the commit that was
merged.
Signed-off-by: Ross Burton
---
meta/recipes-gnome/gtk+/gtk+3/cross.patch | 63 -
1 file changed, 36 insertions(+), 27 deletions(-)
diff --git a/meta/recipes-gnome/gtk+/gtk+3/cr
| Collected errors:
| * check_data_file_clashes: Package font-alias wants to install file
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/genericarmv8-oe-linux/core-image-lsb-dev/1.0-r0/rootfs/usr/share/fonts/X11/misc/fonts.alias
| But that file is already provided
On 20 January 2013 18:34, Saul Wold wrote:
> This change introduced a new warning about un-packaged files:
>
>> WARNING: QA Issue: connman: Files/directories were installed but not
>> shipped
>> /lib
>> /lib/systemd
>> /lib/systemd/system
>> /lib/systemd/system/connman.service
That will b
As I already explained, the url scheme determines the tool to be used.
http:// will call wget. git:// will call git. protocol= controls the
underlying protocol it's fetched over. Not that complex. The alternative
would be to reverse them, meaning you'd have to tell bitbake not to use
wget for a htt
On 01/19/2013 02:47 PM, Ross Burton wrote:
Hi,
This series has the goal of enabling core-image-minimal to boot using systemd.
As such it touches no real services, just the infrastructural tweaks to make the
init manager a distribution choice, systemd itself, and a few low-level changes.
95% of
On Sun, Jan 20, 2013 at 12:56:08PM +, Richard Purdie wrote:
Dear Richard,
> So there could well be a problem here but I'm not feeling happy we've
> solved it yet. More information would be appreciated.
I agree. The removal of -native comes from the fact that I wanted the
source opkg-utils-na
On 20 January 2013 07:08:35 lei yang wrote:
On Sun, Jan 20, 2013 at 10:15 AM, Chris Larson wrote:
>
> On Sat, Jan 19, 2013 at 2:13 AM, lei yang wrote:
>>
>> SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http"
>> it doe noting,and trying to find COPING,but it doesn't clone it
>
On Fri, 2013-01-18 at 17:43 +, Kamble, Nitin A wrote:
>
> > -Original Message-
> > From: Saul Wold [mailto:s...@linux.intel.com]
> > Sent: Friday, January 18, 2013 9:37 AM
> > To: Kamble, Nitin A
> > Cc: Openembedded-core@lists.openembedded.org
> > Subject: Re: [OE-core] [PATCH 1/1] li
| Collected errors:
| * check_data_file_clashes: Package font-alias wants to install file
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/genericarmv8-oe-linux/core-image-lsb-dev/1.0-r0/rootfs/usr/share/fonts/X11/misc/fonts.alias
| But that file is already provided
| Collected errors:
| * check_data_file_clashes: Package font-alias wants to install file
/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/work/genericarmv8-oe-linux/core-image-lsb-dev/1.0-r0/rootfs/usr/share/fonts/X11/misc/fonts.alias
| But that file is already provided
On Sat, 2013-01-19 at 10:31 +0100, mike.looijm...@topic.nl wrote:
> From: Mike Looijmans
>
> Multicore embedded systems are getting more and more common.
>
> Remove "--disable-openmp" from the GCC configuration options and
> always build libgomp. This only creates a "bigger" compiler but
> has n
On Sat, 2013-01-19 at 09:44 +0100, Holger Hans Peter Freyther wrote:
> On Fri, Jan 18, 2013 at 10:25:43AM -0800, Saul Wold wrote:
> >
> > I understand what the issue is here, but I am not sure this is the
> > right solution. This will likely bring in way more than is wanted or
> > needed for sourc
28 matches
Mail list logo