All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] meta: 3 fixes
@ 2015-04-01  7:52 Robert Yang
  2015-04-01  7:53 ` [PATCH 1/3] piglit: add PACKAGECONFIG for freeglut Robert Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Robert Yang @ 2015-04-01  7:52 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit e6aab245623b6ba1ca5f06632d1028c863cef737:

  image_types: Add missing ext4 support (2015-03-31 22:38:50 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/3fixes
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/3fixes

Robert Yang (3):
  piglit: add PACKAGECONFIG for freeglut
  db: fix parallel issue
  glibc: fix a tpo

 .../glibc/glibc/elf-Makefile-fix-a-typo.patch      |   36 ++++++++++++++++++++
 meta/recipes-core/glibc/glibc_2.21.bb              |    1 +
 meta/recipes-graphics/piglit/piglit_git.bb         |    3 ++
 ...akefile-let-libso_target-depend-on-bt_rec.patch |   30 ++++++++++++++++
 meta/recipes-support/db/db_6.0.30.bb               |    1 +
 5 files changed, 71 insertions(+)
 create mode 100644 meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
 create mode 100644 meta/recipes-support/db/db/Makefile-let-libso_target-depend-on-bt_rec.patch

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH 1/3] piglit: add PACKAGECONFIG for freeglut
  2015-04-01  7:52 [PATCH 0/3] meta: 3 fixes Robert Yang
@ 2015-04-01  7:53 ` Robert Yang
  2015-04-01 17:59   ` Martin Jansa
  2015-04-01  7:53 ` [PATCH 2/3] db: fix parallel issue Robert Yang
  2015-04-01  7:53 ` [PATCH 3/3] glibc: fix a tpo Robert Yang
  2 siblings, 1 reply; 13+ messages in thread
From: Robert Yang @ 2015-04-01  7:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-graphics/piglit/piglit_git.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 68ac7e7..e33e4a7 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -21,6 +21,9 @@ REQUIRED_DISTRO_FEATURES = "x11"
 # contents out of $S and $B.
 B="${S}"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut,"
+
 # CMake sets the rpath at build time with the source tree, and will reset it at
 # install time. As we don't install this doesn't happen, so force the rpath to
 # what we need.
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH 2/3] db: fix parallel issue
  2015-04-01  7:52 [PATCH 0/3] meta: 3 fixes Robert Yang
  2015-04-01  7:53 ` [PATCH 1/3] piglit: add PACKAGECONFIG for freeglut Robert Yang
@ 2015-04-01  7:53 ` Robert Yang
  2015-04-01  7:53 ` [PATCH 3/3] glibc: fix a tpo Robert Yang
  2 siblings, 0 replies; 13+ messages in thread
From: Robert Yang @ 2015-04-01  7:53 UTC (permalink / raw)
  To: openembedded-core

