Re: [OE-core] [PATCH 4/9] gzip: upgrade to 1.8

2016-06-14 Thread ChenQi
On 06/14/2016 08:03 PM, Richard Purdie wrote: On Tue, 2016-06-14 at 17:41 +0800, ChenQi wrote: On 06/14/2016 12:38 PM, Maxin B. John wrote: Hi, On Sun, Jun 12, 2016 at 10:21:02AM +0800, Chen Qi wrote: Signed-off-by: Chen Qi ---

[OE-core] [oe-core][PATCH] u-boot: extend UBOOT_CONFIG format to support different binary name

2016-06-14 Thread ting.liu
From: Ting Liu When using UBOOT_CONFIG format, the final u-boot binary for each config may have different names. Extend UBOOT_CONFIG format to support different binary to be copied. The new format is supposed to be compatible with old one as ${UBOOT_BINARY} is copied by

[OE-core] [PATCH 1/1] make: 4.2 -> 4.2.1

2016-06-14 Thread Robert Yang
1) Remove unused patch 0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch. 2) Here are the fixes since 4.2, the [SV 47995] is important for us. * maintMakefile: TP recommends rsync for retrieving PO files. * main.c (main): [SV 48009] Reset stack limit for make re-exec. [SV

[OE-core] [PATCH 0/1] make: 4.2 -> 4.2.1

2016-06-14 Thread Robert Yang
Hi RP and Ross, This patch is based on master-next (make 4.2 is on master-next), the 4.2.1 is released on June 10 which contains a patch needed by us, otherwise git may fail to build with make-native: [SV 47995] Ensure forced double-colon rules work with -j. // Robert The following changes

[OE-core] [PATCH] directfb: fix client->gfx_state initialisation

2016-06-14 Thread Andre McCurdy
Shortly before the DirectFB 1.7.7 release, an optimisation was added to CoreGraphicsStateClient_Init() to avoid creating an extended Graphics State object if it will not later be required: 4d422fb Client: Create extended Graphics State object when needed for later usage Unfortunately the

Re: [OE-core] [PATCH 1/1] selftest/runtime-test.py: Add test for import test from other layers

2016-06-14 Thread Mariano Lopez
On 06/14/2016 04:26 AM, Burton, Ross wrote: On 13 June 2016 at 14:32, > wrote: + features = 'INHERIT += "testexport"\n' +features = 'TEST_SUITES = "ping ssh selftest"\n' + +# Build

[OE-core] [master][krogoth][jethro][fido][v2][PATCH 1/2] tzcode: update to 2016e

2016-06-14 Thread Armin Kuster
From: Armin Kuster V2: typo in title (jet lagged) Changes to code zic now outputs a dummy transition at time 2**31 - 1 in zones whose POSIX-style TZ strings contain a '<'. This mostly works around Qt bug 53071 . (Thanks to

[OE-core] [master][krogoth][jethro][fido][v2][PATCH 2/2] tzdata: update to 2016e

2016-06-14 Thread Armin Kuster
From: Armin Kuster Changes affecting future time stamps Africa/Cairo observes DST in 2016 from July 7 to the end of October. Guess October 27 and 24:00 transitions. (Thanks to Steffen Thorsen.) For future years, guess April's last Thursday to October's last Thursday except

Re: [OE-core] [PATCH] flex: Fix top_builddir path for flex's test-driver script

2016-06-14 Thread Benjamin Esquivel
ACK'ed. I verified that your patch works. On Mon, 2016-06-13 at 17:02 -0500, leonardo.sandoval.gonza...@linux.intel.com wrote: > From: Leonardo Sandoval > > Since 5f82d17ac63f6d5b55f7b8d019c239620ab54596, test-driver scripts > look into top_buildir

Re: [OE-core] [PATCH] classes/rm_work: use the idle I/O scheduler class

2016-06-14 Thread Christopher Larson
On Tue, Jun 14, 2016 at 8:18 AM, Ross Burton wrote: > As rm_work is just cleanup it shouldn't starve more important tasks such as > do_compile of I/O, so use BB_TASK_IONICE_LEVEL to run the task in the idle > scheduler class. > > Signed-off-by: Ross Burton

[OE-core] [PATCH] classes/rm_work: use the idle I/O scheduler class

2016-06-14 Thread Ross Burton
As rm_work is just cleanup it shouldn't starve more important tasks such as do_compile of I/O, so use BB_TASK_IONICE_LEVEL to run the task in the idle scheduler class. Signed-off-by: Ross Burton --- meta/classes/rm_work.bbclass | 3 +++ 1 file changed, 3 insertions(+)

Re: [OE-core] [PATCH] icecc.bbclass: replace os.popen with subprocess.check_output

2016-06-14 Thread Burton, Ross
On 14 June 2016 at 15:59, Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com> wrote: > Also, now that we switch to subprocess.check_output, I wonder if we need > to convert it to string (the output of this method) before proceeding. > Yeah, check_output under py3 returns byte arrays,

Re: [OE-core] [PATCH] icecc.bbclass: replace os.popen with subprocess.check_output

2016-06-14 Thread Leonardo Sandoval
On 06/14/2016 09:03 AM, Martin Jansa wrote: * otherwise there is a lot of warnings about missing close on file descriptor Signed-off-by: Martin Jansa --- meta/classes/icecc.bbclass | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git

Re: [OE-core] [PATCHv3 10/30] vte: Upgrade to 0.44.1

2016-06-14 Thread Jussi Kukkonen
On 14 June 2016 at 11:14, Jussi Kukkonen wrote: > * License change LGPL 2.0 -> LGPL 2.1+ > * vte-termcap is no more > * API break: current version seems to be parallel installable > with old one, but I did not opt for that. > * Add patch to avoid stack protection by

[OE-core] [PATCH] icecc.bbclass: replace os.popen with subprocess.check_output

2016-06-14 Thread Martin Jansa
* otherwise there is a lot of warnings about missing close on file descriptor Signed-off-by: Martin Jansa --- meta/classes/icecc.bbclass | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/classes/icecc.bbclass

[OE-core] [PATCH] classes/sdl: remove pointless class

2016-06-14 Thread Ross Burton
This class exists purely to add a number of SDL dependencies, which should be done directly in the recipe. Signed-off-by: Ross Burton --- meta/classes/sdl.bbclass | 6 -- 1 file changed, 6 deletions(-) delete mode 100644 meta/classes/sdl.bbclass diff --git

Re: [OE-core] [PATCH 4/9] gzip: upgrade to 1.8

2016-06-14 Thread Richard Purdie
On Tue, 2016-06-14 at 17:41 +0800, ChenQi wrote: > On 06/14/2016 12:38 PM, Maxin B. John wrote: > > Hi, > > > > On Sun, Jun 12, 2016 at 10:21:02AM +0800, Chen Qi wrote: > > > Signed-off-by: Chen Qi > > > --- > > > meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} |

[OE-core] [PATCH] python3: fix CROSSPYTHONPATH for cross builds

2016-06-14 Thread Awais Belal
There are cases where target and host are of the same type and at such instances the target modules may be loaded if CROSSPYTHONPATH is not correct. This adds host library paths so that target modules are not loaded while cross compiling to avoid illegal instruction issues. Signed-off-by: Awais

Re: [OE-core] [PATCH v2] u-boot: Update to 2016.05 release

2016-06-14 Thread Andrew Shadura
On 13/06/16 14:33, Burton, Ross wrote: > > On 10 June 2016 at 22:35, Andrew Shadura > wrote: > >> Is it something new in this version or is that something that's also >> been broken for a while now? > > It worked

Re: [OE-core] [PATCH 07/11] gnu-efi: 3.0.3 -> 3.0.4

2016-06-14 Thread Burton, Ross
On 14 June 2016 at 05:50, Maxin B. John wrote: > gnu-efi-3.0.4 build failed on qemux86-64 (Build host Debian-8.5) > http://errors.yoctoproject.org/Errors/Details/69406/ > I also see the same error on intel-corei7-64. Also note that the makefiles produce the message

Re: [OE-core] [PATCH 07/11] gnu-efi: 3.0.3 -> 3.0.4

2016-06-14 Thread Maxin B. John
Hi, On Sun, Jun 12, 2016 at 01:25:09AM -0700, Robert Yang wrote: > * Remove gnu-efi-Make-setjmp.S-portable-to-ARM.patch since it is already > in the source. > > * Updated LIC_FILES_CHKSUM > - The following files are gone: > lib/arm/div64.S > lib/arm/lib1funcs.S > - Updated md5sum

Re: [OE-core] [PATCH 4/9] gzip: upgrade to 1.8

2016-06-14 Thread ChenQi
On 06/14/2016 12:38 PM, Maxin B. John wrote: Hi, On Sun, Jun 12, 2016 at 10:21:02AM +0800, Chen Qi wrote: Signed-off-by: Chen Qi --- meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename

Re: [OE-core] [PATCH 4/9] gzip: upgrade to 1.8

2016-06-14 Thread Maxin B. John
Hi, On Sun, Jun 12, 2016 at 10:21:02AM +0800, Chen Qi wrote: > Signed-off-by: Chen Qi > --- > meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb}

