Re: [OE-core] [PATCH] python3: Substitute correct python version in shebang

2014-05-04 Thread Jacob Kroon
On Mon, May 5, 2014 at 12:37 AM, Tyler Hall wrote: > If python2 and python3 are both available, scripts that are subject to > this substitution can possibly run with the wrong python version. > python3-config is one such script. > > Signed-off-by: Tyler Hall > --- > meta/recipes-devtools/python

[OE-core] [PATCH V2] ldconfig-native: also default to lib32 and lib64 directories

2014-05-04 Thread Ming Liu
make ldconfig default to /lib+/usr/lib, /lib32+/usr/lib32 and /lib64+/usr/lib64 on bi-ABI architectures. Signed-off-by: Ming Liu --- .../ldconfig-default-to-all-multilib-dirs.patch| 37 ++ meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 4 ++- 2 files changed, 40 in

Re: [OE-core] [PATCH] python3: Substitute correct python version in shebang

2014-05-04 Thread Khem Raj
On Sun, May 4, 2014 at 3:37 PM, Tyler Hall wrote: > If python2 and python3 are both available, scripts that are subject to > this substitution can possibly run with the wrong python version. > python3-config is one such script. > > Signed-off-by: Tyler Hall Thanks looks good to me. > --- > met

Re: [OE-core] [PATCH v2] serial-getty service: Add linux as default TERM

2014-05-04 Thread Khem Raj
On Sun, May 4, 2014 at 7:51 PM, Joel Fernandes wrote: > Khem, > terminfo data (/usr/share/terminfo) seems to be coming from ncurses in > my build. I think ncurses-terminfo-base. Not sure what the right > dependency play we should be doing for this... set dependency to > ncurses-terminfo-base? > a

Re: [OE-core] [PATCH v2] serial-getty service: Add linux as default TERM

2014-05-04 Thread Joel Fernandes
On 05/04/2014 09:37 PM, Joel Fernandes wrote: > On 05/04/2014 09:31 PM, Khem Raj wrote: >> On Sun, May 4, 2014 at 3:17 AM, Jonathan Liu wrote: >>> I would prefer: >>> Environment="TERM=xterm" >>> ExecStart=-/sbin/agetty -8 --keep-baud %I @BAUDRATE@ $TERM >> >> I wonder if that would add some depen

Re: [OE-core] [PATCH v2] serial-getty service: Add linux as default TERM

2014-05-04 Thread Joel Fernandes
On 05/04/2014 09:31 PM, Khem Raj wrote: > On Sun, May 4, 2014 at 3:17 AM, Jonathan Liu wrote: >> I would prefer: >> Environment="TERM=xterm" >> ExecStart=-/sbin/agetty -8 --keep-baud %I @BAUDRATE@ $TERM > > I wonder if that would add some dependency on right terminfo being > present on system ? >

Re: [OE-core] [PATCH v2] serial-getty service: Add linux as default TERM

2014-05-04 Thread Khem Raj
On Sun, May 4, 2014 at 3:17 AM, Jonathan Liu wrote: > I would prefer: > Environment="TERM=xterm" > ExecStart=-/sbin/agetty -8 --keep-baud %I @BAUDRATE@ $TERM I wonder if that would add some dependency on right terminfo being present on system ? -- ___

Re: [OE-core] rm_work not cleaning up when doing "-c populate_sdk"

2014-05-04 Thread Khem Raj
On Sun, May 4, 2014 at 1:04 PM, Jacob Kroon wrote: > Hello, > > I'm using the rm_work class in my setup, and I noticed that the work > directories for all my nativesdk-* packages we're not being cleaned up. > > I do "bitbake -c populate_sdk my-image" to create the SDK. > > From what I can tell by

Re: [OE-core] [PATCH] ldconfig-native: default to both lib and lib64 directories

2014-05-04 Thread Ming Liu
On 05/05/2014 09:00 AM, Khem Raj wrote: On Sun, May 4, 2014 at 2:30 AM, Ming Liu wrote: make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64 on bi-ABI architectures. There is also lib32 and usr/lib32 version when you have mips. So this is half solution if you want to solve mutlili

