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
>
>
> This is the correct syntax. The URL scheme
Updating the yocto 3.4 kernel tree to the 3.4.25 and 3.4.26 -stable updates
as well as refreshing the preempt-rt branches to 3.4.25-rt37.
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8
meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb |6
Richard/Saul,
Two more -stable updates for the 3.4 kernel, and a -rt refresh. We also have
some config changes to Intel graphics from Nitin.
Tested here on my normal set of builds, no issues were seen.
This puts 3.4 in an up to date state, and I'll now focus on introducing
3.8 and removing the
Updating the meta branch to import the following commits that cleanup and
reorganize the features that make up the graphics features of the Intel
BSPs
c0b3904 meta: add config fragment for gma600 graphics driver
f41638f meta: add config fragment for gma500 graphics driver
ff8ad3e meta: sys94
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
>
>
> This is the correct syntax. The URL scheme
On Saturday, January 19, 2013, Otavio Salvador wrote:
> On Sat, Jan 19, 2013 at 8:39 PM, Khem Raj >
> wrote:
> > This patchset is about upgrading boost and nfs-utils to latest
> > KERNEL_CC is now formed using CC, this patch has been tested fair bit now
> >
> > The following changes since commit
>
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
>
This is the correct syntax. The URL scheme (git://) determines what bitbake
fetcher, and therefore what tool
On Fri, Jan 18, 2013 at 10:02 PM, Saul Wold wrote:
> Can you please review this as we are closing m3 on Sunday Midnight.
>
Heh, looks like nobody ever really exercised the package exclusion code.
I'll take a look sunday morning if need be.
--
Christopher Larson
_
The rearrangement of various file contents left these empty modules which
don't get packaged and hence lead to image creation errors on anything using
them. This patch ensures the dependencies are attached to the packages
which contain the config files or the build module infrastructure as
appropri
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
substitution.
Signed-off-by: Richard Purdie
---
diff --g
Apply the errno_ver.diff patch to the native perl version. This ensures that
when
we're building target modules, running the native perl binary but in a target
configuration we don't see error messages.
libencode-detect-perl is a module which tests this.
Signed-off-by: Richard Purdie
---
diff -
Certain cpan Build.PL based modules were failing to build due to
the host's config information being used instead of the targets.
This patch sets the appropriate variables to ensure the modules
get the correct configuration from the target config_heavy.pl script.
It also ensures the linker is CCL
Fix a build failure caused by a bashism and improve quoting whilst in
the area.
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/cpan_build.bbclass b/meta/classes/cpan_build.bbclass
index 0809602..78592be 100644
--- a/meta/classes/cpan_build.bbclass
+++ b/meta/classes/cpan_build.bbclas
I found that if I had two packages architectures built (say core2 and i586),
that the shlibs data from i586 was being used in the core2 build. This
lead to odd dependency issues if the i586 build was out of date and core2
was being targetted.
When loading shlibs files, the last loaded wins so we n
On Sat, Jan 19, 2013 at 8:39 PM, Khem Raj wrote:
> This patchset is about upgrading boost and nfs-utils to latest
> KERNEL_CC is now formed using CC, this patch has been tested fair bit now
>
> The following changes since commit 18bc7b44ef58cbcbe32d45504d71eed54ef695a4:
>
> guilt: add git 1.8.x
From: Koen Kooi
This make screen/tmux/etc work as intended.
Signed-off-by: Martin Donnelly
Signed-off-by: Koen Kooi
Signed-off-by: Ross Burton
---
meta/recipes-extended/pam/libpam/pam.d/common-session |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-exte
Signed-off-by: Ross Burton
---
meta/recipes-core/packagegroups/packagegroup-core-boot.bb |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
index fbc50c7.
From: Martin Donnelly
The default fstab has entries which are not necessary
in systemd based systems so add a simpler default in
this case.
Signed-off-by: Martin Donnelly
Signed-off-by: Radu Moisan
Signed-off-by: Ross Burton
---
meta/recipes-core/base-files/base-files/fstab.systemd |9 ++
From: Radu Moisan
update-rc.d is not necessary when systemd is enabled,
systemctl is the replacement
Signed-off-by: Radu Moisan
Signed-off-by: Ross Burton
---
meta/classes/update-rc.d.bbclass | 90 +
meta/classes/update-rc.d_real.bbclass | 89 +
From: Radu Moisan
This is a more generic way to set the init manager since we
plan to support other init managers as well.
I will use this variable as a switch to turn on/off any
init scheme that we might support in the future.
By default we use sysvinit.
Signed-off-by: Radu Moisan
Signed-off-b
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.
Signed-off-by: Radu Moisan
Signed-off-by: Ross Burton
---
meta/conf/
From: Radu Moisan
Signed-off-by: Radu Moisan
Signed-off-by: Ross Burton
---
meta/conf/distro/include/default-providers.inc |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/distro/include/default-providers.inc
b/meta/conf/distro/include/default-providers.inc
ind
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 the credit obviously must go to the contribut
systemd-compat-units is needed to run postinsts for example.
Signed-off-by: Ross Burton
---
meta/recipes-core/packagegroups/packagegroup-core-boot.bb |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
b/meta/recipes-core/packagegroup
Only configure for systemd if we are using systemd, and remove the dbus-systemd
package by putting the service files into PN itself.
Signed-off-by: Ross Burton
---
meta/recipes-core/dbus/dbus.inc | 27 ++-
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/
Drop hash_enums.patch which is already applied upstream
Signed-off-by: Khem Raj
---
meta/recipes-support/boost/boost.inc |2 -
.../boost/{boost_1.51.0.bb => boost_1.52.0.bb} |8 ++--
meta/recipes-support/boost/files/hash_enums.patch | 45
3 files
Signed-off-by: Khem Raj
---
.../recipes-support/consolekit/consolekit_0.4.5.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb
b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
index d1cc037..67899f6 100644
--- a/meta
kernel compiler is not special and we currently have it so
we want to pass -march and -mtune options as CFLAGS to kernel
build so that compiler picks the right subarch flags when
compiling assembly files in particular. Otherwise defaults
are chosen which may not be right in many case e.g. when
comp
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 needed for ipv6
support in nfs-utils
Patches
This patchset is about upgrading boost and nfs-utils to latest
KERNEL_CC is now formed using CC, this patch has been tested fair bit now
The following changes since commit 18bc7b44ef58cbcbe32d45504d71eed54ef695a4:
guilt: add git 1.8.x support (2013-01-18 13:20:56 +)
are available in the gi
From: Enrico Scholz
b27b438221e16ac3df6ac66d761b77e3bd43db67 introduced a regression when
PKGV is modified by the recipe. E.g. when having something like
| PV = "1.7.33+gitr${SRCPV}"
| PKGV = "1.7.33+gitr${GITPKGV}"
| RDEPENDS_${PN}-subpkg += "${PN} (= ${EXTENDPKGV})"
| inherit gitpkgv
The res
The gnu tar versions less than 1.24 pose a problem with the SDK
extraction. A typical SDK will have hard links. The SDK is created
with a newer version of tar but extracted with the host version of tar
which may be much older. The specific defect is that older version of
gnu tar do not properly
(sorry for top-posting but I'm forced to use outlook's web client when not in
the office)
Indeed, that patch is pointless. Which makes me wonder how I got the 2.1 build
to fail on missing libjson, but thats a mystery for myself to solve...
Regards,
Mike
Met vriendelijke groet / kind regards,
W dniu 19.01.2013 10:20, mike.looijm...@topic.nl pisze:
> From: MiLo
>
> The configure script tests for libjson's presence. The missing dependency
> becomes apparent when building without x11 or gnome.
>
> Signed-off-by: MiLo
> ---
> meta/recipes-multimedia/pulseaudio/pulseaudio.inc |2 +-
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 no effect on the compiled binaries that don't use openmp.
Tested a clean build o
From: MiLo
The configure script tests for libjson's presence. The missing dependency
becomes apparent when building without x11 or gnome.
Signed-off-by: MiLo
---
meta/recipes-multimedia/pulseaudio/pulseaudio.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/rec
Hi experts.
One git address's prefix is "http" --->
http://git.opensvc.com/multipath-tools/.git,
it means
git clone http://git.opensvc.com/multipath-tools/.git -> works
git clone git://git.opensvc.com/multipath-tools/.git -> doesn't work
I tried SRC_URI with below, both failed
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 source archiving.
>
> What's needed from the opkg-utils-native?
IANAL so let me sa
38 matches
Mail list logo