2013/4/3 Burton, Ross :
> On 3 April 2013 15:51, Samuel Stirtzel wrote:
>> When we decide that we handle standard behavior different than the
>> rest of the world, then this patch is basically a fork of systemd.
>> Also we tell every affected software developer:
>> "No your software won't work wit
Move ${PN}-ptest to start of PACKAGES to ensure all ptest files are
packaged in the -ptest package.
Add QA exclusions to insane.bbclass to ensure -ptest packages can contain
any files they need.
Disable ptest for native packages.
Signed-off-by: Björn Stenberg
---
meta/classes/insane.bbclass |
2013/4/3 Richard Purdie :
> On Wed, 2013-04-03 at 16:51 +0200, Samuel Stirtzel wrote:
>> 2013/4/3 Burton, Ross :
>> > Hi,
>> >
>> > On 2 April 2013 15:15, Samuel Stirtzel wrote:
>> > For xserver-nodm-init we would then have something like:
>> > inherit update-alternatives
>> > ALTERNAT
Richard,
This set up patches is being built by the AB currently and the progress is good.
The changes currently proposed have been reviewed.
My rpm-postinsts is working, but we will need to investage similar changes for
deb and opkg, maybe considering a common run-postinsts package that can sel
On Mon, Mar 18, 2013 at 11:10:08AM +0100, Martin Jansa wrote:
> * original implementation by Antti Harju
Nobody using external TC, interested in icecc?
> Signed-off-by: Martin Jansa
> ---
> meta/classes/icecc.bbclass | 37 +
> 1 file changed, 33 insertions(+)
This patch allows for the run-postinsts script to be provided outside
of the rpm package itself and not pull in all the associated build
dependencies.
[YOCTO 4175]
Signed-off-by: Saul Wold
---
meta/recipes-devtools/rpm/rpm-postinsts.bb | 50
meta/recipes-devtools/
This should be used to provide calibration information for xinput
based touchscreens.
Signed-off-by: Otavio Salvador
---
.../pointercal/pointercal-xinput/pointercal.xinput| 1 +
meta/recipes-bsp/pointercal/pointercal-xinput_0.0.bb | 19 +++
2 files changed, 20 insertions(+)
Signed-off-by: Otavio Salvador
---
meta/recipes-bsp/pointercal/{files => pointercal}/COPYING | 0
.../recipes-bsp/pointercal/{files => pointercal}/pointercal | 0
.../pointercal/{files => pointercal}/qemuarm/pointercal | 0
.../pointercal/{files => pointercal}/qemuarmv6/pointercal |
On 04/03/2013 01:47 PM, Marcin Juszkiewicz wrote:
W dniu 03.04.2013 17:50, Saul Wold pisze:
This change seems to cause some issues with multilib build with lib32 on
x86-64:
I have to admit that I never did any multilib builds with OE. Can you
point me to config options I need to set to get suc
W dniu 03.04.2013 17:50, Saul Wold pisze:
> This change seems to cause some issues with multilib build with lib32 on
> x86-64:
I have to admit that I never did any multilib builds with OE. Can you
point me to config options I need to set to get such build done?
___
Fixes [YOCTO 4164](2/3)
Add all /dev/input/* devices to the input group with g+rw. This is
needed for rootless X without adding a security hole by making the
device o+rw.
Signed-off-by: Darren Hart
Cc: Saul Wold
Cc: Radu Moisan
Cc: Ross Burton
---
.../udev/udev-extraconf/localextra.rules
Fixes [YOCTO 4164](3/3)
Input devices come and go, so a single chmod in this init script is not
adequate to ensure rootless X servers can use input devices.
The o+rw method also introduces a security hole.
The newly added input group and input udev rule address this in a secure
way. Ensure the x
Fixes [YOCTO 4164](1/3)
Add input group for the /dev/input/* devices. This is needed for
rootless X without adding a security hole by making the device o+rw.
Signed-off-by: Darren Hart
Cc: Saul Wold
---
.../base-passwd/base-passwd-3.5.26/input.patch | 22
.../recipes
Fix [YOCTO 4164] (usb mouse and keyboard don't work at liveboot on atom-pc) by
adding an input group and a udev rule to make all /dev/input/* devices added to
the input group with g+rw permissions. Drop the o+rw setting from
xserver-nodm-init.
Tested on atom-pc from current poky master using core-
eglinfo is a small utility for printing out information about EGL as well
as about its client APIs, OpenGL / OpenGLES 1.x / OpenGLES 2.x / OpenVG.
Signed-off-by: Carlos Rafael Giani
---
meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.bb | 11 ++
meta/recipes-graphics/eglinfo/eglinfo-x11_1.0.bb
* This is similar to the symlinks provided for the kernel image
in the /boot directory of a file system. The goal is to have
simply named symlinks in /boot that mirror the device tree
name in the kernel sources. This is so that programs like
U-Boot can easily find the default device tree
* Fix the whitespace in the base functions to use TAB instead
of spaces. This is to address feedback from:
Darren Hart
Signed-off-by: Chase Maupin
---
meta/recipes-kernel/linux/linux-dtb.inc | 86 +++---
1 files changed, 43 insertions(+), 43 deletions(-)
di
On 3 April 2013 19:37, Darren Hart wrote:
>>> udev: Add rule adding input devices to input group
>>
>> Please put this in udev-extraconf so that systemd's udev can use it too.
>
> Do you mean instead of udev? I didn't see udev-extraconf in the package
> built for core-image-sato for atom-pc...
Ye
On 04/03/2013 11:37 AM, Darren Hart wrote:
> On 04/03/2013 01:09 AM, Ross Burton wrote:
>> On Tuesday, 2 April 2013 at 23:42, Darren Hart wrote:
>>> udev: Add rule adding input devices to input group
>>
>> Please put this in udev-extraconf so that systemd's udev can use it too.
>
> Do you mean i
On 04/03/2013 01:09 AM, Ross Burton wrote:
> On Tuesday, 2 April 2013 at 23:42, Darren Hart wrote:
>> udev: Add rule adding input devices to input group
>
> Please put this in udev-extraconf so that systemd's udev can use it too.
Do you mean instead of udev? I didn't see udev-extraconf in the pac
* Use newer version 0.8.90
* Updates to a BBCLASSEXTENDed recipe instead of just a native recipe
* Use PV in SRC_URI instead of hardcoded version number
In copying over the recipe from meta-oe, some minor changes were made:
* Preserve the existing OE-Core nativeperl wrapper usage
* Drop setting of
This is one of the last remaining recipes from meta-oe that we need to
bring over to OE-Core. I realise this is late in the cycle, but the
impact should be minimal and would help reduce the overlap of meta-oe
which is a beneficial thing in itself. I have tested building and
running a Sato image wit
On Apr 3, 2013, at 11:02 AM, "Burton, Ross" wrote:
> On 3 April 2013 18:58, Koen Kooi wrote:
>> NACK! The udev maintainers have been clear that it is always /lib/udev, even
>> on 64 bit systems, so you're not fixing a problem, you're creating an extra
>> one.
>
> Radu, can you do a multilib
On 3 April 2013 18:58, Koen Kooi wrote:
> NACK! The udev maintainers have been clear that it is always /lib/udev, even
> on 64 bit systems, so you're not fixing a problem, you're creating an extra
> one.
Radu, can you do a multilib udev build and see what continues to fall
into /lib64, so we ca
Op 3 apr. 2013, om 18:25 heeft Radu Moisan het volgende
geschreven:
> Use base_libdir in place of hardcoded /lib
> Fixes [YOCTO #4096]
>
> Signed-off-by: Radu Moisan
> ---
> meta/recipes-core/udev/udev.inc |1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/udev/udev
On 3 April 2013 18:47, Mark Hatle wrote:
> Add additional parameter 'SYSLINUX_KERNEL_ARGS' in order to allow
> for specific kernel parameters to be set when using syslinux.
Why would you use this and not APPEND? (or am I totally
misunderstanding something?)
Ross
From: Konrad Scherer
Add additional parameter 'SYSLINUX_KERNEL_ARGS' in order to allow
for specific kernel parameters to be set when using syslinux.
Signed-off-by: Konrad Scherer
Signed-off-by: Mark Hatle
---
meta/classes/syslinux.bbclass | 5 +
1 file changed, 5 insertions(+)
diff --git
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On
> Behalf Of Bruce Ashfield
> Sent: Wednesday, April 03, 2013 11:10 AM
> To: Darren Hart
> Cc: openembedded-core@lists.openembedded.org; Maupin, Chase
> -Original Message-
> From: Darren Hart [mailto:dvh...@linux.intel.com]
> Sent: Tuesday, April 02, 2013 3:54 PM
> To: Maupin, Chase
> Cc: openembedded-core@lists.openembedded.org; Ashfield, Bruce
> Subject: Re: [OE-core] [PATCH] linux-dtb: Add simple DTB symlinks
> for devicetree
>
>
>
On Wednesday 03 April 2013 10:49:36 Martin Jansa wrote:
> * persistent cache records tag-srcrev mappings, but is not shared between
> builders
> * when tag is moved in remote repo, all builders should rebuild
> the component to use the same source, show warning when revision is
> different than wh
* otherwise do_fetch/do_write_srcrev/do_rmwork is reexecuted for each recipe
included in image
on every build
Signed-off-by: Martin Jansa
---
meta/classes/rm_work.bbclass | 8
1 file changed, 8 insertions(+)
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
in
Use base_libdir in place of hardcoded /lib
Fixes [YOCTO #4096]
Signed-off-by: Radu Moisan
---
meta/recipes-core/udev/udev.inc |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index e358d2d..6fd0240 100644
--- a/meta/recipes-
Use base_libdir instead harcoded /lib
Fixes [YOCTO #4096]
Signed-off-by: Radu Moisan
---
.../initrdscripts/initramfs-live-boot_1.0.bb |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
b/meta/recipes-core/initrdscripts/initram
Changed /lib with ${base_libdir}
Fixes [YOCTO #4096]
Radu Moisan (2):
initramfs-live-boot: enable multilib support
udev: enable multilib support
.../initrdscripts/initramfs-live-boot_1.0.bb |1 +
meta/recipes-core/udev/udev.inc|1 +
2 files changed, 2 insert
Hi Andrei,
On Wednesday 03 April 2013 18:30:47 Andrei Dinu wrote:
> Removed the package files parsing routine from the
> packageinfo.bbclass file and added it to the
> package.bbclass file.
>
> Signed-off-by: Andrei Dinu
> ---
> meta/classes/package.bbclass | 10 ++
> meta/classes
On 13-04-02 04:53 PM, Darren Hart wrote:
On 03/29/2013 09:48 AM, Chase Maupin wrote:
* This is similar to the symlinks provided for the kernel image
in the /boot directory of a file system. The goal is to have
simply named symlinks in /boot that mirror the device tree
name in the ker
On 04/03/2013 08:51 AM, Radu Moisan wrote:
Changed /lib with ${base_libdir}
Fixes Bugz[4096]
Please include the bug information in the actual commit messages not in
the covoer letter. The correct format is:
[YOCTO #4096]
Thanks
Sau!
Radu Moisan (2):
initramfs-live-boot: enabl
On 04/03/2013 08:20 AM, maxin.j...@enea.com wrote:
From: "Maxin B. John"
lttng-ust: upgrade to the latest version 2.1.2
Also updated HOMEPAGE and BUGTRACKER.
We appreciate the update, as we are now in the stabilization period for
the 1.4 release we are going to hold package updated unless t
On 04/03/2013 07:20 AM, Maupin, Chase wrote:
>> -Original Message-
>> From: Darren Hart [mailto:dvh...@linux.intel.com]
>> Sent: Tuesday, April 02, 2013 3:54 PM
>> To: Maupin, Chase
>> Cc: openembedded-core@lists.openembedded.org; Ashfield, Bruce
>> Subject: Re: [OE-core] [PATCH] linux-dt
On 04/03/2013 01:09 AM, Ross Burton wrote:
> On Tuesday, 2 April 2013 at 23:42, Darren Hart wrote:
>> udev: Add rule adding input devices to input group
>
> Please put this in udev-extraconf so that systemd's udev can use it too.
OK, will do.
--
Darren Hart
Intel Open Source Technology Center
Changed /lib with ${base_libdir}
Fixes Bugz[4096]
Radu Moisan (2):
initramfs-live-boot: enable multilib support
udev: enable multilib support
.../initrdscripts/initramfs-live-boot_1.0.bb |1 +
meta/recipes-core/udev/udev.inc|1 +
2 files changed, 2 insertion
Use base_libdir in place of hardcoded /lib
Signed-off-by: Radu Moisan
---
meta/recipes-core/udev/udev.inc |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index e358d2d..6fd0240 100644
--- a/meta/recipes-core/udev/udev.inc
+
On 03/20/2013 02:11 AM, Marcin Juszkiewicz wrote:
Elfutils contains libraries which are often used by other
applications/libraries. But sometimes there are also conflicting
packages needed - for example libdw-dev conflicts with libdwarf-dev
because both provide /usr/include/dwarf.h header file.
Use base_libdir instead harcoded /lib
Signed-off-by: Radu Moisan
---
.../initrdscripts/initramfs-live-boot_1.0.bb |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
On 04/03/2013 08:20 AM, Alex DAMIAN wrote:
From: Alexandru DAMIAN
libproxy uses glib-2.0, but the depends is missing
Fixes intermittent build errors.
Signed-off-by: Alexandru DAMIAN
---
meta/classes/core-image.bbclass |4 ++--
meta/recipes-support/libproxy/libproxy_0.4
Removed the package files parsing routine from the
packageinfo.bbclass file and added it to the
package.bbclass file.
Signed-off-by: Andrei Dinu
---
meta/classes/package.bbclass | 10 ++
meta/classes/packageinfo.bbclass | 20
2 files changed, 10 insertions(+)
On 04/02/2013 11:16 PM, qi.c...@windriver.com wrote:
From: Chen Qi
Sato images, by default, have about 100M free space. This is not enough
and it blocks automatic testing.
This patch fixes this problem by setting the default value of
IMAGE_OVERHEAD_FACTOR to "2.0" in the sato image recipe.
We
On 3 April 2013 15:51, Samuel Stirtzel wrote:
> When we decide that we handle standard behavior different than the
> rest of the world, then this patch is basically a fork of systemd.
> Also we tell every affected software developer:
> "No your software won't work with OE-core / Yocto Project with
On Wed, 2013-04-03 at 16:51 +0200, Samuel Stirtzel wrote:
> 2013/4/3 Burton, Ross :
> > Hi,
> >
> > On 2 April 2013 15:15, Samuel Stirtzel wrote:
> > For xserver-nodm-init we would then have something like:
> > inherit update-alternatives
> > ALTERNATIVE_${PN} = "systemd-def-target"
>
From: "Maxin B. John"
lttng-ust: upgrade to the latest version 2.1.2
Also updated HOMEPAGE and BUGTRACKER.
Signed-off-by: Maxin B. John
---
meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb | 33 --
meta/recipes-kernel/lttng/lttng-ust_2.1.2.bb | 33 ++
From: Alexandru DAMIAN
libproxy uses glib-2.0, but the depends is missing
Fixes intermittent build errors.
Signed-off-by: Alexandru DAMIAN
---
meta/classes/core-image.bbclass |4 ++--
meta/recipes-support/libproxy/libproxy_0.4.7.bb |2 +-
2 files changed, 3 insertions(
2013/4/3 Burton, Ross :
> Hi,
>
> On 2 April 2013 15:15, Samuel Stirtzel wrote:
> For xserver-nodm-init we would then have something like:
> inherit update-alternatives
> ALTERNATIVE_${PN} = "systemd-def-target"
> ALTERNATIVE_TARGET[systemd-def-target] =
> "${systemd_unitdir}/s
Signed-off-by: Carlos Rafael Giani
---
.../recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
b/meta/recipes-multimedia/gstreamer/gst-ffm
From: Alexandru DAMIAN
Qemu update from 1.2 to 1.4 now allows for 16bit depth in guests,
whereby previously only 32bit depth was supported. However,
the new support is broken, so we force 32bit depth in all cases.
MUST_REVERT: on qemu update, if 16bit depth support is working ok
Fixes [YOCTO #3
Hi all,
even though there was no feedback about my note about LinuxTag I decided to
apply for a stand there. The idea is to share a booth with other embedded
projects... this time some more people I know applied for a shared
Embedded-Linux booth.
This does not necessarily mean that I intend to to
> -Original Message-
> From: Darren Hart [mailto:dvh...@linux.intel.com]
> Sent: Tuesday, April 02, 2013 3:54 PM
> To: Maupin, Chase
> Cc: openembedded-core@lists.openembedded.org; Ashfield, Bruce
> Subject: Re: [OE-core] [PATCH] linux-dtb: Add simple DTB symlinks
> for devicetree
>
>
>
Hi,
On 2 April 2013 15:15, Samuel Stirtzel wrote:
For xserver-nodm-init we would then have something like:
inherit update-alternatives
ALTERNATIVE_${PN} = "systemd-def-target"
ALTERNATIVE_TARGET[systemd-def-target] =
"${systemd_unitdir}/system/graphical.target"
ALTER
Hi,
when migration of systemd to oe-core turned to unbuildable I decided
to freeze my images and stopped further tests. Now that many issues
were fixed and we are close to another release I built my standard
xfce-based image based on latest layer HEADs. With this I face some
issues which I would l
On Wed, Apr 3, 2013 at 7:57 AM, Otavio Salvador wrote:
> On Wed, Apr 3, 2013 at 8:30 AM, Burton, Ross
> wrote:
> > On 3 April 2013 01:34, Rogerio Nunes wrote:
> >> librsvg depends on gtk+, which in turn does not support framebuffer
> >> as backend in current version (2.15.24). This patch disable
On Wed, 2013-04-03 at 14:58 +0300, Andrei Dinu wrote:
> Removed the package files parsing routine from the
> packageinfo.bbclass file and added it to the
> package.bbclass file.
>
> Signed-off-by: Andrei Dinu
> ---
> meta/classes/package.bbclass | 14 ++
> meta/classes/packagei
From: Alexandru DAMIAN
libproxy uses libffi, but the depends is missing
Fixes intermittent build errors.
Signed-off-by: Alexandru DAMIAN
---
meta/recipes-support/libproxy/libproxy_0.4.7.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/libproxy/lib
On Wed, Apr 3, 2013 at 7:38 AM, Burton, Ross wrote:
> On 2 April 2013 03:30, wrote:
>> From: Chen Qi
>>
>> Sato images, by default, have about 100M free space. This is not enough
>> and it blocks automatic testing.
>>
>> This patch fixes this problem by overriding the IMAGE_OVERHEAD_FACTOR
>> i
Removed the package files parsing routine from the
packageinfo.bbclass file and added it to the
package.bbclass file.
Signed-off-by: Andrei Dinu
---
meta/classes/package.bbclass | 14 ++
meta/classes/packageinfo.bbclass | 20
2 files changed, 14 insertion
On Wed, Apr 3, 2013 at 8:30 AM, Burton, Ross wrote:
> On 3 April 2013 01:34, Rogerio Nunes wrote:
>> librsvg depends on gtk+, which in turn does not support framebuffer
>> as backend in current version (2.15.24). This patch disables librsvg
>> when x11 is not in the distro.
>
> One of my plans is
On 3 April 2013 01:34, Rogerio Nunes wrote:
> librsvg depends on gtk+, which in turn does not support framebuffer
> as backend in current version (2.15.24). This patch disables librsvg
> when x11 is not in the distro.
One of my plans is to make every optional dependency a packageconfig
option in
On 2 April 2013 03:30, wrote:
> From: Chen Qi
>
> Sato images, by default, have about 100M free space. This is not enough
> and it blocks automatic testing.
>
> This patch fixes this problem by overriding the IMAGE_OVERHEAD_FACTOR
> in the sato image recipe.
If a particular build needs more dis
* causes build failure before do_package_write_ipk fails when trying to use
wrong WORKDIR
---
meta/classes/packagedata.bbclass | 15 +++
1 file changed, 15 insertions(+)
diff --git a/meta/classes/packagedata.bbclass b/meta/classes/packagedata.bbclass
index 120cd64..b22458e 100644
---
* when PACKAGE_ARCH is changed e.g. from MACHINE_ARCH to TUNE_PKGARCH
get_subpkgedata_fn is still reading old MACHINE_ARCH directory instead of
newer with TUNE_PKGARCH
---
meta/lib/oe/packagedata.py | 13 +++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/meta/lib/oe/p
* persistent cache records tag-srcrev mappings, but is not shared between
builders
* when tag is moved in remote repo, all builders should rebuild the component to
use the same source, show warning when revision is different than what was
used
in last build
Signed-off-by: Martin Jansa
---
On Mon, Apr 01, 2013 at 02:50:44PM +0200, Martin Jansa wrote:
> * persistent cache records tag-srcrev mappings, but is not shared between
> builders
> * when tag is moved in remote repo, all builders should rebuild the component
> to
> use the same source, show warning when revision is differen
On Tuesday, 2 April 2013 at 23:42, Darren Hart wrote:
> udev: Add rule adding input devices to input group
Please put this in udev-extraconf so that systemd's udev can use it too.
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.opene
If no files have been staged we want to continue without error instead
of showing a traceback.
Fixes [YOCTO #4056].
Signed-off-by: Paul Eggleton
---
meta/classes/sstate.bbclass |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes/
72 matches
Mail list logo