Re: [OE-core] [oe-commits] Khem Raj : lttng-modules_2.3.3.bb: Fix build on ARM/gcc-4.9

2014-05-04 Thread Khem Raj
On Sun, May 4, 2014 at 6:04 PM, Martin Jansa wrote: > I'm already testing it with daisy build to fix one world build issue, if > that works, can we drop 4.9 from commit message? OK, will do it in next rebase -- ___ Openembedded-core mailing list Openem

Re: [OE-core] [oe-commits] Khem Raj : lttng-modules_2.3.3.bb: Fix build on ARM/gcc-4.9

2014-05-04 Thread Martin Jansa
On Sun, May 04, 2014 at 04:53:14PM -0700, Khem Raj wrote: > On Sun, May 4, 2014 at 7:50 AM, Martin Jansa wrote: > >> Update the structure to work with immutable bio_vecs > > > > Is this really 4.9 specific? It's failing with the same error message in > > every qemuarm world build (even with daisy)

Re: [OE-core] [PATCH] ldconfig-native: default to both lib and lib64 directories

2014-05-04 Thread Khem Raj
On Sun, May 4, 2014 at 2:30 AM, Ming Liu wrote: > make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64 > on bi-ABI architectures. There is also lib32 and usr/lib32 version when you have mips. So this is half solution if you want to solve mutlilib > > Signed-off-by: Ming Liu > --- >

Re: [OE-core] Quick question about OE-core/bitbake's re-building

2014-05-04 Thread Joel Fernandes
On 05/04/2014 04:52 PM, Tyler Hall wrote: > On Sun, May 4, 2014 at 4:53 PM, Joel Fernandes > wrote: > > How does it figure out when it needs to rebuild a package? > > > Bitbake generates hashes for every task that are based on the data that > will be used when running

[OE-core] [RFC][PATCH] python3: Revert python-config to distutils.sysconfig

2014-05-04 Thread Tyler Hall
The newer sysconfig module shares some code with distutils.sysconfig, but the same modifications as in 12-distutils-prefix-is-inside-staging-area.patch makes distutils.sysconfig affect the native runtime as well as cross building. Use the old, patched implementation which returns paths in the st

Re: [OE-core] [oe-commits] Khem Raj : lttng-modules_2.3.3.bb: Fix build on ARM/gcc-4.9

2014-05-04 Thread Khem Raj
On Sun, May 4, 2014 at 7:50 AM, Martin Jansa wrote: >> Update the structure to work with immutable bio_vecs > > Is this really 4.9 specific? It's failing with the same error message in > every qemuarm world build (even with daisy). its not specific to gcc 4.9, however thats where I discovered it.

Re: [OE-core] [PATCH] grub-efi: Use a variable to specify built-in grub modules.

2014-05-04 Thread Philip Tricca
ping ... On 04/15/2014 09:16 PM, Philip Tricca wrote: > The previous behavior defines a static set of modules that are built > into the grub efi executable. This works fine for a limited set of boot > environments namely the standard linux/initrd. This patch conditionally > assigns the same modul

[OE-core] [PATCH] python3: Substitute correct python version in shebang

2014-05-04 Thread Tyler Hall
If python2 and python3 are both available, scripts that are subject to this substitution can possibly run with the wrong python version. python3-config is one such script. Signed-off-by: Tyler Hall --- meta/recipes-devtools/python/python3-native_3.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] Quick question about OE-core/bitbake's re-building

2014-05-04 Thread Tyler Hall
On Sun, May 4, 2014 at 4:53 PM, Joel Fernandes wrote: > How does it figure out when it needs to rebuild a package? > Bitbake generates hashes for every task that are based on the data that will be used when running the task. This includes the body of the task function, any variables it reference

[OE-core] Quick question about OE-core/bitbake's re-building

2014-05-04 Thread Joel Fernandes
Hi, How does it figure out when it needs to rebuild a package? For example if I modify the file: ../meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service Does it track the modification time to know it needs to rebuild "systemd-serialgetty"? Because doing such a modification didn'

