Signed-off-by: Bogdan Marinescu
---
.../fix-install-depends.patch |0
.../{subversion-1.7.8 => subversion-1.7.9}/libtool2.patch |0
.../subversion/{subversion_1.7.8.bb => subversion_1.7.9.bb}|4 ++--
3 files changed, 2 insertions(+
On 05/08/2013 02:36 PM, Erik Botö wrote:
Hi,
On Wed, May 8, 2013 at 8:11 AM, Robert Yang wrote:
Is it similar to meta/classes/package.bbclass ?
// Robert
I would say it's in addition to package.bbclass.
Hi Erik,
Sorry, I meant this one meta/classes/bin_package.bbclass :-)
// Robert
On Wed, May 8, 2013 at 9:12 AM, Robert Yang wrote:
>
>
> On 05/08/2013 02:36 PM, Erik Botö wrote:
>>
>> Hi,
>>
>> On Wed, May 8, 2013 at 8:11 AM, Robert Yang
>> wrote:
>>>
>>>
>>> Is it similar to meta/classes/package.bbclass ?
>>>
>>> // Robert
>>
>>
>> I would say it's in addition to package.bb
Always discuss them upstream first. If they are accepted upstream, THEN,
we can roll them into oe-core if we don't want to bring in everything
that landed before them too. But always discuss changes to a project to
the project before doing so in oe-core.
Thanks,
Darren
On 05/07/2013 06:49 PM, Ro
On 05/08/2013 03:39 PM, Darren Hart wrote:
Always discuss them upstream first. If they are accepted upstream, THEN,
we can roll them into oe-core if we don't want to bring in everything
that landed before them too. But always discuss changes to a project to
the project before doing so in oe-cor
On 05/08/2013 12:48 AM, Robert Yang wrote:
>
>
> On 05/08/2013 03:39 PM, Darren Hart wrote:
>> Always discuss them upstream first. If they are accepted upstream, THEN,
>> we can roll them into oe-core if we don't want to bring in everything
>> that landed before them too. But always discuss chang
On 05/08/2013 03:51 PM, Darren Hart wrote:
On 05/08/2013 12:48 AM, Robert Yang wrote:
On 05/08/2013 03:39 PM, Darren Hart wrote:
Always discuss them upstream first. If they are accepted upstream, THEN,
we can roll them into oe-core if we don't want to bring in everything
that landed before
On 05/08/2013 03:35 PM, Erik Botö wrote:
On Wed, May 8, 2013 at 9:12 AM, Robert Yang wrote:
On 05/08/2013 02:36 PM, Erik Botö wrote:
Hi,
On Wed, May 8, 2013 at 8:11 AM, Robert Yang
wrote:
Is it similar to meta/classes/package.bbclass ?
// Robert
I would say it's in addition to pa
Signed-off-by: Bogdan Marinescu
---
.../diffstat/diffstat/aclocal.patch| 34
.../{diffstat_1.55.bb => diffstat_1.57.bb} |8 ++---
2 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 meta/recipes-devtools/diffstat/diffstat/acloca
From: Wenzong Fan
Rename nativesdk item to prefix vs suffix. Some minor changes for
getting it works after renamed:
* append patches dir 'libtool/' to FILESEXTRAPATHS
* update ${S}, append '${datadir}/libtool/*' to FILES_${PN}
Signed-off-by: Wenzong Fan
---
...tivesdk_2.4.2.bb => nati
From: Wenzong Fan
Rename nativesdk item to prefix vs suffix. Some minor changes for
getting it works after renamed:
* append patches dir 'libtool/' to FILESEXTRAPATHS
* update ${S}, append '${datadir}/libtool/*' to FILES_${PN}
The following changes since commit 9895d2c074156fee338d9
Signed-off-by: Bogdan Marinescu
---
.../kexec/{kexec-tools_2.0.3.bb => kexec-tools_2.0.4.bb} |6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
rename meta/recipes-kernel/kexec/{kexec-tools_2.0.3.bb =>
kexec-tools_2.0.4.bb} (55%)
diff --git a/meta/recipes-kernel/kexec/kexec
Right now qemuimage-testlib hardcodes ext3 as fs type.
We should respect IMAGE_FSTYPES and boot all images
that runqemu supports.
Signed-off-by: Stefan Stanacar
---
meta/classes/imagetest-qemu.bbclass | 25 ++---
scripts/qemuimage-testlib | 21 ++---
Add comment for NOHDD which is used for skipping building the HDDIMG if
set to 1
Signed-off-by: Robert Yang
---
meta/classes/bootimg.bbclass |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index b7ddf42..117929e 100644
--- a/meta
The following changes since commit 9895d2c074156fee338d91aed7cfb0800477c622:
maintainers.inc: update sbc pkg maintainer (2013-05-07 13:58:26 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib robert/nohdd
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?
W dniu 08.05.2013 08:43, Marcin Juszkiewicz pisze:
> I will sort it out today.
Should be solved now.
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
The following changes since commit 9895d2c074156fee338d91aed7cfb0800477c622:
maintainers.inc: update sbc pkg maintainer (2013-05-07 13:58:26 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib robert/python
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/
We had hard coded python-native and python's default optimization to 1,
which made the "assert" statement didn't work, and removed the "-O/-OO"
(optimization options), the target python had a "-N" option to disable
the default optimization, but the native python didn't.
I think that we can set the
On Wed, May 8, 2013 at 10:01 AM, Robert Yang wrote:
> On 05/08/2013 03:35 PM, Erik Botö wrote:
>>
>> On Wed, May 8, 2013 at 9:12 AM, Robert Yang
>> wrote:
>>>
>>> On 05/08/2013 02:36 PM, Erik Botö wrote:
Hi,
On Wed, May 8, 2013 at 8:11 AM, Robert Yang
wrote:
>
>
The bb.fatal() is defined as:
def fatal(*args):
logger.critical(''.join(args))
sys.exit(1)
So anything after bb.fatal() in the same code block doesn't have any
effect, e.g.:
bb.fatal("%s_%s: %s" % (var, pkg, e))
raise e
The "raise e" should be removed.
I searched all the files
The following changes since commit 9895d2c074156fee338d91aed7cfb0800477c622:
maintainers.inc: update sbc pkg maintainer (2013-05-07 13:58:26 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib robert/fatal
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?
On Wed, May 08, 2013 at 11:11:22AM +0300, Bogdan Marinescu wrote:
> Signed-off-by: Bogdan Marinescu
> ---
> .../diffstat/diffstat/aclocal.patch| 34
>
> .../{diffstat_1.55.bb => diffstat_1.57.bb} |8 ++---
> 2 files changed, 38 insertions(+), 4
On 8/05/2013 4:52 PM, Saul Wold wrote:
Richard,
This is an updated version of the C-Pull, it address the udev, binutils
and final gcc-4.8 patches.
I will propose a 4.8 patch to update to that version later this week.
I have another batch of change, but I screwed up the push to MUT before
build
On 08/05/13 03:23, Khem Raj wrote:
Hi Jack
since I was playing with archlinux today, I could reproduce this gcc ICE
problem with angstrom. Actual issue has been already fixed with
http://git.openembedded.org/openembedded-core/commit/?id=b1dc91969f9bb0c2a3a4336f5e9a2f57aabb9f78
but it was stil
patches removed; already included in upstream.
Signed-off-by: Cristian Iorga
---
...tion-error-of-m_ipt.c-with-Werror-enabled.patch | 46 -
.../0001-ip-fix-ipv6-ntable-on-ppc64.patch | 142 -
...ncy-on-sizeof-__u64-sizeof-unsigned-long-.patch | 213 ---
'guile.patch' updated for the new version.
Signed-off-by: Bogdan Marinescu
---
...gen-native_5.12.bb => autogen-native_5.17.3.bb} |6 +-
meta/recipes-devtools/autogen/files/guile.patch| 79 +++-
2 files changed, 45 insertions(+), 40 deletions(-)
rename meta/recipes-dev
On 7 May 2013 18:57, Trevor Woerner wrote:
> I've looked through the list of patches and don't seem to find
> anything that will do what my patch needs to do in order to build
> qemu-1.2.0 on openSuSE 12.3. Would you consider adding the attached
> patch for Danny? (normally I'd send it in-line but
Signed-off-by: Bogdan Marinescu
---
.../byacc/{byacc_20121003.bb => byacc_20130304.bb} |7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
rename meta/recipes-extended/byacc/{byacc_20121003.bb => byacc_20130304.bb}
(73%)
diff --git a/meta/recipes-extended/byacc/byacc_2
Signed-off-by: Marcin Juszkiewicz
---
meta/recipes-devtools/gdb/gdb-common.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc
b/meta/recipes-devtools/gdb/gdb-common.inc
index f574d5c..6f42dff 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++
Signed-off-by: Marcin Juszkiewicz
---
meta/recipes-devtools/gdb/gdb.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/gdb/gdb.inc
b/meta/recipes-devtools/gdb/gdb.inc
index a620eca..3321a24 100644
--- a/meta/recipes-devtools/gdb/gdb.inc
+++ b/meta/recip
Signed-off-by: Marcin Juszkiewicz
---
meta/recipes-devtools/gdb/gdb-7.6.inc | 11 ++
.../gdb/gdb-7.6/gdbserver-cflags-last.diff | 25 ++
.../recipes-devtools/gdb/gdb-cross-canadian_7.6.bb | 5 +
meta/recipes-devtools/gdb/gdb-cross_7.6.bb
Signed-off-by: Marcin Juszkiewicz
---
meta/recipes-devtools/gdb/gdb-common.inc | 3 ---
1 file changed, 3 deletions(-)
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc
b/meta/recipes-devtools/gdb/gdb-common.inc
index 6f42dff..deb3841 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
++
'gdbserver-cflags-last.diff' was integrated into upstream.
Signed-off-by: Bogdan Marinescu
---
meta/recipes-devtools/gdb/gdb-common.inc|6 ++
...-canadian_7.5.1.bb => gdb-cross-canadian_7.6.bb} |2 --
.../gdb/{gdb-cross_7.5.1.bb => gdb-cross_7.6.bb}|2 --
meta/rec
On 05/08/2013 11:06 AM, Robert Yang wrote:
The bb.fatal() is defined as:
def fatal(*args):
logger.critical(''.join(args))
sys.exit(1)
So anything after bb.fatal() in the same code block doesn't have any
effect, e.g.:
bb.fatal("%s_%s: %s" % (var, pkg, e))
raise e
The "raise
Importantly, this fixes CVE-2013-1619.
Upstream doesn't use GNU as a host, so update the SRC_URI.
remove-gets.patch isn't required anymore, obsolete_automake_macros.patch is
merged upstream, and gnutls_fix_for_automake_1.12.1.patch doesn't seem to be
needed. It was merged and reverted upstream,
On Wed, May 8, 2013 at 6:35 AM, Burton, Ross wrote:
> On 7 May 2013 18:57, Trevor Woerner wrote:
>> I've looked through the list of patches and don't seem to find
>> anything that will do what my patch needs to do in order to build
>> qemu-1.2.0 on openSuSE 12.3. Would you consider adding the att
'obsolete_automake_macros.patch' is not needed anymore, because it
was integrated in the specified commit.
Signed-off-by: Bogdan Marinescu
---
.../obsolete_automake_macros.patch | 20
.../oprofile/oprofileui-server_git.bb |7 ++-
meta/r
'fix_use_of_gcc.patch' was integrated in the main repository.
Signed-off-by: Bogdan Marinescu
---
.../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch | 31
.../btrfs-tools/btrfs-tools_git.bb |9 ++
2 files changed, 3 insertions(+), 37 deletions(-)
d
On 05/08/2013 04:43 AM, Marcin Juszkiewicz wrote:
Signed-off-by: Marcin Juszkiewicz
---
meta/recipes-devtools/gdb/gdb-7.6.inc | 11 ++
.../gdb/gdb-7.6/gdbserver-cflags-last.diff | 25 ++
.../recipes-devtools/gdb/gdb-cross-canadian_7.6.bb | 5
On 05/08/2013 04:59 AM, Bogdan Marinescu wrote:
'gdbserver-cflags-last.diff' was integrated into upstream.
Was it really? I note that the patch from Marcin still incorporates a
similar patch, please verify this should not be a rebase.
Sau!
Signed-off-by: Bogdan Marinescu
---
meta/recip
On 05/08/2013 06:33 AM, Bogdan Marinescu wrote:
'fix_use_of_gcc.patch' was integrated in the main repository.
Signed-off-by: Bogdan Marinescu
---
.../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch | 31
.../btrfs-tools/btrfs-tools_git.bb |9 ++
*** BLURB HERE ***
Ionut Radu (9):
libxi: updated from 1.7 to 1.7.1
json-glib: updated from 0.15.2 to 0.16.0
js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0
pciutils: updated from 3.1.10 to 3.2.
libfontenc: Updated from 1.1.1 to 1.1.2
qemu: Updated from 1.4.0 to 1.4.1
ethtool: Updated f
*** BLURB HERE ***
Ionut Radu (9):
libxi: updated from 1.7 to 1.7.1
json-glib: updated from 0.15.2 to 0.16.0
js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0
pciutils: updated from 3.1.10 to 3.2.
libfontenc: Updated from 1.1.1 to 1.1.2
qemu: Updated from 1.4.0 to 1.4.1
ethtool: Updated f
Signed-off-by: Ionut Radu
---
meta/recipes-graphics/xorg-lib/{libxi_1.7.bb => libxi_1.7.1.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxi_1.7.bb => libxi_1.7.1.bb} (81%)
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.bb
b/met
Signed-off-by: Ionut Radu
---
.../json-glib/{json-glib_0.15.2.bb => json-glib_0.16.0.bb} |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-gnome/json-glib/{json-glib_0.15.2.bb =>
json-glib_0.16.0.bb} (79%)
diff --git a/meta/recipes-gnome/json-glib/json-gl
Signed-off-by: Ionut Radu
---
.../js/{js_1.7.0+1.8.0rc1.bb => js_185-1.0.0.bb}|7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
rename meta/recipes-support/js/{js_1.7.0+1.8.0rc1.bb => js_185-1.0.0.bb} (85%)
diff --git a/meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb
Signed-off-by: Ionut Radu
---
.../configure.patch |0
.../guess-fix.patch |0
.../lib-build-fix.patch |0
.../makefile.patch | 18 ++
.../
Signed-off-by: Ionut Radu
---
.../xorg-lib/{libfontenc_1.1.1.bb => libfontenc_1.1.2.bb} |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libfontenc_1.1.1.bb =>
libfontenc_1.1.2.bb} (70%)
diff --git a/meta/recipes-graphics/xorg-lib/lib
0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch and
3f08ffb4a4741d147634761dc053ed386243a0de.patch were backported in 1.4.1
Signed-off-by: Ionut Radu
---
meta/recipes-devtools/qemu/qemu.inc |1 -
meta/recipes-devtools/qemu/{qemu_1.4.0.bb => qemu_1.4.1.bb}
Signed-off-by: Ionut Radu
---
meta/recipes-extended/ethtool/{ethtool_3.8.bb => ethtool_3.9.bb} |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-extended/ethtool/{ethtool_3.8.bb => ethtool_3.9.bb} (78%)
diff --git a/meta/recipes-extended/ethtool/ethtool_3.8.bb
b
Signed-off-by: Ionut Radu
---
.../xorg-lib/{pixman_0.29.2.bb => pixman_0.29.4.bb} |6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
rename meta/recipes-graphics/xorg-lib/{pixman_0.29.2.bb => pixman_0.29.4.bb}
(88%)
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.
Signed-off-by: Ionut Radu
---
.../{gpgme-1.4.0 => gpgme-1.4.1}/disable_gpgconf_check.patch |0
meta/recipes-support/gpgme/{gpgme_1.4.0.bb => gpgme_1.4.1.bb}|6 ++
2 files changed, 2 insertions(+), 4 deletions(-)
rename meta/recipes-support/gpgme/{gpgme-1.4.0 =>
gpgme-1.4.1}/
On Tue, 2013-05-07 at 23:52 -0700, Saul Wold wrote:
> Andreas Müller (2):
> systemd: do not recommend udev-extraconf for udev
> udev: do not recommend udev-extraconf
>
> Andrei Dinu (1):
> SLiRP support in runqemu
This reverts the various other changes made to the script to fix locking
race
On 04/29/2013 11:42 PM, Andrei Dinu wrote:
runqemu script now takes argument "slirp" in order to
run networking on the qemu machine, without root privileges.
changed the runqemu-internal script in order not to activate
the tap devices if the option is set. Also trimmed the
cleanup function so th
On 8 May 2013 15:41, Ionut Radu wrote:
> Signed-off-by: Ionut Radu
Is there anything in oe-core that still needs this? I suspect we only
had it for Web, but as we dropped the non-webkit Web a while back I
don't think we're actually building this at all (apart from in world
builds) so should we
I think it would makes sense to move clutter related packages from
oe-core into a dedicated layer:
* AFAIK nothing in oe-core requires cogl/clutter/mx,
* The packages in oe-core are effectively unmaintained, several upstream
releases behind, and pretty much unusable,
* The somewhat random natur
On Wed, 2013-05-08 at 16:11 +0100, Tomas Frydrych wrote:
> I think it would makes sense to move clutter related packages from
> oe-core into a dedicated layer:
>
> * AFAIK nothing in oe-core requires cogl/clutter/mx,
>
> * The packages in oe-core are effectively unmaintained, several upstream
> r
On Wed, 2013-05-08 at 16:11 +0100, Tomas Frydrych wrote:
> I think it would makes sense to move clutter related packages from
> oe-core into a dedicated layer:
>
> * AFAIK nothing in oe-core requires cogl/clutter/mx,
>
> * The packages in oe-core are effectively unmaintained, several upstream
> r
On 08/05/13 16:23, Richard Purdie wrote:
> On Wed, 2013-05-08 at 16:11 +0100, Tomas Frydrych wrote:
>> I think it would makes sense to move clutter related packages from
>> oe-core into a dedicated layer:
>>
>> * AFAIK nothing in oe-core requires cogl/clutter/mx,
>>
>> * The packages in oe-core are
On 05/07/2013 06:00 AM, Bogdan Marinescu wrote:
A number of patches are now part of the upstream.
Tested by compiling and running core-image-minimal/qemux86.
This patch is not applying cleaning, please verify it. see below
Signed-off-by: Bogdan Marinescu
---
.../gmp/gmp-5.1.0/187b7b1646e
On 08/05/13 16:23, Phil Blundell wrote:
> One particular issue for us is that the clutter recipes as they stand in
> oe-core are very X11-centric. We don't have X and, instead, use the
> eglnative backend. It'd be handy for us if some putative refactoring of
> the recipes made them more friendly
On 05/08/2013 07:55 AM, Burton, Ross wrote:
On 8 May 2013 15:41, Ionut Radu wrote:
Signed-off-by: Ionut Radu
Is there anything in oe-core that still needs this? I suspect we only
had it for Web, but as we dropped the non-webkit Web a while back I
don't think we're actually building this at
On 05/08/2013 07:41 AM, Ionut Radu wrote:
Signed-off-by: Ionut Radu
---
.../configure.patch |0
.../guess-fix.patch |0
.../lib-build-fix.patch |0
.../makefile.patch
On 7 May 2013 10:05, Paul Barker wrote:
> The trailing slashs on "Prefix=${prefix}/" and "-prefix ${prefix}/" are passed
> through to the generated pkgconfig files and may be joined to paths like
> "/include" yielding a final path with a double forward-slash (eg.
> "/usr//include"). This may end u
On Wed, May 08, 2013 at 07:07:57PM +0100, Paul Barker wrote:
> On 7 May 2013 10:05, Paul Barker wrote:
> > The trailing slashs on "Prefix=${prefix}/" and "-prefix ${prefix}/" are
> > passed
> > through to the generated pkgconfig files and may be joined to paths like
> > "/include" yielding a fina
ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2
package
and is now removed by many distro's e.g. Archlinux. So we replace ifconfig with
ip utility
Signed-off-by: Khem Raj
---
scripts/runqemu-gen-tapdevs | 6 +++---
scripts/runqemu-ifup| 6 +++---
scripts/ru
If xserver is started before getty is attached to
virtual terminals, the server might lose the ability
to accept keyboard input, so we go to runlevel 5 at the
very end of inittab.
---
.../recipes-core/sysvinit/sysvinit-inittab/inittab |4 +++-
.../sysvinit/sysvinit-inittab_2.88dsf.bb
On Wed, May 8, 2013 at 3:40 PM, Khem Raj wrote:
> ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2
> package
> and is now removed by many distro's e.g. Archlinux. So we replace ifconfig
> with ip utility
>
> Signed-off-by: Khem Raj
> ---
> scripts/runqemu-gen-tapdev
On May 8, 2013, at 1:15 PM, Trevor Woerner wrote:
> On Wed, May 8, 2013 at 3:40 PM, Khem Raj wrote:
>> ifconfig and its ilk (net-tools package) is deprecated in favour of iproute2
>> package
>> and is now removed by many distro's e.g. Archlinux. So we replace ifconfig
>> with ip utility
>>
>
The default location for bootlog is volatile,
so we change it to something that is not.
---
meta/recipes-core/sysvinit/sysvinit/bootlogd.init | 19 ---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-core/sysvinit/sysvinit/bootlogd.init
b/meta/recipe
On 05/08/2013 08:03 PM, Mike Looijmans wrote:
On 05/08/2013 11:06 AM, Robert Yang wrote:
The bb.fatal() is defined as:
def fatal(*args):
logger.critical(''.join(args))
sys.exit(1)
So anything after bb.fatal() in the same code block doesn't have any
effect, e.g.:
bb.fatal("%s_
On Wed, May 8, 2013 at 7:14 PM, Robert Yang wrote:
> On 05/08/2013 08:03 PM, Mike Looijmans wrote:
>
>> On 05/08/2013 11:06 AM, Robert Yang wrote:
>>
>>> The bb.fatal() is defined as:
>>>
>>> def fatal(*args):
>>> logger.critical(''.join(args))
>>> sys.exit(1)
>>>
>>> So anything after b
These variables should not be shared with other image classes.
The bootimg class also has an HDDDIR variable that could be overwritten
if executing concurrently in the same image recipe.
Signed-off-by: Jonathan Liu
---
meta/classes/boot-directdisk.bbclass | 25 -
1 file c
If the vmdk image symbolic link already exists from a previous build,
overwrite it instead of returning an error.
Signed-off-by: Jonathan Liu
---
meta/classes/image-vmdk.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/image-vmdk.bbclass b/meta/classes/ima
Patches are now part of upstream or no longer needed.
Added new util-linux dependency for isohybrid.
Paths updated to reflect directory structure changes.
Add CFLAGS and LDFLAGS overrides.
[YOCTO #4438]
Signed-off-by: Jonathan Liu
---
meta/classes/boot-directdisk.bbclass | 4 +-
On 05/09/2013 10:23 AM, Chris Larson wrote:
On Wed, May 8, 2013 at 7:14 PM, Robert Yang wrote:
On 05/08/2013 08:03 PM, Mike Looijmans wrote:
On 05/08/2013 11:06 AM, Robert Yang wrote:
The bb.fatal() is defined as:
def fatal(*args):
logger.critical(''.join(args))
sys.exit(1)
On May 8, 2013, at 4:43 AM, Marcin Juszkiewicz
wrote:
> Signed-off-by: Marcin Juszkiewicz
> ---
> meta/recipes-devtools/gdb/gdb-7.6.inc | 11 ++
> .../gdb/gdb-7.6/gdbserver-cflags-last.diff | 25 ++
> .../recipes-devtools/gdb/gdb-cross-canadian_7.
looks good.
Acked-by: Khem Raj
On May 8, 2013, at 4:43 AM, Marcin Juszkiewicz
wrote:
> Signed-off-by: Marcin Juszkiewicz
> ---
> meta/recipes-devtools/gdb/gdb-common.inc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-devtools/gdb/gdb-common.inc
> b/meta/recipes-devtoo
not if we have 1 version.
On May 8, 2013, at 4:43 AM, Marcin Juszkiewicz
wrote:
> Signed-off-by: Marcin Juszkiewicz
> ---
> meta/recipes-devtools/gdb/gdb-common.inc | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/meta/recipes-devtools/gdb/gdb-common.inc
> b/meta/recipes-devtools/gd
Acked-by: Khem Raj
On May 8, 2013, at 4:43 AM, Marcin Juszkiewicz
wrote:
> Signed-off-by: Marcin Juszkiewicz
> ---
> meta/recipes-devtools/gdb/gdb.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/gdb/gdb.inc
> b/meta/recipes-devtools/gdb/gdb.
80 matches
Mail list logo