Re: [OE-core] [PATCH 1/1] selftest/runtime-test.py: Add test for import test from other layers

2016-06-14 Thread Burton, Ross
On 13 June 2016 at 14:32, wrote: > +features = 'INHERIT += "testexport"\n' > +features = 'TEST_SUITES = "ping ssh selftest"\n' > + > +# Build core-image-sato and testimage > +bitbake('core-image-sato socat') > +bitbake('-c

[OE-core] [PATCH] gcc: make sure header path is set correctly

2016-06-14 Thread Anuj Mittal
We're setting the native header paths in do_configure_prepend, and don't need to set them again here. This results in gcc-target not being able to locate the headers and not being able to detect glibc version, which in turn results in SSP support not getting detected even though it's available in

[OE-core] [PATCHv3 29/30] gtk-engines: Remove as unused

2016-06-14 Thread Jussi Kukkonen
gtk-engines is no longer used by any theme in oe-core Signed-off-by: Jussi Kukkonen --- .../gtk-engines/gtk-engines-2.20.2/glib-2.32.patch | 23 - .../gtk-engines-2.20.2/substitute-tests.patch | 37 --- .../gtk-engines/gtk-engines_2.20.2.bb

[OE-core] [PATCHv3 25/30] matchbox-desktop: Add Sato folder configuration