[OE-core] [PATCH v4] serial-getty service: Add xterm as default TERM

2014-05-04 Thread Joel Fernandes
In poky with systemd enabled, vt102 is selected for getty causing user to experience a very crappy terminal. Default TERM to xterm. Reviewed-by: Jonathan Liu Signed-off-by: Joel Fernandes --- v2: Removed PR bump. v3: Changed TERM to xterm than linux, pass -8 to getty. v4: Corrected patch title (

[OE-core] [PATCH v3] serial-getty service: Add linux as default TERM

2014-05-04 Thread Joel Fernandes
In poky with systemd enabled, vt102 is selected for getty causing user to experience a very crappy terminal. Default TERM to xterm. Reviewed-by: Jonathan Liu Signed-off-by: Joel Fernandes --- v2: Removed PR bump. v3: Changed TERM to xterm, pass -8 to getty. .../systemd-serialgetty/serial-getty

Re: [OE-core] [PATCH v2] serial-getty service: Add linux as default TERM

2014-05-04 Thread Joel Fernandes
On 05/04/2014 05:17 AM, Jonathan Liu wrote: > On 4/05/2014 9:36 AM, Joel Fernandes wrote: >> In poky with systemd enabled, vt102 is selected for getty >> causing user to experience a very crappy terminal. Default >> TERM to linux. >> >> Signed-off-by: Joel Fernandes >> --- >> v2: Dropped PR bump >

[OE-core] rm_work not cleaning up when doing "-c populate_sdk"

2014-05-04 Thread Jacob Kroon
Hello, I'm using the rm_work class in my setup, and I noticed that the work directories for all my nativesdk-* packages we're not being cleaned up. I do "bitbake -c populate_sdk my-image" to create the SDK. >From what I can tell by looking at rm_work.class, the rm_work task is appended at the en

[OE-core] [PATCH] scripts/cleanup-workdir: fix after binutils-cross name change

2014-05-04 Thread Stefan Stanacar
Signed-off-by: Stefan Stanacar --- scripts/cleanup-workdir | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir index 25fef97..cffac59 100755 --- a/scripts/cleanup-workdir +++ b/scripts/cleanup-workdir @@ -49,9 +49,10 @@ def ru

Re: [OE-core] [oe-commits] Khem Raj : lttng-modules_2.3.3.bb: Fix build on ARM/gcc-4.9

2014-05-04 Thread Martin Jansa
On Sun, May 04, 2014 at 11:16:29AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master-next > Commit: 09d3d8f97d6c60707b8dfb3fa5b04fa2efe6f6f6 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=09d3d8f97d6c60707b8dfb3fa5b04fa2efe6f6f6 >

[OE-core] [PATCH] gdbm: enable ptest support

2014-05-04 Thread Maxin B. John
From: "Maxin B. John" Install gdbm test-suite and run it as ptest Signed-off-by: Maxin B. John --- meta/recipes-support/gdbm/files/ptest.patch | 36 +++ meta/recipes-support/gdbm/files/run-ptest |7 ++ meta/recipes-support/gdbm/gdbm_1.11.bb | 13 +

[OE-core] [PATCH] ldconfig-native: default to both lib and lib64 directories

2014-05-04 Thread Ming Liu
make ldconfig default to both /lib+/usr/lib and /lib64+/usr/lib64 on bi-ABI architectures. Signed-off-by: Ming Liu --- .../ldconfig-default-to-both-lib-and-lib64.patch | 32 ++ meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 4 ++- 2 files changed, 35 insertions(+), 1

Re: [OE-core] [PATCH v2] serial-getty service: Add linux as default TERM

2014-05-04 Thread Jonathan Liu
On 4/05/2014 9:36 AM, Joel Fernandes wrote: In poky with systemd enabled, vt102 is selected for getty causing user to experience a very crappy terminal. Default TERM to linux. Signed-off-by: Joel Fernandes --- v2: Dropped PR bump .../systemd-serialgetty/serial-getty@.service |1 +