Fixed parallel issue:
libtool: link: `bt_rec.lo' is not a valid libtool object
Makefile:867: recipe for target 'libdb-6.0.la' failed
make: *** [libdb-6.0.la] Error 1

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 ...akefile-let-libso_target-depend-on-bt_rec.patch |   30 ++++++++++++++++++++
 meta/recipes-support/db/db_6.0.30.bb               |    1 +
 2 files changed, 31 insertions(+)
 create mode 100644 meta/recipes-support/db/db/Makefile-let-libso_target-depend-on-bt_rec.patch

diff --git a/meta/recipes-support/db/db/Makefile-let-libso_target-depend-on-bt_rec.patch b/meta/recipes-support/db/db/Makefile-let-libso_target-depend-on-bt_rec.patch
new file mode 100644
index 0000000..329bff5
--- /dev/null
+++ b/meta/recipes-support/db/db/Makefile-let-libso_target-depend-on-bt_rec.patch
@@ -0,0 +1,30 @@
+From c640ff9340f358a00835816d0fea03d27a7be978 Mon Sep 17 00:00:00 2001
+From: Robert Yang <liezhi.yang@windriver.com>
+Date: Tue, 31 Mar 2015 00:56:44 -0700
+Subject: [PATCH] Makefile: let libso_target depend on bt_rec
+
+Fixed parallel issue:
+libtool: link: `bt_rec.lo' is not a valid libtool object
+Makefile:867: recipe for target 'libdb-6.0.la' failed
+make: *** [libdb-6.0.la] Error 1
+
+Upstream-Status: Pending
+
+Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
+---
+ Makefile.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index e451f70..0a42375 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -863,7 +863,7 @@ $(libdb_version): $(C_OBJS)
+ 	$(LN) -s $(libdb_version) $(libdb)
+ 
+ # Shared C library.
+-$(libso_target): $(C_OBJS)
++$(libso_target): $(C_OBJS) bt_rec@o@
+ 	$(SOLINK) $(SOFLAGS) $(LDFLAGS) -o $@ $(C_OBJS) \
+ 		$(LIBCSO_LIBS)
+ 	$(RM) $(libdb)
diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb
index 47fb296..9eae5c7 100644
--- a/meta/recipes-support/db/db_6.0.30.bb
+++ b/meta/recipes-support/db/db_6.0.30.bb
@@ -18,6 +18,7 @@ RCONFLICTS_${PN} = "db3"
 SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
 SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.. \
             file://fix-parallel-build.patch \
+            file://Makefile-let-libso_target-depend-on-bt_rec.patch \
            "
 
 SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH 3/3] glibc: fix a tpo
  2015-04-01  7:52 [PATCH 0/3] meta: 3 fixes Robert Yang
  2015-04-01  7:53 ` [PATCH 1/3] piglit: add PACKAGECONFIG for freeglut Robert Yang
  2015-04-01  7:53 ` [PATCH 2/3] db: fix parallel issue Robert Yang
@ 2015-04-01  7:53 ` Robert Yang
  2015-04-01 17:59   ` Martin Jansa
  2015-04-02 22:15   ` Khem Raj
  2 siblings, 2 replies; 13+ messages in thread
From: Robert Yang @ 2015-04-01  7:53 UTC (permalink / raw)
  To: openembedded-core

Fixed a typo:
name-target-directory -> make-target-directory

There is no name-target-directory, it should be make-target-directory,
this fixed the error:
/bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../glibc/glibc/elf-Makefile-fix-a-typo.patch      |   36 ++++++++++++++++++++
 meta/recipes-core/glibc/glibc_2.21.bb              |    1 +
 2 files changed, 37 insertions(+)
 create mode 100644 meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch

diff --git a/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
new file mode 100644
index 0000000..ec48006
--- /dev/null
+++ b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
@@ -0,0 +1,36 @@
+From 6207fb45553ee98f2f326883b7c21b76c8267343 Mon Sep 17 00:00:00 2001
+From: Robert Yang <liezhi.yang@windriver.com>
+Date: Tue, 31 Mar 2015 02:31:25 -0700
+Subject: [PATCH] elf/Makefile: fix a typo
+
+Fixed a typo:
+name-target-directory -> make-target-directory
+
+There is no name-target-directory, it should be make-target-directory,
+this fixed the error:
+/bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
+Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
+
+Upstream-Status: Pending
+
+Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
+---
+ elf/Makefile |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/elf/Makefile b/elf/Makefile
+index e5b142c..62fe245 100644
+--- a/elf/Makefile
++++ b/elf/Makefile
+@@ -358,7 +358,7 @@ $(objpfx)interp.os: $(elf-objpfx)runtime-linker.h
+ 
+ $(elf-objpfx)runtime-linker.h: $(elf-objpfx)runtime-linker.st; @:
+ $(elf-objpfx)runtime-linker.st: $(common-objpfx)config.make
+-	$(name-target-directory)
++	$(make-target-directory)
+ 	echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \
+ 		> ${@:st=T}
+ 	$(move-if-change) ${@:st=T} ${@:st=h}
+-- 
+1.7.9.5
+
diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb
index 91feff5..fcef4ff 100644
--- a/meta/recipes-core/glibc/glibc_2.21.bb
+++ b/meta/recipes-core/glibc/glibc_2.21.bb
@@ -25,6 +25,7 @@ SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \
            file://0001-Add-unused-attribute.patch \
            file://0001-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch \
            file://0001-yes-within-the-path-sets-wrong-config-variables.patch \
+           file://elf-Makefile-fix-a-typo.patch \
            ${EGLIBCPATCHES} \
           "
 EGLIBCPATCHES = "\
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH 1/3] piglit: add PACKAGECONFIG for freeglut
  2015-04-01  7:53 ` [PATCH 1/3] piglit: add PACKAGECONFIG for freeglut Robert Yang
