[OE-core] [master 2/2] toaster: update toasterconf.json for fido release

2015-03-25 Thread Alex DAMIAN
From: Belen Barros Pena We update the toasterconf.json for the 1.8 "fido" release. A small update to the release help text in the toasterconf.json file shipped with the openembedded-core layer. We now make explicit that Toaster will build with the tip of the selected branch, and we add links to

[OE-core] [master 1/2] toaster.bbclass: do not add symbolic links to artifacts

2015-03-25 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch removes the symbolic links from the artifact list. [YOCTO #7184] Signed-off-by: Alexandru DAMIAN --- meta/classes/toaster.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass i

[OE-core] [FIDO 2/2] toaster: update toasterconf.json for fido release

2015-03-25 Thread Alex DAMIAN
From: Belen Barros Pena We update the toasterconf.json for the 1.8 "fido" release. A small update to the release help text in the toasterconf.json file shipped with the openembedded-core layer. We now make explicit that Toaster will build with the tip of the selected branch, and we add links to

[OE-core] [FIDO 1/2] toaster.bbclass: do not add symbolic links to artifacts

2015-03-25 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch removes the symbolic links from the artifact list. [YOCTO #7184] Signed-off-by: Alexandru DAMIAN --- meta/classes/toaster.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass i

[OE-core] [[PATCH][Dizzy] 1/1] toaster.bbclass: use the openembedded-core name

2015-02-13 Thread Alex DAMIAN
From: Alexandru DAMIAN Fixing the bug where the openembedded-core name was registered as "meta" in toaster. [YOCTO #7317] (From OE-Core rev: ab9f17893c4b004906ec232da300915145c125e0) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- meta/classes/toaster.bbclass | 2 +- 1 fil

[OE-core] [PATCH 1/1] Update Toaster configuration file

2015-02-09 Thread Alex DAMIAN
From: Belen Barros Pena Update the config section of the meta/conf/toasterconf.json file to set the default project variables as in meta-yocto/conf/toasterconf.json [YOCTO #7248] Signed-off-by: Belen Barros Pena --- meta/conf/toasterconf.json | 9 - 1 file changed, 8 insertions(+), 1

[OE-core] [PATCH 1/2] scripts/oe-selftest: fix startup backtrace

2015-02-05 Thread Alex DAMIAN
From: Alexandru DAMIAN Fixing a backtrace dump that happens if the script is started without sourcing the oe-init-build-env first. Signed-off-by: Alexandru DAMIAN --- scripts/oe-selftest | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/oe-selftest b/scripts/oe-sel

[OE-core] [PATCH 2/2] scripts/oe-selftest: add command line option to list test classes

2015-02-04 Thread Alex DAMIAN
From: Alexandru DAMIAN While trying to discover what tests are available, I felt the need to be able to list all individual tests so I can run specific tests. This patch adds the "--list-classes" command line option that lists the unit test classes and methods available. Signed-off-by: Alexandr

[OE-core] [PATCH 01/13] toaster.bbclass: trigger event for other image files

2014-12-10 Thread Alex DAMIAN
From: Alexandru DAMIAN Toaster will log all the files that it can find in the deploy images directory, and list them, considering that they may be artifacts of the current build not logged anywhere else. [YOCTO #6836] Signed-off-by: Alexandru DAMIAN --- meta/classes/toaster.bbclass | 18 +

[OE-core] [PATCH 1/1] toaster.bbclass: use the openembedded-core name

2014-11-27 Thread Alex DAMIAN
From: Alexandru DAMIAN Fixing the bug where the openembedded-core name was registered as "meta" in toaster. [YOCTO #6962] Signed-off-by: Alexandru DAMIAN --- meta/classes/toaster.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/toaster.bbclass b/meta/cl

[OE-core] [PATCH 1/1] toaster: naming and description changes

2014-11-27 Thread Alex DAMIAN
From: Belen Barros Pena Some minor changes to the names and descriptions used in the Toaster configuration file: * Change the name of the local layer source from Local OE-Core to Local OpenEmbedded * Change the imported layer source name from User Imported Layers to just Imported layers. It is

[OE-core] [PATCH 1/1 v2] toaster: add toaster layer configuration files

2014-11-20 Thread Alex DAMIAN
From: Alexandru DAMIAN In managed mode, Toaster creates project configurations based on the layers that are being checked-out on disk. The defaults are set through a JSON configuration file that contains layer-specific specific information. This patch adds toasterconf.json files for the oe core

[OE-core] [PATCH] toaster: add toaster layer configuration files

2014-11-20 Thread Alex DAMIAN
From: Alexandru DAMIAN In managed mode, Toaster tries to create project configuration based on the layers that are being checked-out on disk. This is done by using a JSON configuration file that is layer-specific. This patch adds toasterconf.json files to the oe core layer, for usage with a sta

[OE-core] [PATCH 1/1] toaster.bbclass: read elapsed time from the stats file

2014-11-03 Thread Alex DAMIAN
From: Alexandru DAMIAN We read the elapsed time fromt the build stats file, instead of computing it independently. [YOCTO #6833] [YOCTO #6685] Signed-off-by: Alexandru DAMIAN --- meta/classes/toaster.bbclass | 36 +++- 1 file changed, 23 insertions(+), 13 delet

[OE-core] [PATCH 01/27] toaster: add toaster layer configuration file

2014-10-28 Thread Alex DAMIAN
From: Alexandru DAMIAN In managed mode, Toaster tries to discover layers that are being checked-out on disk. In base layers, the toasterconf.json file describes basic configuration file for builds based on that layer, like default configuration variable settings, toaster-compatible branches, and

[OE-core] [PATCH 01/13] toaster.bbclass: exclude variable dependency on toaster postfunc

2014-06-03 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch fixes an issue where the toaster postfuncs were added to the task signature, making impossible the reuse of sstate caches from builds outside toaster control. Now the signatures do not differ between toaster and toaster-less builds. Signed-off-by: Alexandru DAM

Re: [OE-core] [PATCH][review-request] toaster.bbclass: image file is missing a "/"

2014-04-08 Thread Alex Damian
This is indeed the patch reviewed on the list. Sorry about the mixup, can you please merge ? Thanks, Alex On Mon, Apr 7, 2014 at 9:50 AM, Cristiana Voicu wrote: > Relaced the key with the join between path and file name. > > [YOCTO #6090] > Signed-off-by: Cristiana Voicu > --- > meta/classes

[OE-core] [PATCH 08/15] toaster.bbclass: image file is missing a "/"

2014-04-04 Thread Alex DAMIAN
From: Cristiana Voicu Relaced the key with the join between path and file name. [YOCTO #6090] Signed-off-by: Cristiana Voicu --- meta/classes/toaster.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass index

[OE-core] [PATCH 2/2] toaster.bbclass: the license.manifest is located in DEPLOY_DIR

2014-03-31 Thread Alex DAMIAN
From: Cristiana Voicu Replaced DEPLOY_DIR_IMAGE with DEPLOY_DIR [YOCTO #6051] Signed-off-by: Cristiana Voicu --- meta/classes/toaster.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass index f55a4d7..9fb2c

[OE-core] [PATCH 0/2] toaster patchset pull request

2014-03-31 Thread Alex DAMIAN
From: Alexandru DAMIAN Hello, This is a Toaster pull request. The patches have been reviewed on the toaster mailinglist. Can you please pull ? Thanks, Alex The following changes since commit 8210928e847fda7dbc145a94372b0beaf653a4f9: yocto-bsps: remove linux-yocto 3.8 bbappend (2014-03-30

[OE-core] [PATCH 1/2] sstate.bbclass: update missed sstate event

2014-03-31 Thread Alex DAMIAN
From: Alexandru DAMIAN This is a patch to update the missed sstate event with info about the sstate files locations that were found. It's needed as to display the found file in the toaster ui. Also fixes a bug where a setscene task may have appeared in the missed list even if it was found in a s

[OE-core] [PATCH 1/1] toaster.bbclass: update buildstats event data

2014-03-24 Thread Alex DAMIAN
From: Alexandru DAMIAN We add the PN to the buildstats event data in order to proper select database task when multiple similar tasks are executed for the same recipe file. Signed-off-by: Alexandru DAMIAN diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass index 563b1f7..f

[OE-core] [PATCH 2/3] sstate: list missing files for toaster

2014-03-17 Thread Alex DAMIAN
From: Alexandru DAMIAN Toaster needs to record the attempts to restore setscene tasks that don't have a sstate file. We build a list of tasks for which we can't find an sstate file, and if we're running under Toaster data collection, we send it off with a MetadataEvent. Signed-off-by: Alexandru

[OE-core] [PATCH 0/3] toaster-related patchset

2014-03-17 Thread Alex DAMIAN
From: Alexandru DAMIAN This is a rebased patchset consisting of patches that have been previously submitted to the oe-core mail list separately, but not yet merged. In order to make merging easier, I'm resubmitting as a new patchset. The following changes since commit e8476a9d19dba7a1a6c5a55

[OE-core] [PATCH 1/3] toaster.bbclass: read the data needed for license manifest path

2014-03-17 Thread Alex DAMIAN
From: Cristiana Voicu The license.manifest file is located in DEPLOY_DIR_IMAGE/licenses/ IMAGE_NAME dir. The data needed is collected after rootfs task. [YOCTO #5649] Signed-off-by: Cristiana Voicu --- meta/classes/toaster.bbclass | 12 1 file changed, 12 insertions(+) diff --git

[OE-core] [PATCH 3/3] buildstats: use TaskBase time for elapsed time

2014-03-17 Thread Alex DAMIAN
From: Marius Avram To avoid any further inconsistencies between buildstats and buildinfohelper from toaster, buildstats will measure task duration using the time field from within the TaskBase events: TaskStarted and TaskSucceeded/TaskFailed. Signed-off-by: Marius Avram --- meta/classes/builds

Re: [OE-core] [PATCH 1/1] sstate: list missing files for toaster

2014-03-13 Thread Alex Damian
nheritance would need to be >> > broken >> > - knotty can receive MetadataEvents just as well as sceneTaskSkipped >> > event, or any variation of it >> >> I guess I'd like to understand which information from this even you're

[OE-core] [PATCH 2/6] toaster.bbclass: read the data needed for license manifest path

2014-03-12 Thread Alex DAMIAN
From: Cristiana Voicu The license.manifest file is located in DEPLOY_DIR_IMAGE/licenses/ IMAGE_NAME dir. The data needed is collected after rootfs task. [YOCTO #5649] Signed-off-by: Cristiana Voicu --- meta/classes/toaster.bbclass | 12 1 file changed, 12 insertions(+) diff --git

[OE-core] [PATCH 1/1] sstate: list missing files for toaster

2014-02-17 Thread Alex DAMIAN
From: Alexandru DAMIAN Toaster needs to record the attempts to restore setscene tasks that don't have a sstate file. We build a list of tasks for which we can't find an sstate file, and if we're running under Toaster data collection, we send it off with a MetadataEvent. Signed-off-by: Alexandru

[OE-core] [PATCH 2/2] documentation.conf: update task descriptions

2014-01-29 Thread Alex DAMIAN
From: "Barros Pena, Belen" This patch updates the task descriptions in documentation.conf It also has a bunch of grammar fixes for the variable descriptions. Signed-off-by: Alexandru DAMIAN --- meta/conf/documentation.conf | 161 --- 1 file changed, 107

[OE-core] [PATCH 1/2] toaster.bbclass: save original package name

2014-01-29 Thread Alex DAMIAN
From: Alexandru DAMIAN If we can get the original package name when reading package infos in toaster.bbclass, we save it for proper referincing in the toater ui. Signed-off-by: Alexandru DAMIAN --- meta/classes/toaster.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/classe

[OE-core] [PATCH 03/10] toaster.bbclass: fix crash on buildstats collection

2013-12-18 Thread Alex DAMIAN
From: Alexandru DAMIAN Toaster needs buildstats to be enabled in order to collect task statistics. The toaster.bbclass didn't have a guard to stop task data collection if the buildstats weren't enabled, leading to a crash. This patch verifies that the task variables are defined before trying to

[OE-core] [PATCH 2/2] package.bbclass: add event with package file contents

2013-09-26 Thread Alex DAMIAN
From: Alexandru DAMIAN In populate packages, the code breaks the artifacts of the build process into separate directories for each final package. I'm adding code to use this opportunity and send out a list of artifacts for each package together with the sizes. This is needed in order to allow i

[OE-core] [PATCH 1/2] package.bbclass: fire an event with package info

2013-09-26 Thread Alex DAMIAN
From: Alexandru DAMIAN On emit_pkgdata, the code writes a file with all the package details like PN, PV, PR, LICENSE, etc... In order to record package information on a remote client, we also build out a custom event with this information and fire it. This will not have any performance impact,

[OE-core] [PATCH 2/3] package.bbclass: trigger event when collecting package info

2013-09-24 Thread Alex DAMIAN
From: Alexandru DAMIAN Adding an event that contains the package details, which is triggered when the emit_pkgdata runs. This is used to collect package information in the UI clients. Slight rewrite of the file-writing section as to make the code easier to maintain. Signed-off-by: Alexandru DAM

[OE-core] [PATCH 3/3] package: fire an event with file sizes

2013-09-24 Thread Alex DAMIAN
From: Alexandru DAMIAN Adding code to fire an event containing file information for each of the build packages. This event will be tracked in the UI clients. Signed-off-by: Alexandru DAMIAN --- meta/classes/package.bbclass | 22 -- 1 file changed, 20 insertions(+), 2 delet

[OE-core] [PATCH 0/3] metadata additions for Webhob

2013-09-24 Thread Alex DAMIAN
From: Alexandru DAMIAN These patches update the package.bbclass and documentation.conf with extra information that is gonna be used by Webhob to record package information and configuration files documentation. The following changes since commit 0fc8317c6385eb1ed69ca4522ee6424c456dbb92: yoc

[OE-core] [PATCH 1/3] documentation.conf: update contents

2013-09-24 Thread Alex DAMIAN
From: Belen Barros Pena Documentation.conf is used in WebHob to display information strings about the collected variables. This patch brings the file up-to-date with latest information available from the manual. Signed-off-by: Alexandru DAMIAN --- meta/conf/documentation.conf | 335 ++

[OE-core] [PATCH v3] weston: add pango dependency

2013-07-24 Thread Alex DAMIAN
From: Alexandru DAMIAN Weston 1.1.0 has a build time dependency on pango, so we add it. Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/wayland/weston_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston_1.1.0.bb b/meta/re

[OE-core] [PATCH v2] weston: add harfbuzz dependency

2013-07-24 Thread Alex DAMIAN
From: Alexandru DAMIAN Weston 1.1.0 has a build time dependency on pango, so we add it. Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/wayland/weston_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston_1.1.0.bb b/meta/re

[OE-core] [PATCH] weston: add harfbuzz dependency

2013-07-23 Thread Alex DAMIAN
From: Alexandru DAMIAN Weston 1.1.0 has a build time dependency on libharfbuzz, so we add it. Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/wayland/weston_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston_1.1.0.bb b/m

[OE-core] [PATCH] udev: changed location of udevd to /sbin/udev/udevd

2013-04-09 Thread Alex DAMIAN
From: Alexandru DAMIAN This ammends the init script after changing the location from /lib to /sbin. Signed-off-by: Alexandru DAMIAN --- meta/recipes-core/udev/udev/init |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-co

[OE-core] [PATCH] qemu script: explicitly set 32 bit depth for x86-64

2013-04-09 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch is the same as 6c22c591374d258228f74814cded34a24b4bf2d3, but for x86-64 targets which exhibit the same problem. 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 broke

[OE-core] [PATCH] qemu: use default qemu CPU definition

2013-04-09 Thread Alex DAMIAN
From: Alexandru DAMIAN This fixes guest crashes when trying to use restricted instructions based on CPU description. Using default qemu CPU descriptions restrict faults on using restricted model-specific registers. [YOCTO #3908] Signed-off-by: Alexandru DAMIAN --- scripts/runqemu |

[OE-core] [PATCH] bluez4: add readline dependency

2013-04-08 Thread Alex DAMIAN
From: Alexandru DAMIAN bluez4 uses readline to be build, but the dependency is not listed This is listed in the configuration log. So we add it. Signed-off-by: Alexandru DAMIAN --- meta/recipes-connectivity/bluez/bluez4.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: [OE-core] [PATCH 2/2] udev: enable multilib support

2013-04-05 Thread Alex Damian
On udev-184 they changed the default location from /sbin/ to /lib/udev/ and I kept same as the upstream is. On Fri, Apr 5, 2013 at 2:59 PM, Radu Moisan wrote: > > On 04/04/2013 04:03 PM, Koen Kooi wrote: > >> Op 4 apr. 2013, om 14:45 heeft Radu Moisan het >> volgende geschreven: >> >> On 04/0

[OE-core] [PATCH v2] libproxy: add dependency on glib-2.0

2013-04-04 Thread Alex DAMIAN
From: Alexandru DAMIAN libproxy uses glib-2.0, 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/l

[OE-core] [PATCH] libproxy: add dependency on glib-2.0

2013-04-03 Thread Alex DAMIAN
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(

[OE-core] [PATCH] qemu script: explicitly set 32 bit depth

2013-04-03 Thread Alex DAMIAN
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

[OE-core] [PATCH] libproxy: add dependency on libffi

2013-04-03 Thread Alex DAMIAN
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

[OE-core] [PATCH v2] qemu: remove revert to vmware vga driver

2013-03-13 Thread Alex DAMIAN
From: Alexandru DAMIAN The reverted patch breaks the Xorg vmware driver, as noted in qemu commit 1f202568e0553b416483e5993f1bde219c22cf72 This is root cause of [YOCTO 3879] and [YOCTO 3828]. With this patch, the Xorg in QEMUX86 and X86_64 starts to a magenta screeni, but works ok. The magenta

[OE-core] [PATCH] Xorg configuration change default resolution

2013-03-13 Thread Alex DAMIAN
From: Alexandru DAMIAN This is a workaround for the starts-to-magenta problem when starting Xorg-based images in QEMUX86 and X86_64. The root cause is that the Qemu vmware vga driver doesn't pick up a pixel depth change without a resolution change. So a resolution change from the console 640x48

[OE-core] [PATCH] qemu: remove revert to vmware vga driver

2013-03-13 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch breaks the Xorg vmware driver, as noted in qemu commit 1f202568e0553b416483e5993f1bde219c22cf72 This is root cause of [YOCTO 3879] and [YOCTO 3828]. With this patch, the Xorg in QEMUX86 and X86_64 starts to a magenta screen. This will be fixed in an Xorg patch.

[OE-core] [Patch V3] Coreutils 6.9 depends on libattr

2013-03-12 Thread Alex DAMIAN
From: Alexandru DAMIAN We have a build dependency, so list it out. Signed-off-by: Alexandru DAMIAN --- meta/recipes-core/coreutils/coreutils_6.9.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.b

[OE-core] [Patch V3] grep: Always use locale.h

2013-03-12 Thread Alex DAMIAN
/fix64-int-to-pointer.patch @@ -0,0 +1,17 @@ +Always use locale.h as HAVE_LOCALE_H is no longer handled by ./configure +Upstream-Status: Inappropriate [ old version that will not be maintained ] +Signed-off-by: Alex DAMIAN + +diff --recursive --unified grep-2.5.1a-orig/lib/hard-locale.c grep-2.5.1a

[OE-core] [Patch V3] dpkg depends on ncurses

2013-03-12 Thread Alex DAMIAN
From: Alexandru DAMIAN Dpkg compilation depends on the ncurses, so add this dependency. Signed-off-by: Alexandru DAMIAN --- meta/recipes-devtools/dpkg/dpkg.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dp

[OE-core] [[Patch v2]] Always use locale.h in grep

2013-03-11 Thread Alex DAMIAN
+1,17 @@ +Always use locale.h as HAVE_LOCALE_H is no longer handled by ./configure +Upstream-Status: Inappropriate [ old version that will not be maintained ] +Signed-off-by: Alex DAMIAN + +diff --recursive --unified grep-2.5.1a-orig/lib/hard-locale.c grep-2.5.1a/lib/hard-locale.c +--- grep

[OE-core] [PATCH] Always use locale.h in grep

2013-03-11 Thread Alex DAMIAN
+1,17 @@ +Always use locale.h as HAVE_LOCALE_H is no longer handled by ./configure +Upstream-Status: Inappropriate [ old version that will not be maintained ] +Signed-off-by: Alex DAMIAN + +diff --recursive --unified grep-2.5.1a-orig/lib/hard-locale.c grep-2.5.1a/lib/hard-locale.c +--- grep

[OE-core] [PATCH 2/2] Coreutils 6.9 depends on libattr

2013-03-08 Thread Alex DAMIAN
From: Alexandru DAMIAN We have a build dependency, so list it out. --- meta/recipes-core/coreutils/coreutils_6.9.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index c0778ba..f712692 100644 --

[OE-core] [PATCH 1/2] dpkg depends on ncurses

2013-03-08 Thread Alex DAMIAN
From: Alexandru DAMIAN Dpkg compilation depends on the ncurses, so add this dependency. --- meta/recipes-devtools/dpkg/dpkg.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 0bc1ae8..cdecd19

[OE-core] [PATCH] Git ignore pull requests and built manuals

2013-01-09 Thread Alex DAMIAN
From: Alexandru DAMIAN We ignore the in-tree built manuals, and the in-tree pull requests. --- .gitignore |5 + 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d99a409..43f7688 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,8 @@ hob-image-*.bb *~ !met

[OE-core] [PATCH 2/3] Prepare mesa-dri for weston compatibility

2013-01-07 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch enables mesa-git to build wayland-compatible packages for usage with weston. It adds wayland platform support, packs the wayland-egl files. Activate by setting up OVERRIDE for "weston" to get it to build. Signed-off-by: Alexandru DAMIAN --- meta/recipes-grap

[OE-core] [PATCH 1/3] Wayland userspace library initial 1.0.3

2013-01-07 Thread Alex DAMIAN
From: Alexandru DAMIAN Wayland is a new protocol a protocol for a client application to display user interface windows through the use of a compositing window manager. This package include the specific set of server-side and client-side C libraries that implement the protocol. Wayland is hosted

[OE-core] [PATCH 3/3] Initial commit for wayland/weston 1.0.3

2013-01-07 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch adds the Weston reference compositing manager from Wayland. We add version 1.0.3 which is the latest stable release in Dec 2012. See the upstream at: http://wayland.freedesktop.org/releases.html To enable building, set in local.conf #Build mesa-dri compatibl

[OE-core] [PATCH v4 0/3] Initial wayland integration

2013-01-07 Thread Alex DAMIAN
From: Alexandru DAMIAN Hi, I've rebased the patch on top of the latest master. I have several changes in the patches, in particular on how to select proper dependency versions. Please review. This is a set of patches that integrate Wayland/Weston 1.0.3 into mainline. All library dependencies

[OE-core] [PATCH 1/3] Wayland userspace library initial 1.0.3

2012-12-24 Thread Alex DAMIAN
From: Alexandru DAMIAN Wayland is a new protocol a protocol for a client application to display user interface windows through the use of a compositing window manager. This package include the specific set of server-side and client-side C libraries that implement the protocol. Wayland is hosted

[OE-core] [PATCH 0/3] Initial wayland integration

2012-12-24 Thread Alex DAMIAN
From: Alexandru DAMIAN Hi, This is a set of patches that integrate Wayland/Weston 1.0.3 into mainline. All library dependencies are satisfied, and Weston works under X11 and DRM. A user must install separately (no hard dependency) the hardware DRM drivers to be able to run weston on barebone h

[OE-core] [PATCH 2/3] Prepare mesa-dri for weston compatibility

2012-12-24 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch enables mesa-git to build wayland-compatible packages for usage with weston. It adds wayland platform support, packs the wayland-egl files. Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/mesa/mesa-common.inc | 10 +- meta/recipes-graphics

[OE-core] [PATCH 3/3] Initial commit for wayland/weston 1.0.3

2012-12-24 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch adds the Weston reference compositing manager from Wayland. We add version 1.0.3 which is the latest stable release in Dec 2012. See the upstream at: http://wayland.freedesktop.org/releases.html Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/wayla

[OE-core] [PATCH 2/3] Prepare mesa-dri for weston compatibility

2012-12-21 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch enables mesa-git to build wayland-compatible packages for usage with weston. It adds wayland platform support, packs the wayland-egl files, and sets the -git version as preffered provider. Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/mesa/mesa-co

[OE-core] [PATCH 3/3] Initial commit for wayland/weston 1.0.3

2012-12-21 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch adds the Weston reference compositing manager from Wayland. We add version 1.0.3 which is the latest stable release in Dec 2012. See the upstream at: http://wayland.freedesktop.org/releases.html Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/wayla

[OE-core] [PATCH 1/3] Wayland userspace library initial 1.0.3

2012-12-21 Thread Alex DAMIAN
From: Alexandru DAMIAN Wayland is a new protocol a protocol for a client application to display user interface windows through the use of a compositing window manager. This package include the specific set of server-side and client-side C libraries that implement the protocol. Wayland is hosted

[OE-core] [PATCH v3 0/3] Initial wayland integration

2012-12-21 Thread Alex DAMIAN
From: Alexandru DAMIAN Hi, This is a set of patches that integrate Wayland/Weston 1.0.3 into mainline. All library dependencies are satisfied, and Weston works under X11 and DRM. A user must install separately (no hard dependency) the hardware DRM drivers to be able to run weston on barebone

[OE-core] [PATCH v2 0/3] Initial wayland integration

2012-12-21 Thread Alex DAMIAN
From: Alexandru DAMIAN Hi, This is a set of patches that integrate Wayland/Weston 1.0.3 into mainline. All library dependencies are satisfied, and Weston works under X11 and DRM. A user must install separately (no hard dependency) the hardware DRM drivers to be able to run weston on barebone h

[OE-core] [PATCH 2/3] Initial commit for wayland/weston 1.0.3

2012-12-21 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch adds the Weston reference compositing manager from Wayland. We add version 1.0.3 which is the latest stable release in Dec 2012. See the upstream at: http://wayland.freedesktop.org/releases.html Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/wayla

[OE-core] [PATCH 1/3] Wayland userspace library initial 1.0.3

2012-12-21 Thread Alex DAMIAN
From: Alexandru DAMIAN Wayland is a new protocol a protocol for a client application to display user interface windows through the use of a compositing window manager. This package include the specific set of server-side and client-side C libraries that implement the protocol. Wayland is hosted

[OE-core] [PATCH 3/3] Prepare mesa-dri for weston compatibility

2012-12-21 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch enables mesa-git to build wayland-compatible packages for usage with weston. It adds wayland platform support, packs the wayland-egl files, and sets the -git version as preffered provider. Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/mesa/mesa-co

[OE-core] [PATCH 0/3] Initial wayland integration

2012-12-20 Thread Alex DAMIAN
From: Alexandru DAMIAN Hi, This is a set of patches that integrate Wayland/Weston 1.0.3 into mainline. All library dependencies are satisfied, and Weston works under X11 and DRM. A user must install separately (no hard dependency) the hardware DRM drivers to be able to run weston on barebone h

[OE-core] [PATCH 3/3] Prepare mesa-dri for weston compatibility

2012-12-20 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch enables mesa-git to build wayland-compatible packages for usage with weston. It adds wayland platform support, packs the wayland-egl files, and sets the -git version as preffered provider. Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/mesa/mesa-co

[OE-core] [PATCH 1/3] Wayland userspace library initial 1.0.3

2012-12-20 Thread Alex DAMIAN
From: Alexandru DAMIAN Wayland is a new protocol a protocol for a client application to display user interface windows through the use of a compositing window manager. This package include the specific set of server-side and client-side C libraries that implement the protocol. Wayland is hosted

[OE-core] [PATCH 2/3] Initial commit for wayland/weston 1.0.3

2012-12-20 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch adds the Weston reference compositing manager from Wayland. We add version 1.0.3 which is the latest stable release in Dec 2012. See the upstream at: http://wayland.freedesktop.org/releases.html Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/wayla

[OE-core] [PATCH] Fix dependency ordering

2012-12-20 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch fixes the precedence of the dependency list that may appear when a single package source is split in multiple binary packages. The shared lib dependency resolver will prefer the shared library as found in the package tree instead as it is defined in the PACKAGES

[OE-core] [PATCH 1/3] Wayland userspace library initial 1.0.3

2012-12-18 Thread Alex DAMIAN
From: Alexandru DAMIAN Wayland is a new protocol a protocol for a client application to display user interface windows through the use of a compositing window manager. This package include the specific set of server-side and client-side C libraries that implement the protocol. Wayland is hosted

[OE-core] [PATCH 2/3] Initial commit for wayland/weston 1.0.3

2012-12-18 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch adds the Weston reference compositing manager from Wayland. We add version 1.0.3 which is the latest stable release in Dec 2012. See the upstream at: http://wayland.freedesktop.org/releases.html Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/wayla

[OE-core] Wayland/Weston initial patches

2012-12-18 Thread Alex DAMIAN
These three patches enable wayland and weston building on top of mesa-dri and X. Weston runs normally with the X11 backend, and have KMS mode setting on real hardware (kernel 3.0 on Intel 2nd Generation Core). Please review these patches and let me know if you see improvements. I'll resubmit t

[OE-core] [PATCH 3/3] Prepare mesa-dri for weston compatibility

2012-12-18 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch enables mesa-git to build wayland-compatible packages for usage with weston. It adds wayland platform support, packs the wayland-egl files, and sets the -git version as preffered provider. Signed-off-by: Alexandru DAMIAN --- meta/recipes-graphics/mesa/mesa-co

[OE-core] [PATCH v3] init-live: default to initrd shell if image isn't found

2012-12-18 Thread Alex DAMIAN
From: Alexandru DAMIAN Adds "debugshell" command line parameter for live/install images. If the init live fails to find and mount a root-fs image, dumps to a shell after timeout so that the developer can figure what's wrong. Timeout defaults to 30 seconds, but it can be changed as param argumen

[OE-core] [PATCH v2] init-live: default to initrd shell if image isn't found

2012-12-17 Thread Alex DAMIAN
From: Alexandru DAMIAN Adds "debugshell" command line parameter for live/install images. If the init live fails to find and mount a root-fs image, dumps to a shell after timeout so that the developer can figure what's wrong. Timeout defaults to 30 seconds, but it can be changed as param argumen

[OE-core] [PATCH] init-live: default to initrd shell if image isn't found

2012-12-17 Thread Alex DAMIAN
From: Alexandru DAMIAN If the init live fails to find and mount a root-fs image, we should dump to a shell so that the developer can figure what's wrong. Prior art in Ubuntu. Also, leaving a system stale isn't good form. Signed-off-by: Alexandru DAMIAN --- meta/recipes-core/initrdscripts/file

[OE-core] [PATCH] Core image base ssh access and package management

2012-12-17 Thread Alex DAMIAN
From: Alexandru DAMIAN Since core-image-base is a default image that developers should use for developing headless applications, it should have package management and ssh access. Signed-off-by: Alexandru DAMIAN --- meta/recipes-core/images/core-image-base.bb |2 +- 1 file changed, 1 insert

[OE-core] [PATCH] initrdscripts: fix udevd in the live boot init scripts

2012-11-02 Thread Alex DAMIAN
From: Alexandru DAMIAN udevd moved location and isn't in $PATH anymore, so use an absolute path to start it. The control socket path moved too, so mkdir the directory it's in. Mounts the new devtmpfs on /dev device tree. Adds a menu to boot a disk partition instead of a file rootfs image, usef

[OE-core] [PATCH] initrdscripts: fix udevd path

2012-11-01 Thread Alex DAMIAN
From: Ross Burton udevd moved location and isn't in $PATH anymore, so use an absolute path to start it. The control socket path moved too, so mkdir the directory it's in. Signed-off-by: Ross Burton --- meta/recipes-core/initrdscripts/files/init-live.sh | 50 +--- .../initrds

[OE-core] [PATCH v4] udev: upgrade to 182

2012-09-26 Thread Alex DAMIAN
From: Alexandru DAMIAN This is the final upgrade of udev. Futher upgrades will only come in conjunction with systemd. The v4l1 removal patch is deprecated as the bug is fixed inside udev. There is a new patch fixing the path for default sh interpreter. New debug binaries are generated, and udev.

[OE-core] [PATCH v3] udev: upgrade to 182

2012-09-06 Thread Alex DAMIAN
From: Alexandru DAMIAN This is the final upgrade of udev. Futher upgrades will only come in conjunction with systemd. The v4l1 removal patch is deprecated as the bug is fixed inside udev. There is a new patch fixing the path for default sh interpreter. New debug binaries are generated, and udev.

[OE-core] [PATCH v2] udev: upgrade to 182

2012-07-27 Thread Alex DAMIAN
From: Alexandru DAMIAN This is the final upgrade of udev. Futher upgrades will only come in conjunction with systemd. The v4l1 removal patch is deprecated as the bug is fixed inside udev. There is a new patch fixing the path for default sh interpreter. New debug binaries are generated, and udev.

[OE-core] [PATCH] udev: upgrade to 182

2012-07-17 Thread Alex DAMIAN
From: Alexandru DAMIAN This is the final upgrade of udev. Futher upgrades will only come in conjunction with systemd. The v4l1 removal patch is deprecated as the bug is fixed inside udev. There is a new patch fixing the path for default sh interpreter. New debug binaries are generated, and udev.