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
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
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
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
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
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
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
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
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 +
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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 ++
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
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
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
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
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
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 |
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
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
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
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(
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
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
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
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
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.
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
/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
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
+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
+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
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
--
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.
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.
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.
96 matches
Mail list logo