@ 2015-04-01 17:59   ` Martin Jansa
  2015-04-02  3:24     ` Robert Yang
  0 siblings, 1 reply; 13+ messages in thread
From: Martin Jansa @ 2015-04-01 17:59 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]

On Wed, Apr 01, 2015 at 12:53:00AM -0700, Robert Yang wrote:
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>  meta/recipes-graphics/piglit/piglit_git.bb |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
> index 68ac7e7..e33e4a7 100644
> --- a/meta/recipes-graphics/piglit/piglit_git.bb
> +++ b/meta/recipes-graphics/piglit/piglit_git.bb
> @@ -21,6 +21,9 @@ REQUIRED_DISTRO_FEATURES = "x11"

Does this change resolve:
REQUIRED_DISTRO_FEATURES = "x11"
?

If yes, then you should remove it.

>  # contents out of $S and $B.
>  B="${S}"
>  
> +PACKAGECONFIG ??= ""
> +PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut,"
> +
>  # CMake sets the rpath at build time with the source tree, and will reset it at
>  # install time. As we don't install this doesn't happen, so force the rpath to
>  # what we need.
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 3/3] glibc: fix a tpo
  2015-04-01  7:53 ` [PATCH 3/3] glibc: fix a tpo Robert Yang
@ 2015-04-01 17:59   ` Martin Jansa
  2015-04-02  3:12     ` Robert Yang
  2015-04-02 22:15   ` Khem Raj
  1 sibling, 1 reply; 13+ messages in thread
From: Martin Jansa @ 2015-04-01 17:59 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 3301 bytes --]

On Wed, Apr 01, 2015 at 12:53:02AM -0700, Robert Yang wrote:
> Fixed a typo:
> name-target-directory -> make-target-directory

You have another typo in commit message.