2016-06-14 Thread Jussi Kukkonen
matchbox-desktop folder configuration for Sato was in a separate project 'matchbox-desktop-sato'. Skip the extra overhead: remove matchbox-desktop-sato and include the files here. Drop Utilities folder and include those icons in the Applictions folder in an effort to make the common case a little

[OE-core] [PATCHv3 30/30] gnome-themes-standard: Use distro_features_check for GTK+2

2016-06-14 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome/gnome-themes-standard_3.18.0.bb

[OE-core] [PATCHv3 27/30] gtk-sato-engine: Remove as unused

2016-06-14 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/gtk-engines/gtk-sato-engine.inc | 25 -- .../gtk-engines/gtk-sato-engine_git.bb | 14 2 files changed, 39 deletions(-) delete mode 100644

[OE-core] [PATCHv3 26/30] packagegroup-self-hosted: Remove unused theme, use Adwaita icons

2016-06-14 Thread Jussi Kukkonen
GTK+3 default theme is included in GTK+3. The corresponding GTK+2 theme would be in gnome-theme-adwaita, but the packagegroup does not have GTK+2 apps anymore. Also move icons to -graphics package. Signed-off-by: Jussi Kukkonen ---

[OE-core] [PATCHv3 28/30] sato-icon-theme: remove as unused

2016-06-14 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../0001-Inherit-the-GNOME-icon-theme.patch| 31 - .../sato-icon-theme/sato-icon-theme_0.4.1.bb | 40 -- 2 files changed, 71 deletions(-) delete mode 100644

[OE-core] [PATCHv3 18/30] libowl: Remove as unused

2016-06-14 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/libowl/libowl_git.bb | 23 --- 1 file changed, 23 deletions(-) delete mode 100644 meta/recipes-sato/libowl/libowl_git.bb diff --git a/meta/recipes-sato/libowl/libowl_git.bb

[OE-core] [PATCHv3 14/30] matchbox-config-gtk: Upgrade to 0.2

2016-06-14 Thread Jussi Kukkonen
New version supports Gtk+3. Rebase the patch. Signed-off-by: Jussi Kukkonen --- .../matchbox-config-gtk/files/no-handed.patch | 26 +- ...onfig-gtk_git.bb => matchbox-config-gtk_0.2.bb} | 11 + 2 files changed, 20 insertions(+), 17

[OE-core] [PATCHv3 16/30] pcmanfm: switch to GTK3 version

2016-06-14 Thread Jussi Kukkonen
From: "Maxin B. John" Build GTK3 version of pcmanfm. Signed-off-by: Maxin B. John Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[OE-core] [PATCHv3 24/30] matchbox-session-sato: Update session startup

