[OE-core] [PATCH 0/5] Some ADT related refactoring

2013-09-10 Thread Laurentiu Palcu
(2013-09-09 16:28:47 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b4783_target_arch_change http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4783_target_arch_change Laurentiu Palcu (5): meta-environment: change package name

[OE-core] [PATCH 3/5] populate_sdk_base.bbclass: select the proper cross-canadian package

2013-09-10 Thread Laurentiu Palcu
Since packagegroup-cross-canadian package name has MACHINE in it, make the necessary changes here. [YOCTO #4783] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/populate_sdk_base.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH 2/5] packagegroup-cross-canadian: change package name to include MACHINE

2013-09-10 Thread Laurentiu Palcu
-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../packagegroups/packagegroup-cross-canadian.bb | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb b/meta/recipes-core/packagegroups/packagegroup

[OE-core] [PATCH 4/5] meta-toolchain-qt: include the proper cross-canadian package

2013-09-10 Thread Laurentiu Palcu
packagegroup-cross-canadian package name was changed to contain MACHINE. Make the necessary changes here too. [YOCTO #4783] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-qt/meta/meta-toolchain-qt.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 5/5] adt-installer: allow installation of other machines

2013-09-10 Thread Laurentiu Palcu
} when installing the cross canadian packages instead of doing it separately for each package; * change the opkg config files in order to be able to find the packagegroup package, which is allarch; [YOCTO #4783] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../installer/adt

[OE-core] [PATCH 1/1] image.bbclass: leave metadata in place if a PM is installed in the image

2013-09-05 Thread Laurentiu Palcu
correcly. [YOCTO #4484] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/image.bbclass |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 84f638c..e1a7367 100644 --- a/meta/classes

[OE-core] [PATCH 0/1] image.bbclass: leave metadata in place if a PM is installed in the image

2013-09-05 Thread Laurentiu Palcu
/b4484_postinstalls_dont_run_for_ipk http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4484_postinstalls_dont_run_for_ipk Laurentiu Palcu (1): image.bbclass: leave metadata in place if a PM is installed in the image meta/classes/image.bbclass |7 ++- 1 file changed, 6 insertions(+), 1 deletion

Re: [OE-core] [PATCH 1/1] image.bbclass: leave metadata in place if a PM is installed in the image

2013-09-05 Thread Laurentiu Palcu
On Thu, Sep 05, 2013 at 10:15:16AM +0200, Martin Jansa wrote: On Thu, Sep 05, 2013 at 10:31:10AM +0300, Laurentiu Palcu wrote: If IMAGE_FEATURES does not contain 'package-management' but the user manually installs a package manager (opkg/dpkg/rpm) using CORE_IMAGE_EXTRA_INSTALL (for example

[OE-core] [PATCH v2 1/1] image.bbclass: leave metadata in place if a PM is installed in the image

2013-09-05 Thread Laurentiu Palcu
correcly. [YOCTO #4484] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/image.bbclass |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 84f638c..b748397 100644 --- a/meta/classes

[OE-core] [PATCH v2 0/1] image.bbclass: leave metadata in place if a PM is installed in the image

2013-09-05 Thread Laurentiu Palcu
://git.yoctoproject.org/poky-contrib lpalcu/b4484_postinstalls_dont_run_for_ipk http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4484_postinstalls_dont_run_for_ipk Laurentiu Palcu (1): image.bbclass: leave metadata in place if a PM is installed in the image meta/classes

Re: [OE-core] [PATCH 1/1] image.bbclass: leave metadata in place if a PM is installed in the image

2013-09-05 Thread Laurentiu Palcu
On Thu, Sep 05, 2013 at 11:43:54AM +0100, Phil Blundell wrote: On Thu, 2013-09-05 at 10:15 +0200, Martin Jansa wrote: On Thu, Sep 05, 2013 at 10:31:10AM +0300, Laurentiu Palcu wrote: rootfs_uninstall_unneeded () { - if ${@base_contains(IMAGE_FEATURES, package-management, false, true

Re: [OE-core] [PATCH 1/1] image.bbclass: leave metadata in place if a PM is installed in the image

2013-09-05 Thread Laurentiu Palcu
On Thu, Sep 05, 2013 at 12:40:26PM +0100, Phil Blundell wrote: On Thu, 2013-09-05 at 12:37 +0100, Phil Blundell wrote: On Thu, 2013-09-05 at 14:11 +0300, Laurentiu Palcu wrote: This solution is the most decent I could find in order to address this: https://bugzilla.yoctoproject.org

Re: [OE-core] [PATCH 1/1] image.bbclass: leave metadata in place if a PM is installed in the image

2013-09-05 Thread Laurentiu Palcu
On Thu, Sep 05, 2013 at 01:53:44PM +0100, Paul Eggleton wrote: On Thursday 05 September 2013 13:29:34 Phil Blundell wrote: On Thu, 2013-09-05 at 07:19 -0500, Paul Eggleton wrote: I'm clearly missing something here. If we have a generic mechanism to run postinstall scripts now, and

Re: [OE-core] [PATCH 1/1] image.bbclass: leave metadata in place if a PM is installed in the image

2013-09-05 Thread Laurentiu Palcu
On Thu, Sep 05, 2013 at 01:29:34PM +0100, Phil Blundell wrote: On Thu, 2013-09-05 at 07:19 -0500, Paul Eggleton wrote: I'm clearly missing something here. If we have a generic mechanism to run postinstall scripts now, and package-management is not in IMAGE_FEATURES, why do we need or want

Re: [OE-core] [PATCH v2 1/1] image.bbclass: leave metadata in place if a PM is installed in the image

2013-09-05 Thread Laurentiu Palcu
Ignore this patch for the moment. I'm investigating another alternative. Laurentiu On Thu, Sep 05, 2013 at 12:03:49PM +0300, Laurentiu Palcu wrote: If IMAGE_FEATURES does not contain 'package-management' but the user manually installs a package manager (opkg/dpkg/rpm) using

[OE-core] [PATCH 0/1] run-postinsts: move script execution from S98 to S99 in rcS.d

2013-09-05 Thread Laurentiu Palcu
/b4484_postinstalls_dont_run_for_ipk http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4484_postinstalls_dont_run_for_ipk Laurentiu Palcu (1): run-postinsts: move script execution from S98 to S99 in rcS.d .../run-postinsts/run-postinsts_1.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion

[OE-core] [PATCH 1/1] run-postinsts: move script execution from S98 to S99 in rcS.d

2013-09-05 Thread Laurentiu Palcu
' is disabled. [YOCTO #4484] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../run-postinsts/run-postinsts_1.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb b/meta/recipes-devtools/run

[OE-core] [PATCH v2 00/13] Package upgrades (cover letter only)

2013-08-02 Thread Laurentiu Palcu
-contrib lpalcu/upgrades_v2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades_v2 Laurentiu Palcu (13): xf86-video-intel: upgrade to 2.21.13 git: upgrade to 1.8.3.4 nasm: upgrade to 2.10.09 powertop: upgrade to 2.4 libdrm: upgrade to 2.4.46 libpciaccess: upgrade

Re: [OE-core] [PATCH 09/13] subversion: upgrade to 1.8.1

2013-08-01 Thread Laurentiu Palcu
On Wed, Jul 31, 2013 at 03:34:12PM -0700, Saul Wold wrote: On 07/31/2013 06:09 AM, Laurentiu Palcu wrote: I am still not sure why you want to retain 1.7? 1.8 has addressed the same bugs and security fixes, correct? We do not normally keep older versions around. This is how it was done so far

[OE-core] [PATCH 02/13] git: upgrade to 1.8.3.4

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../git/{git_1.8.3.bb = git_1.8.3.4.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.8.3.bb = git_1.8.3.4.bb} (67%) diff --git a/meta/recipes-devtools/git/git_1.8.3.bb

[OE-core] [PATCH 01/13] xf86-video-intel: upgrade to 2.21.13

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...intel_2.21.9.bb = xf86-video-intel_2.21.13.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.9.bb = xf86-video-intel_2.21.13.bb} (85%) diff --git

[OE-core] [PATCH 04/13] powertop: upgrade to 2.4

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../powertop/{powertop_2.3.bb = powertop_2.4.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/powertop/{powertop_2.3.bb = powertop_2.4.bb} (87%) diff --git a/meta/recipes-kernel/powertop

[OE-core] [PATCH 06/13] libpciaccess: upgrade to 0.13.2

2013-07-31 Thread Laurentiu Palcu
Licence MD5 changed because some years were updated and some new people added their own copyright text which, apparently, is similar with what already exists in the file. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...bpciaccess_0.13.1.bb = libpciaccess_0.13.2.bb} |8

[OE-core] [PATCH 03/13] nasm: upgrade to 2.10.09

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../nasm/{nasm_2.10.07.bb = nasm_2.10.09.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-devtools/nasm/{nasm_2.10.07.bb = nasm_2.10.09.bb} (80%) diff --git a/meta/recipes-devtools/nasm

[OE-core] [PATCH 00/13] Package upgrades

2013-07-31 Thread Laurentiu Palcu
: genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/upgrades http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades Laurentiu Palcu (13): xf86-video-intel: upgrade

[OE-core] [PATCH 05/13] libdrm: upgrade to 2.4.46

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../drm/{libdrm_2.4.45.bb = libdrm_2.4.46.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.45.bb = libdrm_2.4.46.bb} (46%) diff --git a/meta/recipes-graphics/drm

[OE-core] [PATCH 09/13] subversion: upgrade to 1.8.1

2013-07-31 Thread Laurentiu Palcu
this software for any purpose and without fee is hereby granted. The author disclaims all warranties with regard to this software. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../subversion-1.8.1/disable_mac_checks.patch | 21 + .../libtool2.patch

[OE-core] [PATCH 13/13] grub_2.00: fix compilation when using flex 2.5.37

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../grub-2.00/fix-issue-with-flex-2.5.37.patch | 21 meta/recipes-bsp/grub/grub_2.00.bb |4 +++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-bsp/grub

[OE-core] [PATCH 08/13] xf86-input-evdev: upgrade to 2.8.1

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...ut-evdev_2.8.0.bb = xf86-input-evdev_2.8.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.8.0.bb = xf86-input-evdev_2.8.1.bb} (83%) diff --git a/meta

[OE-core] [PATCH 11/13] makedepend: upgrade to 1.0.5

2013-07-31 Thread Laurentiu Palcu
Removed patch since it included upstream. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../obsolete_automake_macros.patch | 15 --- .../{makedepend_1.0.4.bb = makedepend_1.0.5.bb} |7 ++- 2 files changed, 2 insertions(+), 20 deletions

[OE-core] [PATCH 07/13] xrandr: upgrade to 1.4.1

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../xorg-app/{xrandr_1.4.0.bb = xrandr_1.4.1.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xrandr_1.4.0.bb = xrandr_1.4.1.bb} (70%) diff --git a/meta/recipes-graphics/xorg

[OE-core] [PATCH 12/13] flex: upgrade to 2.5.37

2013-07-31 Thread Laurentiu Palcu
Removed patches since they were included upstream. Added a patch to not compile flex.pdf doc since it needs texi2dvi. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../flex/files/do_not_create_pdf_doc.patch | 17 ++ .../flex/flex/avoid-FORTIFY-warnings.patch

[OE-core] [PATCH 10/13] xhost: upgrade to 1.0.6

2013-07-31 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../xorg-app/{xhost_1.0.5.bb = xhost_1.0.6.bb}|5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xhost_1.0.5.bb = xhost_1.0.6.bb} (79%) diff --git a/meta/recipes-graphics/xorg-app

[OE-core] [PATCH 0/1] adt_installer: allow specifying relative target sysroot paths

2013-07-30 Thread Laurentiu Palcu
/b4955_adt_installer_sysroot_relative_path http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4955_adt_installer_sysroot_relative_path Laurentiu Palcu (1): adt_installer: allow specifying relative target sysroot paths .../installer/adt-installer/adt_installer |4 .../adt-installer/scripts

[OE-core] [PATCH 1/1] adt_installer: allow specifying relative target sysroot paths

2013-07-30 Thread Laurentiu Palcu
If one specifies a relative target sysroot path, then he/she must always be in the same directory in order to be able to compile. With this patch, adt_installer will automatically convert user supplied relative paths to absolute. [YOCTO #4955] Signed-off-by: Laurentiu Palcu laurentiu.pa

[OE-core] [PATCH 0/1] csl-versions.inc: instruct user to check local.conf

2013-07-26 Thread Laurentiu Palcu
/b4901_warning_external_toolchain http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4901_warning_external_toolchain Laurentiu Palcu (1): csl-versions.inc: instruct user to check local.conf meta/conf/distro/include/csl-versions.inc |1 + 1 file changed, 1 insertion(+) -- 1.7.9.5

[OE-core] [PATCH 0/1] elfutils: fix backends' Makefile.am

2013-07-22 Thread Laurentiu Palcu
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4849_install_toolchain_errors Laurentiu Palcu (1): elfutils: fix backends' Makefile.am .../elfutils/elfutils-0.155/hppa_backend.diff | 15 ++- .../elfutils/elfutils-0.155/m68k_backend.diff | 12

[OE-core] [PATCH 1/1] elfutils: fix backends' Makefile.am

2013-07-22 Thread Laurentiu Palcu
The mips, m68k and parisc backend libraries were not generated. This patch fixes that. [YOCTO #4849] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../elfutils/elfutils-0.155/hppa_backend.diff | 15 ++- .../elfutils/elfutils-0.155/m68k_backend.diff | 12

[OE-core] [PATCH v4 0/1] xinput-calibrator: move it from meta-oe to oe-core (cover letter only)

2013-07-22 Thread Laurentiu Palcu
-core_v4 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/xinput-calibrator_oe-core_v4 Laurentiu Palcu (1): xinput-calibrator: move it from meta-oe to oe-core .../pointercal-xinput/pointercal.xinput|1 + .../xinput-calibrator/pointercal-xinput_0.0.bb | 20

Re: [OE-core] [dylan][PATCH 00/44] Backports from master (cover letter only)

2013-07-08 Thread Laurentiu Palcu
On Mon, Jul 08, 2013 at 10:32:18AM +0100, Paul Eggleton wrote: Laurentiu Palcu (2): populate_sdk_base, adt_installer: abort install if path contains spaces The previous patch introduces a bashism which is fixed by this patch (not merged yet in master): http://patches.openembedded.org

[OE-core] [PATCH v3 0/5] Allow xuser to shutdown (cover letter only)

2013-07-05 Thread Laurentiu Palcu
+0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b4345_shutdown_icon_rootless_x_v3 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4345_shutdown_icon_rootless_x_v3 Laurentiu Palcu (5): sysvinit: allow users in shutdown group

Re: [OE-core] [PATCH 0/4] Allow xuser to shutdown

2013-07-04 Thread Laurentiu Palcu
On 07/03/2013 07:19 PM, Martin Jansa wrote: On Wed, Jul 03, 2013 at 05:34:20PM +0300, Laurentiu Palcu wrote: The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9: bitbake: hob: save button from settings called a nonexisting method (2013-07-03 08:13:35 +0100

[OE-core] [PATCH v2 0/5] Allow xuser to shutdown

2013-07-04 Thread Laurentiu Palcu
repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b4345_shutdown_icon_rootless_x_v2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4345_shutdown_icon_rootless_x_v2 Laurentiu Palcu (5): sysvinit: allow users in shutdown group to perform halt/reboot xuser-account

[OE-core] [PATCH v2 5/5] shutdown-desktop: give entire path in Exec field

2013-07-04 Thread Laurentiu Palcu
A normal user does not have /sbin in its PATH, by default, so having the entire path here allows the correct execution when run as regular user. [YOCTO #4345] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../shutdown-desktop/shutdown-desktop.bb |2 ++ 1 file

[OE-core] [PATCH v2 2/5] xuser-account: create separate recipe for xuser creation

2013-07-04 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../user-creation/xuser-account_0.1.bb | 27 1 file changed, 27 insertions(+) create mode 100644 meta/recipes-support/user-creation/xuser-account_0.1.bb diff --git a/meta/recipes-support/user

[OE-core] [PATCH v2 1/5] sysvinit: allow users in shutdown group to perform halt/reboot

2013-07-04 Thread Laurentiu Palcu
for a normal user to be able to shutdown/reboot the machine, it must be a member of 'shutdown' group. Other changes: * fixed identetion for 2 lines that used spaces instead of tabs; [YOCTO #4345] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb

[OE-core] [PATCH v2 3/5] connman: remove xuser creation, RDEPEND on xuser-account

2013-07-04 Thread Laurentiu Palcu
[YOCTO #4345] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-connectivity/connman/connman.inc | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc

[OE-core] [PATCH v2 4/5] xserver-nodm-init: remove xuser creation, RDEPEND on xuser-account

2013-07-04 Thread Laurentiu Palcu
[YOCTO #4345] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../x11-common/xserver-nodm-init.bb| 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11

[OE-core] [PATCH 0/1] populate_sdk_base: fix bashism

2013-07-04 Thread Laurentiu Palcu
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4811_printf_issue_in_sh Laurentiu Palcu (1): populate_sdk_base: fix bashism meta/classes/populate_sdk_base.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5

[OE-core] [PATCH 1/1] populate_sdk_base: fix bashism

2013-07-04 Thread Laurentiu Palcu
Only the printf bash builtin knows about %q format option for escaping spaces. The coreutils version doesn't. Unfortunately, neither dash nor sh have a printf builtin. So, escape the spaces using sed. [YOCTO #4811] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes

Re: [OE-core] [PATCH v2 5/5] shutdown-desktop: give entire path in Exec field

2013-07-04 Thread Laurentiu Palcu
On 07/04/2013 05:58 PM, Burton, Ross wrote: On 4 July 2013 11:58, Laurentiu Palcu laurentiu.pa...@intel.com wrote: +sed -i $D${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)#Exec=${base_sbindir}/\1#' Doing this in postinst is pretty nasty, Nasty, in what way? How

Re: [OE-core] [PATCH v2 5/5] shutdown-desktop: give entire path in Exec field

2013-07-04 Thread Laurentiu Palcu
On Thu, Jul 04, 2013 at 04:56:45PM +0100, Tomas Frydrych wrote: On 04/07/13 16:39, Laurentiu Palcu wrote: On 07/04/2013 05:58 PM, Burton, Ross wrote: On 4 July 2013 11:58, Laurentiu Palcu laurentiu.pa...@intel.com wrote: Even though the change you're proposing is OK, involves changing

[OE-core] [PATCH 3/4] xserver-nodm-init: make xuser a member of 'shutdown' group

2013-07-03 Thread Laurentiu Palcu
[YOCTO #4345] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../x11-common/xserver-nodm-init.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver

[OE-core] [PATCH 0/4] Allow xuser to shutdown

2013-07-03 Thread Laurentiu Palcu
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4345_shutdown_icon_rootless_x Laurentiu Palcu (4): sysvinit: allow users in shutdown group to perform halt/reboot connman: make xuser a member of 'shutdown' group xserver-nodm-init: make xuser a member of 'shutdown' group

[OE-core] [PATCH 4/4] shutdown-desktop: give entire path in Exec field

2013-07-03 Thread Laurentiu Palcu
A normal user does not have /sbin in its PATH, by default, so having the entire path here allows the correct execution when run as regular user. [YOCTO #4345] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../shutdown-desktop/shutdown-desktop.bb |2 +- .../shutdown

[OE-core] [PATCH 2/4] connman: make xuser a member of 'shutdown' group

2013-07-03 Thread Laurentiu Palcu
Additionaly, make it a member of 'input' group too. That's for aligning the user creation with xserver-nodm-init. [YOCTO #4345] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-connectivity/connman/connman.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion

[OE-core] [PATCH 1/4] sysvinit: allow users in shutdown group to perform halt/reboot

2013-07-03 Thread Laurentiu Palcu
for a normal user to be able to shutdown/reboot the machine, it must be a member of 'shutdown' group. Other changes: * fixed identetion for 2 lines that used spaces instead of tabs; [YOCTO #4345] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb

Re: [OE-core] [PATCH 0/4] Allow xuser to shutdown

2013-07-03 Thread Laurentiu Palcu
Saul spotted an issue with the 4/4 regarding the usage of /sbin directly in the .desktop file and I'm going to send a v2 to address that. Laurentiu On 07/03/2013 05:34 PM, Laurentiu Palcu wrote: The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9: bitbake: hob: save

Re: [OE-core] [PREVIEW CONSOLIDATED PATCH 00/42] M2 Final Pull - Preview

2013-07-02 Thread Laurentiu Palcu
On 07/02/2013 01:21 PM, Burton, Ross wrote: On 2 July 2013 08:14, Saul Wold s...@linux.intel.com wrote: Laurentiu Palcu (1): xinput-calibrator: move it from meta-oe to oe-core Drop, about to mail a review. I didn't see any reasonable reason for dropping this. Or, maybe, there was and I

Re: [OE-core] [PATCH v2 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-07-02 Thread Laurentiu Palcu
On 07/02/2013 06:25 PM, Burton, Ross wrote: On 1 July 2013 14:57, Laurentiu Palcu laurentiu.pa...@intel.com wrote: +do_install() { +# Only install file if it has a contents +if [ -s ${S}/pointercal.xinput ]; then +install -d ${D}${sysconfdir}/ +install -m 0644 ${S

[OE-core] [PATCH v2 0/1] xinput-calibrator: move it from meta-oe to oe-core

2013-07-01 Thread Laurentiu Palcu
la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:08 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/xinput-calibrator_oe-core http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/xinput-calibrator_oe-core Laurentiu

[OE-core] [PATCH v2 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-07-01 Thread Laurentiu Palcu
that it can be run as normal user: pointercal.xinput is saved to ~/.pointercal/ and it will be used when the system boots; * have the calibration run through an Xsession file; * remove the systemd service since calibration is run by Xsession; [YOCTO #4416] Signed-off-by: Laurentiu Palcu

[OE-core] [PATCH 0/1] populate_sdk_base, adt_installer: abort install if path contains spaces

2013-06-25 Thread Laurentiu Palcu
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4488_sdk_installer_handle_spaces Laurentiu Palcu (1): populate_sdk_base, adt_installer: abort install if path contains spaces meta/classes/populate_sdk_base.bbclass | 13 + .../installer/adt-installer/adt_installer

[OE-core] [PATCH 1/1] populate_sdk_base, adt_installer: abort install if path contains spaces

2013-06-25 Thread Laurentiu Palcu
binaries, shebang lines) that would need special handling. So, for now, just bail out if path contains spaces. The checking for spaces in the path is done after expanding relative paths to absolute and tilde conversion. [YOCTO #4488] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com

[OE-core] [PATCH 1/1] qemu: fix segfault in Xorg when not using kvm

2013-06-20 Thread Laurentiu Palcu
This backported patch will fix this Xorg issue and, probably, many others which didn't show up yet. [YOCTO #4737] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch | 79 meta/recipes-devtools/qemu/qemu_1.5.0.bb

[OE-core] [PATCH 0/1] qemu: fix segfault in Xorg when not using kvm

2013-06-20 Thread Laurentiu Palcu
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/qemu-x86-fix Laurentiu Palcu (1): qemu: fix segfault in Xorg when not using kvm ...-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch | 79 meta/recipes-devtools/qemu/qemu_1.5.0.bb |3 +- 2 files changed

Re: [OE-core] [PATCH 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-06-18 Thread Laurentiu Palcu
On Mon, Jun 17, 2013 at 04:15:58PM +0100, Burton, Ross wrote: On 17 June 2013 13:26, Laurentiu Palcu laurentiu.pa...@intel.com wrote: People using xserver-xorg that need to calibrate their touchscreen devices would also need meta-oe. Bringing the recipes to oe-core will make it easier

[OE-core] [PATCH 0/1] xinput-calibrator: move it from meta-oe to oe-core

2013-06-17 Thread Laurentiu Palcu
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/xinput-calibrator_oe-core Laurentiu Palcu (1): xinput-calibrator: move it from meta-oe to oe-core .../pointercal-xinput/pointercal.xinput|1 + .../xinput-calibrator/pointercal-xinput_0.0.bb | 17 .../xinput-calibrator/xinput

[OE-core] [PATCH 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-06-17 Thread Laurentiu Palcu
People using xserver-xorg that need to calibrate their touchscreen devices would also need meta-oe. Bringing the recipes to oe-core will make it easier for them. Aditionaly, drop xterm RDEPENDS. Terminal is not needed to run the menu item. [YOCTO #4416] Signed-off-by: Laurentiu Palcu

[OE-core] [PATCH] distrodata.bbclass: fix syntax errors

2013-06-15 Thread Laurentiu Palcu
Thes were added by the recent event handler changes. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/distrodata.bbclass |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index

Re: [OE-core] SDK relocation issues

2013-06-11 Thread Laurentiu Palcu
Hi Tasslehoff, On Tue, Jun 11, 2013 at 11:35:26AM +0200, Tasslehoff Kjappfot wrote: I compiled an SDK and extracted/installed it to my source tree instead of /usr/local/. I have made /usr/local/oecore-i686 a symlink to the actual location. With the latest Dylan this broke. Denzil: ❯❯❯ ldd

Re: [OE-core] SDK relocation issues

2013-06-11 Thread Laurentiu Palcu
On Tue, Jun 11, 2013 at 03:09:49PM +0200, Tasslehoff Kjappfot wrote: I have time for one more :) What does it mean that the SDK is relocatable? That I can choose when I run the .sh where I want to install it? Is it then bound to that directory, so that every dev that wants to use the SDK

[OE-core] [PATCH 2/7] xkeyboard-config: upgrade to 2.9

2013-06-11 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...board-config_2.8.bb = xkeyboard-config_2.9.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.8.bb = xkeyboard-config_2.9.bb} (87%) diff --git a/meta/recipes

[OE-core] [PATCH 0/7] Package upgrades

2013-06-11 Thread Laurentiu Palcu
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades Laurentiu Palcu (7): xf86-input-synaptics: upgrade to 1.7.1 xkeyboard-config: upgrade to 2.9 xdpyinfo: upgrade to 1.3.1 xf86-video-intel: upgrade to 2.21.9 xwininfo: upgrade to 1.1.3 libdrm: upgrade to 2.4.45 libxt

[OE-core] [PATCH 1/7] xf86-input-synaptics: upgrade to 1.7.1

2013-06-11 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...tics_1.7.0.bb = xf86-input-synaptics_1.7.1.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.0.bb = xf86-input-synaptics_1.7.1.bb} (81%) diff --git

[OE-core] [PATCH 6/7] libdrm: upgrade to 2.4.45

2013-06-11 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../drm/{libdrm_2.4.44.bb = libdrm_2.4.45.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.44.bb = libdrm_2.4.45.bb} (46%) diff --git a/meta/recipes-graphics/drm

[OE-core] [PATCH 3/7] xdpyinfo: upgrade to 1.3.1

2013-06-11 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../{xdpyinfo_1.3.0.bb = xdpyinfo_1.3.1.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xdpyinfo_1.3.0.bb = xdpyinfo_1.3.1.bb} (80%) diff --git a/meta/recipes-graphics

[OE-core] [PATCH 5/7] xwininfo: upgrade to 1.1.3

2013-06-11 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../{xwininfo_1.1.2.bb = xwininfo_1.1.3.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{xwininfo_1.1.2.bb = xwininfo_1.1.3.bb} (69%) diff --git a/meta/recipes-graphics

[OE-core] [PATCH 4/7] xf86-video-intel: upgrade to 2.21.9

2013-06-11 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...-intel_2.21.6.bb = xf86-video-intel_2.21.9.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.6.bb = xf86-video-intel_2.21.9.bb} (85%) diff --git a/meta

[OE-core] [PATCH 7/7] libxt: upgrade to 1.1.4

2013-06-11 Thread Laurentiu Palcu
in advertising or otherwise to promote the sale, use or other dealing in this Software without prior written authorization from the X Consortium. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../xorg-lib/{libxt_1.1.3.bb = libxt_1.1.4.bb}|7 +++ 1 file changed, 3

Re: [OE-core] [PATCH] gzip : upgrade to 1.6

2013-06-11 Thread Laurentiu Palcu
On Tue, Jun 11, 2013 at 04:37:39PM +0300, Andrei Dinu wrote: upgrade from 1.5 - 1.6 Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com --- .../gzip/{gzip_1.5.bb = gzip_1.6.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH v2 0/7] run-postinsts refactoring

2013-06-06 Thread Laurentiu Palcu
://git.yoctoproject.org/poky-contrib lpalcu/run_postinsts_refactor_v2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/run_postinsts_refactor_v2 Laurentiu Palcu (7): rootfs_*.bbclass: add some helper functions image.bbclass: remove unneeded files from the image core-image-minimal

[OE-core] [dylan][PATCH] menu-cache: Fix segmentation fault

2013-06-06 Thread Laurentiu Palcu
[YOCTO #4353] (From OE-Core rev: 8c9c6155e6d83675a94b4eaae4ffc6dfeca399ee) Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- Hi Paul, This needs to go in dylan too. Thanks, Laurentiu .../menu-cache/files/Fix

Re: [OE-core] [PATCH v2 0/7] run-postinsts refactoring

2013-06-06 Thread Laurentiu Palcu
On 06/06/2013 07:43 PM, Mark Hatle wrote: Comments below On 6/6/13 2:41 AM, Laurentiu Palcu wrote: (cover letter only) Changes in v2: * addressed an RPM issue that happened on AB. Interestingly, it happened only on certain distros. Our internal AB (running on Ubuntu server

Re: [OE-core] [PATCH 0/7] run-postinsts refactoring

2013-05-24 Thread Laurentiu Palcu
On 05/24/2013 06:38 AM, Saul Wold wrote: On 05/23/2013 06:15 AM, Laurentiu Palcu wrote: Hi all, My work at #4484 revealed that the package managers deb/ipk/rpm handle removal of PM meta-data (when the PM is not deployed) and the delayed postinstalls execution in their own way. Currently

Re: [OE-core] [oe-commits] Laurentiu Palcu : libdrm: upgrade to 2.4.44

2013-05-23 Thread Laurentiu Palcu
=563edb321594b007cae2294e807235ad22fd27da Author: Laurentiu Palcu laurentiu.pa...@intel.com Date: Fri May 10 16:23:33 2013 +0300 libdrm: upgrade to 2.4.44 Removed part of the installtests.patch since tests can now be installed giving an option to configure script. Signed-off

[OE-core] [PATCH 0/7] run-postinsts refactoring

2013-05-23 Thread Laurentiu Palcu
/run_postinsts_refactor Laurentiu Palcu (7): systemd: add udev-utils dependency for udev-hwdb rootfs_*.bbclass: add some helper functions image.bbclass: remove unneeded files from the image core-image-minimal: do not remove packaging files in the rootfs postprocess run-postinsts: make it generic

[OE-core] [PATCH 1/7] systemd: add udev-utils dependency for udev-hwdb

2013-05-23 Thread Laurentiu Palcu
udev-hwdb needs udevadm tool to compile the hardware index. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-core/systemd/systemd_199.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd

[OE-core] [PATCH 2/7] rootfs_*.bbclass: add some helper functions

2013-05-23 Thread Laurentiu Palcu
, this patch will remove a piece of code in rootfs_ipk_do_rootfs which will be moved to image.bbclass and used for all backends; [YOCTO #4484] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/rootfs_deb.bbclass | 23 +-- meta/classes/rootfs_ipk.bbclass | 39

[OE-core] [PATCH 3/7] image.bbclass: remove unneeded files from the image

2013-05-23 Thread Laurentiu Palcu
This patch creates a new function, rootfs_remove_unneeded(), that will be called after rootfs_*_do_rootfs is called and which will handle delayed postinstalls in a generic fashion, for all backends in the same way. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes

[OE-core] [PATCH 4/7] core-image-minimal: do not remove packaging files in the rootfs postprocess

2013-05-23 Thread Laurentiu Palcu
, it doesn't really matter since the postinstalls are saved to /etc/rpm-postinsts as soon as the postinstall fails. [YOCTO #4484] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-core/images/core-image-minimal.bb |2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 5/7] run-postinsts: make it generic

2013-05-23 Thread Laurentiu Palcu
can use the same procedure as in rpm's case; Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../dpkg/run-postinsts/run-postinsts | 59 .../dpkg/run-postinsts/run-postinsts.awk | 30 -- meta/recipes-devtools/dpkg/run

[OE-core] [PATCH 6/7] rootfs_rpm.bbclas: switch to using run-postinsts

2013-05-23 Thread Laurentiu Palcu
Since run-postinsts was made generic, use it for RPM too. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/classes/rootfs_rpm.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index

[OE-core] [PATCH 7/7] rpm: replace rpm-postinsts dependency with run-postinsts

2013-05-23 Thread Laurentiu Palcu
run-postinsts is generic and will handle rpm delayed postinsts just fine. No need to use another recipe. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-devtools/rpm/rpm_5.4.9.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH v2 0/1] runqemu: fix networking issues

2013-05-21 Thread Laurentiu Palcu
://git.yoctoproject.org/poky-contrib lpalcu/runqemu_fix http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/runqemu_fix Laurentiu Palcu (1): runqemu: fix networking issues scripts/runqemu-ifup | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) -- 1.7.9.5

[OE-core] [PATCH v2 1/1] runqemu: fix networking issues

2013-05-21 Thread Laurentiu Palcu
After switching from ifconfig to ip, networking stopped working. This commit contains the following fixes: * set a decent broadcast address for the tap device; * bring up the device; * add the route using ip tool instead of the old route tool; Signed-off-by: Laurentiu Palcu laurentiu.pa

[OE-core] [PATCH] runqemu: fix networking issues

2013-05-20 Thread Laurentiu Palcu
After switching from ifconfig to ip, networking stopped working. This commit contains the following fixes: * set a decent broadcast address for the tap device; * bring up the device; Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- Apparently, the autobuilder has some magic

[OE-core] [PATCH] systemd: make udev-hwdb postinstall run on host

2013-05-14 Thread Laurentiu Palcu
might also add up to the build time (the native recipe would need to run configure, make udevadm, install), besides the time spent in the actual postinstall... So, having the postinstall run through qemu is a good trade-off. [YOCTO #4341] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com

[OE-core] [PATCH 0/8] Package upgrades

2013-05-10 Thread Laurentiu Palcu
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades Laurentiu Palcu (8): xf86-video-vmware: upgrade to 13.0.1 xf86-video-intel: upgrade to 2.21.6 xf86-input-keyboard: upgrade to 1.7.0 xf86-input-mouse: upgrade to 1.9.0 xf86-input-synaptics: upgrade to 1.7.0 xf86-input-evdev

[OE-core] [PATCH 7/8] xproto: upgrade to 7.0.24

2013-05-10 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../{xproto_7.0.23.bb = xproto_7.0.24.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-proto/{xproto_7.0.23.bb = xproto_7.0.24.bb} (72%) diff --git a/meta/recipes-graphics

<    1   2   3   4   5   6   7   8   >