> There is no name-target-directory, it should be make-target-directory,
> this fixed the error:
> /bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
> Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
> 
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>  .../glibc/glibc/elf-Makefile-fix-a-typo.patch      |   36 ++++++++++++++++++++
>  meta/recipes-core/glibc/glibc_2.21.bb              |    1 +
>  2 files changed, 37 insertions(+)
>  create mode 100644 meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
> 
> diff --git a/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
> new file mode 100644
> index 0000000..ec48006
> --- /dev/null
> +++ b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
> @@ -0,0 +1,36 @@
> +From 6207fb45553ee98f2f326883b7c21b76c8267343 Mon Sep 17 00:00:00 2001
> +From: Robert Yang <liezhi.yang@windriver.com>
> +Date: Tue, 31 Mar 2015 02:31:25 -0700
> +Subject: [PATCH] elf/Makefile: fix a typo
> +
> +Fixed a typo:
> +name-target-directory -> make-target-directory
> +
> +There is no name-target-directory, it should be make-target-directory,
> +this fixed the error:
> +/bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
> +Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
> +
> +Upstream-Status: Pending
> +
> +Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> +---
> + elf/Makefile |    2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/elf/Makefile b/elf/Makefile
> +index e5b142c..62fe245 100644
> +--- a/elf/Makefile
> ++++ b/elf/Makefile
> +@@ -358,7 +358,7 @@ $(objpfx)interp.os: $(elf-objpfx)runtime-linker.h
> + 
> + $(elf-objpfx)runtime-linker.h: $(elf-objpfx)runtime-linker.st; @:
> + $(elf-objpfx)runtime-linker.st: $(common-objpfx)config.make
> +-	$(name-target-directory)
> ++	$(make-target-directory)
> + 	echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \
> + 		> ${@:st=T}
> + 	$(move-if-change) ${@:st=T} ${@:st=h}
> +-- 
> +1.7.9.5
> +
> diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb
> index 91feff5..fcef4ff 100644
> --- a/meta/recipes-core/glibc/glibc_2.21.bb
> +++ b/meta/recipes-core/glibc/glibc_2.21.bb
> @@ -25,6 +25,7 @@ SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \
>             file://0001-Add-unused-attribute.patch \
>             file://0001-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch \
>             file://0001-yes-within-the-path-sets-wrong-config-variables.patch \
> +           file://elf-Makefile-fix-a-typo.patch \
>             ${EGLIBCPATCHES} \
>            "
>  EGLIBCPATCHES = "\
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 3/3] glibc: fix a tpo
  2015-04-01 17:59   ` Martin Jansa
@ 2015-04-02  3:12     ` Robert Yang
  2015-04-02  4:37       ` Martin Jansa
  0 siblings, 1 reply; 13+ messages in thread
From: Robert Yang @ 2015-04-02  3:12 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core



On 04/02/2015 01:59 AM, Martin Jansa wrote:
> On Wed, Apr 01, 2015 at 12:53:02AM -0700, Robert Yang wrote:
>> Fixed a typo:
>> name-target-directory -> make-target-directory
>
> You have another typo in commit message.

Sorry, I checked again, which typo, please ?

// Robert

>
>> There is no name-target-directory, it should be make-target-directory,
>> this fixed the error:
>> /bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
>> Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>>   .../glibc/glibc/elf-Makefile-fix-a-typo.patch      |   36 ++++++++++++++++++++
>>   meta/recipes-core/glibc/glibc_2.21.bb              |    1 +
>>   2 files changed, 37 insertions(+)
>>   create mode 100644 meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
>>
>> diff --git a/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
>> new file mode 100644
>> index 0000000..ec48006
>> --- /dev/null
>> +++ b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
>> @@ -0,0 +1,36 @@
>> +From 6207fb45553ee98f2f326883b7c21b76c8267343 Mon Sep 17 00:00:00 2001
>> +From: Robert Yang <liezhi.yang@windriver.com>
>> +Date: Tue, 31 Mar 2015 02:31:25 -0700
>> +Subject: [PATCH] elf/Makefile: fix a typo
>> +
>> +Fixed a typo:
>> +name-target-directory -> make-target-directory
>> +
>> +There is no name-target-directory, it should be make-target-directory,
>> +this fixed the error:
>> +/bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
>> +Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
>> +
>> +Upstream-Status: Pending
>> +
>> +Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> +---
>> + elf/Makefile |    2 +-
>> + 1 file changed, 1 insertion(+), 1 deletion(-)
>> +
>> +diff --git a/elf/Makefile b/elf/Makefile
>> +index e5b142c..62fe245 100644
>> +--- a/elf/Makefile
>> ++++ b/elf/Makefile
>> +@@ -358,7 +358,7 @@ $(objpfx)interp.os: $(elf-objpfx)runtime-linker.h
>> +
>> + $(elf-objpfx)runtime-linker.h: $(elf-objpfx)runtime-linker.st; @:
>> + $(elf-objpfx)runtime-linker.st: $(common-objpfx)config.make
>> +-	$(name-target-directory)
>> ++	$(make-target-directory)
>> + 	echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \
>> + 		> ${@:st=T}
>> + 	$(move-if-change) ${@:st=T} ${@:st=h}
>> +--
>> +1.7.9.5
>> +
>> diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb
>> index 91feff5..fcef4ff 100644
>> --- a/meta/recipes-core/glibc/glibc_2.21.bb
>> +++ b/meta/recipes-core/glibc/glibc_2.21.bb
>> @@ -25,6 +25,7 @@ SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \
>>              file://0001-Add-unused-attribute.patch \
>>              file://0001-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch \
>>              file://0001-yes-within-the-path-sets-wrong-config-variables.patch \
>> +           file://elf-Makefile-fix-a-typo.patch \
>>              ${EGLIBCPATCHES} \
>>             "
>>   EGLIBCPATCHES = "\
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 1/3] piglit: add PACKAGECONFIG for freeglut
  2015-04-01 17:59   ` Martin Jansa