2016-06-14 Thread Jussi Kukkonen
* Use Adwaita Gtk+ theme * sato-gtk-engine is no longer needed with Adwaita * GTK_CSD tricks are no longer needed since the panel does not draw on top windows * Add meta-theme index file: it used to be provided by gtk-sato-engine and is used by matchbox-config-gtk only (to be able to show a

[OE-core] [PATCHv3 20/30] gtk+: RRECOMMEND adwaita theme

2016-06-14 Thread Jussi Kukkonen
Without this a gtk+2 app appended to an image is going to look awful. Signed-off-by: Jussi Kukkonen --- meta/recipes-gnome/gtk+/gtk+.inc | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+.inc

[OE-core] [PATCHv3 21/30] webkitgtk: Disable Gtk2 plugin process by default

2016-06-14 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb index 265fedb..6c03e98 100644 ---

[OE-core] [PATCHv3 15/30] leafpad: Replace with L3afpad

2016-06-14 Thread Jussi Kukkonen
L3afpad is a GTK+3 fork of leafpad. Signed-off-by: Jussi Kukkonen --- .../packagegroups/packagegroup-self-hosted.bb | 2 +- .../builder/files/builder_session.sh | 4 +- meta/recipes-sato/l3afpad/l3afpad_git.bb | 23 ++

[OE-core] [PATCHv3 19/30] packagegroup-core-x11-sato: Remove gtk-sato-engine

2016-06-14 Thread Jussi Kukkonen
The theme engine is no longer needed with GTK+3. Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb

[OE-core] [PATCHv3 23/30] sysprof: Upgrade to git version slightly past 3.20

2016-06-14 Thread Jussi Kukkonen
New version uses Gtk+3. 3.20 release requires a bunch of fixes to build without polkit, this git revision inclues those fixes. * Add patch to use proper U64_TO_POINTER macro to fix build on 32 bit platforms. * Forward port memory barrier patches for arm & mips * sysprof builds with loads of

[OE-core] [PATCHv3 17/30] libfm: switch to GTK3 version

2016-06-14 Thread Jussi Kukkonen
From: "Maxin B. John" Build GTK3 version of libfm. Signed-off-by: Maxin B. John Signed-off-by: Jussi Kukkonen --- meta/recipes-support/libfm/libfm_1.2.4.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff

[OE-core] [PATCHv3 22/30] avahi-ui: Build with Gtk+3

2016-06-14 Thread Jussi Kukkonen
Add patch to install GtkBuilder ui files for GTK+3. Signed-off-by: Jussi Kukkonen --- meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb | 11 + ...c-install-GtkBuilder-interface-files-for-.patch | 28 ++ 2 files changed, 34 insertions(+), 5

[OE-core] [PATCHv3 13/30] gst-player: Start building with Gtk+3

2016-06-14 Thread Jussi Kukkonen
Drop the patch that added gtk+2 support. Use an icon that is found in adwaita icon theme. Signed-off-by: Jussi Kukkonen --- .../gstreamer/gst-player/gst-player.desktop| 2 +- .../gstreamer/gst-player/gtk2.patch| 71 --

[OE-core] [PATCHv3 03/30] matchbox-panel-2: Upgrade to 2.10

2016-06-14 Thread Jussi Kukkonen
* Changes in 2.10: - Port to GTK3, avoid all deprecated API - Add --mode for easier testing * Remove a backported patch. * License checksum changes because copyright years change Signed-off-by: Jussi Kukkonen --- .../matchbox-panel-2/files/silence-warnings.patch

[OE-core] [PATCHv3 10/30] vte: Upgrade to 0.44.1

2016-06-14 Thread Jussi Kukkonen
* License change LGPL 2.0 -> LGPL 2.1+ * vte-termcap is no more * API break: current version seems to be parallel installable with old one, but I did not opt for that. * Add patch to avoid stack protection by default * Add SECURITY_NO_PIE_CFLAGS exception until linking failure with

[OE-core] [PATCHv3 11/30] matchbox-terminal: Upgrade to 0.1

2016-06-14 Thread Jussi Kukkonen
New version uses Gtk+3 and a more modern Vte. Signed-off-by: Jussi Kukkonen --- .../{matchbox-terminal_git.bb => matchbox-terminal_0.1.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename

[OE-core] [PATCHv3 12/30] puzzles: Use Gtk+3 by default

2016-06-14 Thread Jussi Kukkonen
Also split the puzzles into two packages (just like the old oh-puzzles). Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/puzzles/puzzles_git.bb | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCHv3 09/30] packagegroup-core-x11: Use adwaita icons instead of sato

2016-06-14 Thread Jussi Kukkonen
Adwaita icon set is significantly more extensive (8MB vs 2MB). However, as pcmanfm already rrecommends adwaita-icon-theme, this change actually makes typical packagegroup-core-x11 smaller as a whole since sato-icon-theme is no longer required. Signed-off-by: Jussi Kukkonen

[OE-core] [PATCHv3 08/30] matchbox-keyboard: Enable GTK+3 IM module

2016-06-14 Thread Jussi Kukkonen
* Build GTK+3 im module (and no GTK+2 by default) * Fix FILES for this case Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCHv3 07/30] connman-gnome: Add patch to port to Gtk+3

