On 02/21/2014 02:38 PM, Hongxu Jia wrote:
The function create_full creates the manifest after the package in
initial manifest has been dummy installed. It lists all *to be
installed* packages. There is no real installation, just a test.
[YOCTO #1894]
Signed-off-by: Hongxu Jia
---
meta/lib/oe/
>From fbdcf88fe2d46e83f1e25a5681e16ea5c967a11a Mon Sep 17 00:00:00 2001
From: Han Chao
Date: Fri, 21 Feb 2014 10:44:35 +0800
Subject: [PATCH] lsb: change script init-functions installed path
The bb code assume the target is 64bit, so some files can not be
installed well. init-functions is a tex
Richard,
Ran this through the AB with Khem's systemd 209, but it had issues, so
sending you a sub-set of what was in MUT.
Sau!
The following changes since commit 43ac6e3216c5d985d6f90a28e727e397df616267:
wic: Make exec_native_command() fail if a command isn't found (2014-02-20
14:28:06 +00
The _multilib_sanity_test installs multilib packages in a temporary
root fs, and compare with the current image to figure out duplicated
files that come from different packages.
While incremental image generation enabled and the previous image
was existed, there was an Multilib check error:
...
ER
While incremental image generation enabled and the previous image is
existed, if BAD_RECOMMENDATIONS is changed, the operation on the
existing image is complicated, so remove the old image in this situation.
The same with PACKAGE_EXCLUDE and NO_RECOMMENDATIONS.
[YOCTO #1894]
Signed-off-by: Hongxu
The incremental image generation is based on the previous existing
image, adds new packages, upgrades existing packages, and removes unused
packages.
[YOCTO #1894]
Signed-off-by: Hongxu Jia
---
meta/lib/oe/rootfs.py | 50 +++---
1 file changed, 47 inse
Add the following three functions to OpkgPM class:
- The 'dummy_install' is used to dummy install pkgs, and returns the log
of output;
- The 'backup_packaging_data' is used to back up the current opkg
database;
- The 'recover_packaging_data' is used to recover the opkg database
which backed u
Change in V2:
- Move dump_install_solution to Manifest class as create_full;
- Move load_old_install_solution to Manifest class as parse_full_manifest;
- Handle the output of dummy install in Python rather than shell;
- Fix typos
- Rename _file_duplicate with _file_equal to avoid confusion;
Change
The function create_full creates the manifest after the package in
initial manifest has been dummy installed. It lists all *to be
installed* packages. There is no real installation, just a test.
[YOCTO #1894]
Signed-off-by: Hongxu Jia
---
meta/lib/oe/manifest.py | 57
Commit 07e59b5ff659bde6e6a60c4781c0a2deb406c667 added the task
dependency of 'virtual/kernel:do_kernel_configme' for the do_diffconfig
task. This dependency is only valid for linux recipes that inherit
kernel-yocto (e.g. linux-yocto), however due to virtual/kernel being a
virtual dependency it may
Signed-off-by: Saul Wold
---
meta/recipes-extended/psmisc/psmisc_22.20.bb | 6 --
meta/recipes-extended/psmisc/psmisc_22.21.bb | 6 ++
2 files changed, 6 insertions(+), 6 deletions(-)
delete mode 100644 meta/recipes-extended/psmisc/psmisc_22.20.bb
create mode 100644 meta/recipes-extende
The working directory is changed in a subshell when executing cpio to
preserve the working directory for any subsequent commands. This is to
keep the working directory consistent when generating multiple image
types.
Signed-off-by: Jonathan Liu
---
meta/classes/image_types.bbclass | 2 +-
1 file
Whoops, wrong tag. This was meant for OE-core. Resubmitting.
Regards,
Jonathan
On 21 February 2014 15:41, Jonathan Liu wrote:
> The working directory is changed in a subshell when executing cpio to
> preserve the working directory for any subsequent commands. This is to
> keep the working direct
console-kit-log-system-start.service fails to to start if the
/var/log/ConsoleKit directory does not exist. Normally it is created
automatically but as we mount a tmpfs at /var/log, we need to add
a tmpfiles.d entry to create it.
Signed-off-by: Jonathan Liu
---
meta/recipes-core/systemd/systemd/
The working directory is changed in a subshell when executing cpio to
preserve the working directory for any subsequent commands. This is to
keep the working directory consistent when generating multiple image
types.
Signed-off-by: Jonathan Liu
---
meta/classes/image_types.bbclass | 2 +-
1 file
On 02/09/2014 10:59 PM, Saul Wold wrote:
On 01/29/2014 06:54 AM, Jason Plum wrote:
On 01/28/14 13:47, Saul Wold wrote:
On 01/20/2014 11:22 AM, Jason Plum wrote:
Signed-off-by: Jason Plum
---
meta/lib/oe/path.py | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
This p
On Thu, Feb 20, 2014 at 7:48 PM, Saul Wold wrote:
> Seems like there might be an issue with ptest when I built this on the AB,
> it might be build vs src dir split?
hmmm, could be. but there are more rutime issues as this point, I am
waiting for 210 release which should happen soon
__
On 02/20/2014 02:18 AM, Khem Raj wrote:
This patchset upgrades systemd to 209 as can be seen some enahancements
to uclibc were neeed. As of now. It builds for me on both uclibc/eglibc
Please test it out in your setups and report back any issues
The following changes since commit 9a98b8bfe13b94d8
The OpenEmbedded Project is holding a developers meeting May 2-3,
2014, in Santa Clara, CA. This meeting is immediately after the Embedded
Linux Conference North America. All active OpenEmbedded and Yocto
Project developers are invited to attend.
NOTE: this is a development meeting for the project
gnome.bbclass pulls in more functionality than this recipe needs (icon cache,
MIME, GConf), so instead just use gnomebase.bbclass.
[ YOCTO #5842 ]
Signed-off-by: Ross Burton
---
meta/recipes-gnome/libglade/libglade_2.6.4.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/
There is a problem if a relative path is passed to the kernel for NFS usage
that it will not correctly find it, so ensure that the ROOTFS path is absolute.
[YOCTO #2807]
Signed-off-by: Saul Wold
---
scripts/runqemu | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/scripts/r
Yep, tasks that were looked up, and actual filenames attempted.
Alex
On Thu, Feb 20, 2014 at 4:06 PM, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Thu, 2014-02-20 at 15:41 +, Damian, Alexandru wrote:
> > I would think against it, because
>
> > - it's very inefficient to
On Thursday 20 February 2014 16:59:17 Burton, Ross wrote:
> On 20 February 2014 16:41, Paul Barker wrote:
> > It does duplicate the creation of "${sysconfdir}/opkg/arch.conf" and
> > so that bit should go. I think it should probably be replaced by a
> > template recipe in meta-skeleton which shows
On 20 February 2014 16:41, Paul Barker wrote:
> It does duplicate the creation of "${sysconfdir}/opkg/arch.conf" and
> so that bit should go. I think it should probably be replaced by a
> template recipe in meta-skeleton which shows a developer how to create
> their own feed config in a recipe.
N
On 20 February 2014 13:03, Laszlo Papp wrote:
> Hi,
>
> I had a quick discussion on IRC with Ross. Is there a reason against
> removing it?
>
> ../meta/recipes-devtools/opkg/opkg-config-base_1.0.bb seems to be
> already doing the job. Is there any compatibility to be kept?
>
It does duplicate the
On Thu, 2014-02-20 at 15:41 +, Damian, Alexandru wrote:
> I would think against it, because
> - it's very inefficient to send a Skipped event for each missed task
> than to collect all the data and send it in one shot
> - it's faster to send the event from the sstate.bbclass than to return
> t
I would think against it, because
- it's very inefficient to send a Skipped event for each missed task than
to collect all the data and send it in one shot
- it's faster to send the event from the sstate.bbclass than to return the
task ids and then call again a python function to generate the ssta
On Thu, Feb 20, 2014 at 03:06:55PM +0800, Hongxu Jia wrote:
> While incremental image generation enabled and the previous image is
> existed, if BAD_RECOMMENDATIONS is changed, the operation on the
> existing image is complicated, so remove the existing image in this
> situation.
>
> The same with
On Thu, Feb 20, 2014 at 03:06:53PM +0800, Hongxu Jia wrote:
> The incremental image generation is based on the previous existing
> image, adds new packages, upgrades existing packages, and removes unused
> packages.
>
> [YOCTO #1894]
> Signed-off-by: Hongxu Jia
> ---
> meta/lib/oe/rootfs.py | 52
On Thu, Feb 20, 2014 at 03:06:52PM +0800, Hongxu Jia wrote:
> Add the following three functions to OpkgPM class:
> - The 'dummy_install' is used to dummy install pkgs, and returns the log
> of output;
> - The 'backup_packaging_data' is used to back up the current opkg
> database;
> - The 'recov
On Thu, Feb 20, 2014 at 03:06:51PM +0800, Hongxu Jia wrote:
> The function create_full creates the manifest after the package in
> initial manifest has been dummy installed. It lists all *to be
> installed* packages. There is no real installation, just a test.
>
> [YOCTO #1894]
> Signed-off-by: Ho
On Mon, 2014-02-17 at 17:33 +, Alex DAMIAN wrote:
> 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
> coll
Hi,
I had a quick discussion on IRC with Ross. Is there a reason against
removing it?
../meta/recipes-devtools/opkg/opkg-config-base_1.0.bb seems to be
already doing the job. Is there any compatibility to be kept?
Cheers, L.
___
Openembedded-core maili
The following changes since commit 54562006c1327c5b99daa4cc05a3ba7e38412da1:
image_types.bbclass: Fix tar IMAGE_CMD to not change directories (2014-02-18
08:38:52 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/insserv
http://git.pokylinux.org/c
Install insserv test suite and run it as ptest.
Signed-off-by: Chong Lu
---
meta/recipes-devtools/insserv/files/run-ptest | 17 +
meta/recipes-devtools/insserv/insserv_1.14.0.bb | 14 +-
2 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 meta/recip
This patchset upgrades systemd to 209 as can be seen some enahancements
to uclibc were neeed. As of now. It builds for me on both uclibc/eglibc
Please test it out in your setups and report back any issues
The following changes since commit 9a98b8bfe13b94d89a9e39cca821f26fdeaeffc3:
image_types.b
(*) removed patches that were already
commited upstream
(*) added new patch to solve the build issue
(*) changed the package URL because
the old one is unreliable.
Signed-off-by: Valentin Popa
---
.../fix-build-when-wayland-backend-enabled.patch | 43 ++
.../gtk+/gt
Signed-off-by: Fathi Boudra
---
meta/recipes-devtools/git/{git_1.8.5.2.bb => git_1.9.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/git/{git_1.8.5.2.bb => git_1.9.0.bb} (67%)
diff --git a/meta/recipes-devtools/git/git_1.8.5.2.bb
b/meta/recipes-devt
38 matches
Mail list logo