@ 2015-04-02  3:24     ` Robert Yang
  2015-04-02 11:10       ` Burton, Ross
  0 siblings, 1 reply; 13+ messages in thread
From: Robert Yang @ 2015-04-02  3:24 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core



On 04/02/2015 01:59 AM, Martin Jansa wrote:
> On Wed, Apr 01, 2015 at 12:53:00AM -0700, Robert Yang wrote:
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>>   meta/recipes-graphics/piglit/piglit_git.bb |    3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
>> index 68ac7e7..e33e4a7 100644
>> --- a/meta/recipes-graphics/piglit/piglit_git.bb
>> +++ b/meta/recipes-graphics/piglit/piglit_git.bb
>> @@ -21,6 +21,9 @@ REQUIRED_DISTRO_FEATURES = "x11"
>
> Does this change resolve:
> REQUIRED_DISTRO_FEATURES = "x11"
> ?
>
> If yes, then you should remove it.

I'm afraid not since it depends on virtual/libx11.

// Robert

>
>>   # contents out of $S and $B.
>>   B="${S}"
>>
>> +PACKAGECONFIG ??= ""
>> +PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut,"
>> +
>>   # CMake sets the rpath at build time with the source tree, and will reset it at
>>   # install time. As we don't install this doesn't happen, so force the rpath to
>>   # what we need.
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 3/3] glibc: fix a tpo
  2015-04-02  3:12     ` Robert Yang
@ 2015-04-02  4:37       ` Martin Jansa
  2015-04-02  5:09         ` Robert Yang
  0 siblings, 1 reply; 13+ messages in thread
From: Martin Jansa @ 2015-04-02  4:37 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 3755 bytes --]

On Thu, Apr 02, 2015 at 11:12:27AM +0800, Robert Yang wrote:
> 
> 
> On 04/02/2015 01:59 AM, Martin Jansa wrote:
> > On Wed, Apr 01, 2015 at 12:53:02AM -0700, Robert Yang wrote:
> >> Fixed a typo:
> >> name-target-directory -> make-target-directory
> >
> > You have another typo in commit message.
> 
> Sorry, I checked again, which typo, please ?

"fix a TPO"
 
> // Robert
> 
> >
> >> There is no name-target-directory, it should be make-target-directory,
> >> this fixed the error:
> >> /bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
> >> Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
> >>
> >> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> >> ---
> >>   .../glibc/glibc/elf-Makefile-fix-a-typo.patch      |   36 ++++++++++++++++++++
> >>   meta/recipes-core/glibc/glibc_2.21.bb              |    1 +
> >>   2 files changed, 37 insertions(+)
> >>   create mode 100644 meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
> >>
> >> diff --git a/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
> >> new file mode 100644
> >> index 0000000..ec48006
> >> --- /dev/null
> >> +++ b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
> >> @@ -0,0 +1,36 @@
> >> +From 6207fb45553ee98f2f326883b7c21b76c8267343 Mon Sep 17 00:00:00 2001
> >> +From: Robert Yang <liezhi.yang@windriver.com>
> >> +Date: Tue, 31 Mar 2015 02:31:25 -0700
> >> +Subject: [PATCH] elf/Makefile: fix a typo
> >> +
> >> +Fixed a typo:
> >> +name-target-directory -> make-target-directory
> >> +
> >> +There is no name-target-directory, it should be make-target-directory,
> >> +this fixed the error:
> >> +/bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
> >> +Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
> >> +
> >> +Upstream-Status: Pending
> >> +
> >> +Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> >> +---
> >> + elf/Makefile |    2 +-
> >> + 1 file changed, 1 insertion(+), 1 deletion(-)
> >> +
> >> +diff --git a/elf/Makefile b/elf/Makefile
> >> +index e5b142c..62fe245 100644
> >> +--- a/elf/Makefile
> >> ++++ b/elf/Makefile
> >> +@@ -358,7 +358,7 @@ $(objpfx)interp.os: $(elf-objpfx)runtime-linker.h
> >> +
> >> + $(elf-objpfx)runtime-linker.h: $(elf-objpfx)runtime-linker.st; @:
> >> + $(elf-objpfx)runtime-linker.st: $(common-objpfx)config.make
> >> +-	$(name-target-directory)
> >> ++	$(make-target-directory)
> >> + 	echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \
> >> + 		> ${@:st=T}
> >> + 	$(move-if-change) ${@:st=T} ${@:st=h}
> >> +--
> >> +1.7.9.5
> >> +
> >> diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb
> >> index 91feff5..fcef4ff 100644
> >> --- a/meta/recipes-core/glibc/glibc_2.21.bb
> >> +++ b/meta/recipes-core/glibc/glibc_2.21.bb
> >> @@ -25,6 +25,7 @@ SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \
> >>              file://0001-Add-unused-attribute.patch \
> >>              file://0001-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch \
> >>              file://0001-yes-within-the-path-sets-wrong-config-variables.patch \
> >> +           file://elf-Makefile-fix-a-typo.patch \
> >>              ${EGLIBCPATCHES} \
> >>             "
> >>   EGLIBCPATCHES = "\
> >> --
> >> 1.7.9.5
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 3/3] glibc: fix a tpo
  2015-04-02  4:37       ` Martin Jansa