2016-06-14 Thread Jussi Kukkonen
Upstream is not really active anymore: patch the Gtk+3 upgrade in for now (long term solution is to change to another UI). Signed-off-by: Jussi Kukkonen --- .../connman/connman-gnome/0001-Port-to-Gtk3.patch | 277 + .../connman/connman-gnome_0.7.bb

[OE-core] [PATCHv3 02/30] matchbox-desktop: Ugrade to 2.1

2016-06-14 Thread Jussi Kukkonen
Changes since 2.0 * Ported to GTK+3 * Removed deprecated API use, started using new GTK+ features like FlowBox instead of custom code * Added --mode for easier debugging One of the LIC_FILES_CHKSUM files was removed upstream. Signed-off-by: Jussi Kukkonen ---

[OE-core] [PATCHv3 05/30] settings-daemon: Upgrade to 0.0.2

2016-06-14 Thread Jussi Kukkonen
* New versions builds with gdk-x11-3.0 and supports gconf key "matchbox_theme". * Remove patch that's already upstream. Signed-off-by: Jussi Kukkonen --- .../files/dso_linking_change_build_fix.patch | 31 -- ...ings-daemon_git.bb =>

[OE-core] [PATCHv3 04/30] sato-screenshot: Upgrade to 0.2

2016-06-14 Thread Jussi Kukkonen
New version supports Gtk+3. Signed-off-by: Jussi Kukkonen --- .../{sato-screenshot_git.bb => sato-screenshot_0.2.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-sato/sato-screenshot/{sato-screenshot_git.bb =>

[OE-core] [PATCHv3 06/30] matchbox-wm: Upgrade to 1.2.1

2016-06-14 Thread Jussi Kukkonen
New version does not change MBWM theme when the Gtk+ theme is changed using Net/ThemeName X property. Signed-off-by: Jussi Kukkonen --- .../matchbox-wm/{matchbox-wm_git.bb => matchbox-wm_1.2.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[OE-core] [PATCHv3 01/30] matchbox-theme-sato: Upgrade to 0.2

2016-06-14 Thread Jussi Kukkonen
New theme is tries to be more compatible with Adwaita: titlebar is thinner, colors are mostly uniform gray instead of green. Signed-off-by: Jussi Kukkonen --- .../matchbox-theme-sato/matchbox-theme-sato_0.1.bb | 8

[OE-core] [PATCHv3 00/30] Port Sato to Gtk+3

2016-06-14 Thread Jussi Kukkonen
Latest version of Sato-gtk3 branch. The main problem is with vte and I'd appreciate input on that: First, it fails to link with "-pie -fpie". I've added a workaround (see below) but on musl vte still fails at runtime because /lib/gcc_s.so.1 seems to be missing symbols? # ldd /lib/libgcc_s.so.1

[OE-core] [PATCH 2/4] package_ipk: restore cwd after packaging

2016-06-14 Thread Ross Burton
opkg-build needs to be executed in the root of the package, so save and restore the current directory so this task doesn't modify the state. Signed-off-by: Ross Burton --- meta/classes/package_ipk.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core] [PATCH 3/4] classes/kernel: remove path assumptions in compile_kernelmodules

2016-06-14 Thread Ross Burton
do_compile_kernelmodules was assuming that the current directory was ${B} but didn't make that explicit, so use an absolute path to ensure this always works. Signed-off-by: Ross Burton --- meta/classes/kernel.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[OE-core] [PATCH 4/4] classes/package: save/restore cwd in split_and_strip_files

2016-06-14 Thread Ross Burton
This function uses chdir() heavily, so save and restore the cwd so that it doesn't affect the system state. Signed-off-by: Ross Burton --- meta/classes/package.bbclass | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/classes/package.bbclass

[OE-core] [PATCH 1/4] classes/image: don't chdir when creating symlinks

2016-06-14 Thread Ross Burton
There's no need to chdir() when creating image symlinks, and using chdir() changes the state for future tasks. Signed-off-by: Ross Burton --- meta/classes/image.bbclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/classes/image.bbclass