@ 2015-04-02  5:09         ` Robert Yang
  0 siblings, 0 replies; 13+ messages in thread
From: Robert Yang @ 2015-04-02  5:09 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core



On 04/02/2015 12:37 PM, Martin Jansa wrote:
> On Thu, Apr 02, 2015 at 11:12:27AM +0800, Robert Yang wrote:
>>
>>
>> On 04/02/2015 01:59 AM, Martin Jansa wrote:
>>> On Wed, Apr 01, 2015 at 12:53:02AM -0700, Robert Yang wrote:
>>>> Fixed a typo:
>>>> name-target-directory -> make-target-directory
>>>
>>> You have another typo in commit message.
>>
>> Sorry, I checked again, which typo, please ?
>
> "fix a TPO"

Ah, yes, thanks, I updated it in the repo.

   git://git.openembedded.org/openembedded-core-contrib rbt/3fixes

// Robert

>
>> // Robert
>>
>>>
>>>> There is no name-target-directory, it should be make-target-directory,
>>>> this fixed the error:
>>>> /bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
>>>> Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
>>>>
>>>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>>>> ---
>>>>    .../glibc/glibc/elf-Makefile-fix-a-typo.patch      |   36 ++++++++++++++++++++
>>>>    meta/recipes-core/glibc/glibc_2.21.bb              |    1 +
>>>>    2 files changed, 37 insertions(+)
>>>>    create mode 100644 meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
>>>>
>>>> diff --git a/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
>>>> new file mode 100644
>>>> index 0000000..ec48006
>>>> --- /dev/null
>>>> +++ b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
>>>> @@ -0,0 +1,36 @@
>>>> +From 6207fb45553ee98f2f326883b7c21b76c8267343 Mon Sep 17 00:00:00 2001
>>>> +From: Robert Yang <liezhi.yang@windriver.com>
>>>> +Date: Tue, 31 Mar 2015 02:31:25 -0700
>>>> +Subject: [PATCH] elf/Makefile: fix a typo
>>>> +
>>>> +Fixed a typo:
>>>> +name-target-directory -> make-target-directory
>>>> +
>>>> +There is no name-target-directory, it should be make-target-directory,
>>>> +this fixed the error:
>>>> +/bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
>>>> +Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
>>>> +
>>>> +Upstream-Status: Pending
>>>> +
>>>> +Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>>>> +---
>>>> + elf/Makefile |    2 +-
>>>> + 1 file changed, 1 insertion(+), 1 deletion(-)
>>>> +
>>>> +diff --git a/elf/Makefile b/elf/Makefile
>>>> +index e5b142c..62fe245 100644
>>>> +--- a/elf/Makefile
>>>> ++++ b/elf/Makefile
>>>> +@@ -358,7 +358,7 @@ $(objpfx)interp.os: $(elf-objpfx)runtime-linker.h
>>>> +
>>>> + $(elf-objpfx)runtime-linker.h: $(elf-objpfx)runtime-linker.st; @:
>>>> + $(elf-objpfx)runtime-linker.st: $(common-objpfx)config.make
>>>> +-	$(name-target-directory)
>>>> ++	$(make-target-directory)
>>>> + 	echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \
>>>> + 		> ${@:st=T}
>>>> + 	$(move-if-change) ${@:st=T} ${@:st=h}
>>>> +--
>>>> +1.7.9.5
>>>> +
>>>> diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb
>>>> index 91feff5..fcef4ff 100644
>>>> --- a/meta/recipes-core/glibc/glibc_2.21.bb
>>>> +++ b/meta/recipes-core/glibc/glibc_2.21.bb
>>>> @@ -25,6 +25,7 @@ SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \
>>>>               file://0001-Add-unused-attribute.patch \
>>>>               file://0001-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch \
>>>>               file://0001-yes-within-the-path-sets-wrong-config-variables.patch \
>>>> +           file://elf-Makefile-fix-a-typo.patch \
>>>>               ${EGLIBCPATCHES} \
>>>>              "
>>>>    EGLIBCPATCHES = "\
>>>> --
>>>> 1.7.9.5
>>>>
>>>> --
>>>> _______________________________________________
>>>> Openembedded-core mailing list
>>>> Openembedded-core@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>>
>


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 1/3] piglit: add PACKAGECONFIG for freeglut
  2015-04-02  3:24     ` Robert Yang
@ 2015-04-02 11:10       ` Burton, Ross
  2015-04-04  3:32         ` Robert Yang
  0 siblings, 1 reply; 13+ messages in thread
From: Burton, Ross @ 2015-04-02 11:10 UTC (permalink / raw)
  To: Robert Yang; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

On 2 April 2015 at 04:24, Robert Yang <liezhi.yang@windriver.com> wrote:

> I'm afraid not since it depends on virtual/libx11.
>

So what's gained by disabling freeglut? Shouldn't we be enabling it if
possible?

Ross

[-- Attachment #2: Type: text/html, Size: 627 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 3/3] glibc: fix a tpo
  2015-04-01  7:53 ` [PATCH 3/3] glibc: fix a tpo Robert Yang
  2015-04-01 17:59   ` Martin Jansa
@ 2015-04-02 22:15   ` Khem Raj
  1 sibling, 0 replies; 13+ messages in thread
From: Khem Raj @ 2015-04-02 22:15 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core


> On Apr 1, 2015, at 12:53 AM, Robert Yang <liezhi.yang@windriver.com> wrote:
> 
> Fixed a typo:
> name-target-directory -> make-target-directory
> 
> There is no name-target-directory, it should be make-target-directory,
> this fixed the error:
> /bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
> Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
> 
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
> .../glibc/glibc/elf-Makefile-fix-a-typo.patch      |   36 ++++++++++++++++++++
> meta/recipes-core/glibc/glibc_2.21.bb              |    1 +
> 2 files changed, 37 insertions(+)
> create mode 100644 meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
> 
> diff --git a/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
> new file mode 100644
> index 0000000..ec48006
> --- /dev/null
> +++ b/meta/recipes-core/glibc/glibc/elf-Makefile-fix-a-typo.patch
> @@ -0,0 +1,36 @@
> +From 6207fb45553ee98f2f326883b7c21b76c8267343 Mon Sep 17 00:00:00 2001
> +From: Robert Yang <liezhi.yang@windriver.com>
> +Date: Tue, 31 Mar 2015 02:31:25 -0700
> +Subject: [PATCH] elf/Makefile: fix a typo
> +
> +Fixed a typo:
> +name-target-directory -> make-target-directory
> +
> +There is no name-target-directory, it should be make-target-directory,
> +this fixed the error:
> +/bin/bash: /path/to/elf/runtime-linker.T: No such file or directory
> +Makefile:361: recipe for target '/path/to/elf/runtime-linker.st' failed
> +
> +Upstream-Status: Pending


This is already fixed upstream so please mark it appropriately.

commit e8b6be0016f131c2ac72bf3213eabdb59800e63b
Author: Andreas Schwab <schwab@suse.de>
Date:   Mon Mar 2 15:47:56 2015 +0100

    Fix parallel build error

> +
> +Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> +---
> + elf/Makefile |    2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/elf/Makefile b/elf/Makefile
> +index e5b142c..62fe245 100644
> +--- a/elf/Makefile
> ++++ b/elf/Makefile
> +@@ -358,7 +358,7 @@ $(objpfx)interp.os: $(elf-objpfx)runtime-linker.h
> + 
> + $(elf-objpfx)runtime-linker.h: $(elf-objpfx)runtime-linker.st; @:
> + $(elf-objpfx)runtime-linker.st: $(common-objpfx)config.make
> +-	$(name-target-directory)
> ++	$(make-target-directory)
> + 	echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \
> + 		> ${@:st=T}
> + 	$(move-if-change) ${@:st=T} ${@:st=h}
> +-- 
> +1.7.9.5
> +
> diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb
> index 91feff5..fcef4ff 100644
> --- a/meta/recipes-core/glibc/glibc_2.21.bb
> +++ b/meta/recipes-core/glibc/glibc_2.21.bb
> @@ -25,6 +25,7 @@ SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \
>            file://0001-Add-unused-attribute.patch \
>            file://0001-When-disabling-SSE-also-make-sure-that-fpmath-is-not.patch \
>            file://0001-yes-within-the-path-sets-wrong-config-variables.patch \
> +           file://elf-Makefile-fix-a-typo.patch \
>            ${EGLIBCPATCHES} \
>           "
> EGLIBCPATCHES = "\
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH 1/3] piglit: add PACKAGECONFIG for freeglut
  2015-04-02 11:10       ` Burton, Ross
@ 2015-04-04  3:32         ` Robert Yang
  0 siblings, 0 replies; 13+ messages in thread
From: Robert Yang @ 2015-04-04  3:32 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core



On 04/02/2015 07:10 PM, Burton, Ross wrote:
>
> On 2 April 2015 at 04:24, Robert Yang <liezhi.yang@windriver.com
> <mailto:liezhi.yang@windriver.com>> wrote:
>
>     I'm afraid not since it depends on virtual/libx11.
>
>
> So what's gained by disabling freeglut? Shouldn't we be enabling it if possible?

There is no freeglut in oe-core, so I think that we need disable it by default.

// Robert

>
> Ross


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-04-04  3:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-01  7:52 [PATCH 0/3] meta: 3 fixes Robert Yang
2015-04-01  7:53 ` [PATCH 1/3] piglit: add PACKAGECONFIG for freeglut Robert Yang
2015-04-01 17:59   ` Martin Jansa
2015-04-02  3:24     ` Robert Yang
2015-04-02 11:10       ` Burton, Ross
2015-04-04  3:32         ` Robert Yang
2015-04-01  7:53 ` [PATCH 2/3] db: fix parallel issue Robert Yang
2015-04-01  7:53 ` [PATCH 3/3] glibc: fix a tpo Robert Yang
2015-04-01 17:59   ` Martin Jansa
2015-04-02  3:12     ` Robert Yang
2015-04-02  4:37       ` Martin Jansa
2015-04-02  5:09         ` Robert Yang
2015-04-02 22:15   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.