The INHIBIT_PACKAGE_STRIP should be only for ptest package, else debuginfo will
be missing in shared library.
Signed-off-by: Chong Lu
---
meta/recipes-kernel/kmod/kmod_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb
b/meta/recipes-
The following changes since commit 924da20c6f2f183fa7e930e4c3c6b14c090acbe5:
build-appliance-image: Update to dizzy head revision (2014-10-18 16:16:38
+0200)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/kmod
http://git.pokylinux.org/cgit.cgi/poky-co
From: He Zhe
During kernel_do_install it needs to make symbol link at
${D}/lib/modules/${KERNEL_VERSION}/build, but there will not be
${D}/lib/modules/${KERNEL_VERSION} if there is no modules installed for current
image, which will result in a build failure.
Add "mkdir -p ${D}/lib/modules/${KERNE
writes:
> Bitbake.conf now specifies OLDEST_KERNEL to insure that the SDK is
> not run on a kernel that is not supported by a component of the SDK
> (i.e. glibc).
OLDEST_KERNEL is used in glibc recipe only; it would be much better
to build SDK's glibc with an --enable-kernel matching the target
A regression is introduced by commit 66573093:
[ rpm: Fix rpm relocation macro usage ]
_usr turned out to be a relative path to support dyanmic config after
that, but it's being used somewhere as a indicator to locate substrings,
so we must get the real path of it in advance.
Signed-off-by: Ming
Instead of replicating the logic for the host compiler naming from bitbake.conf,
use the BUILD_* variables directly.
Signed-off-by: Ross Burton
---
meta/classes/native.bbclass | 21 +++--
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/meta/classes/native.bbclas
Instead of building specifiaclly for native a static fork of unifdef from
2007, simply package the latest tarball.
Signed-off-by: Ross Burton
---
meta/recipes-devtools/unifdef/files/unifdef.c | 1005
.../unifdef/unifdef-native_2.6.18+git.bb | 21 -
meta/reci
On 7 October 2014 16:50, Andreas Müller wrote:
> -DEPENDS = "expat-native ncurses-native readline-native"
> +DEPENDS = "expat-native ncurses-native readline-native python-native"
>
> -EXTRA_OECONF += "--without-python"
> +inherit pythonnative
Do we want to make this a PACKAGECONFIG option? Addin
On 15 October 2014 23:27, Peter Urbanec wrote:
> opkg upgrade will now call prerm and postrm scripts from the old package
> with "upgrade new-version" arguments, similar to what dpkg does.
>
> Signed-off-by: Peter Urbanec
> ---
> .../opkg/opkg/prerm-and-postrm-scripts.patch | 81
>
On 11 October 2014 11:37, Paul Barker wrote:
> On 11 October 2014 11:33, Hongxu Jia wrote:
>>
>> Here is my patch, and it could not work, I think we are doing
>> the same thing:
>>
>> --- a/libopkg/opkg_remove.c
>> +++ b/libopkg/opkg_remove.c
>> @@ -118,8 +118,11 @@ opkg_remove_dependent_pkgs(pkg
mc-CTRL.patch has now been accepted upstream.
Signed-off-by: Paul Barker
---
meta/recipes-extended/mc/mc/mc-CTRL.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/mc/mc/mc-CTRL.patch
b/meta/recipes-extended/mc/mc/mc-CTRL.patch
index d532bde..e23d9dd
On Mon, 2014-10-20 at 13:45 -0400, Philip Balister wrote:
> I'm trying to make an sd card using the sdimage-bootpart.wks file. I've
> made an image and dd'ed it to a card. The card has a good vfat
> partition, but the ext4 partition won't mount. Looks like bad
> superblock. I can format the partiti
On Tue, Oct 21, 2014 at 7:37 AM, Ross Burton wrote:
> Instead of replicating the logic for the host compiler naming from bitbake
> .conf,
> use the BUILD_* variables directly.
>
> Signed-off-by: Ross Burton
>
This duplication has bugged me for years, but never enough to do something
about it. N
Signed-off-by: Mike Holmes
---
meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 18 ++
1 file changed, 18 insertions(+)
create mode 100644 meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb
diff --git a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb
b/meta-oe/recipes-devtools/cunit/cu
Signed-off-by: Mike Holmes
---
meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 18 ++
1 file changed, 18 insertions(+)
create mode 100644 meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb
diff --git a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb
b/meta-oe/recipes-devtools/cunit/cu
On Mon, 2014-10-20 at 13:45 -0400, Philip Balister wrote:
> I'm trying to make an sd card using the sdimage-bootpart.wks file. I've
> made an image and dd'ed it to a card. The card has a good vfat
> partition, but the ext4 partition won't mount. Looks like bad
> superblock. I can format the partiti
On Tue, Oct 21, 2014 at 05:02:37PM -0400, Mike Holmes wrote:
> Signed-off-by: Mike Holmes
> ---
> meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 18 ++
meta-oe changes belong to openembedded-de...@lists.openembedded.org
> 1 file changed, 18 insertions(+)
> create mode 100644 m
On Monday, October 20, 2014 at 12:26:04 PM, Koen Kooi wrote:
> > Op 19 okt. 2014, om 21:15 heeft Marek Vasut het volgende
> > geschreven:
> >
> > Pull the uImage image format generation from kernel.bbclass into
> > a separate kernel-uimage.bbclass. The recipes which now need to
> > generate an uI
From: Wenzong Fan
* /usr/bin/isc-config.sh
* /usr/bin/bind9-config - hardlink to isc-config.sh
Signed-off-by: Wenzong Fan
---
meta/recipes-connectivity/bind/bind_9.9.5.bb |7 +++
1 file changed, 7 insertions(+)
diff --git a/meta/recipes-connectivity/bind/bind_9.9.5.bb
b/meta/recipes-
From: Wenzong Fan
* /usr/bin/bashbug
Signed-off-by: Wenzong Fan
---
meta/recipes-extended/bash/bash.inc |4
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-extended/bash/bash.inc
b/meta/recipes-extended/bash/bash.inc
index 2fe0c6b..d35d25c 100644
--- a/meta/recipes-extende
From: Wenzong Fan
Clean host path for:
* /usr/bin/crossscripts/tclConfig.sh
* /usr/bin/isc-config.sh
* /usr/bin/bind9-config - hardlink to isc-config.sh
* /usr/bin/compile_et
* /usr/bin/mk_cmds
* /usr/bin/bashbug
The following changes since commit 924da20c6f2f183fa7e930e4c3c6b14c090
From: Wenzong Fan
* /usr/bin/crossscripts/tclConfig.sh
Signed-off-by: Wenzong Fan
---
meta/recipes-devtools/tcltk/tcl_8.6.1.bb |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb
b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb
index 27f73f2..6c2c642 1006
From: Wenzong Fan
* /usr/bin/compile_et
* /usr/bin/mk_cmds
Signed-off-by: Wenzong Fan
---
.../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb |6 ++
1 file changed, 6 insertions(+)
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
b/meta/recipes-devtools/e2fsprogs/e2fsp
From: Wenzong Fan
When using cross compiler to build the package "lsof" on a host,
the value of LSOF_CCV in version.h genegrated by the Makefile
is the version of the compiler on the host while it should be
the version of cross compiler.
On Ubuntu host before fixed:
#define LSOF_CCV"4.
From: Wenzong Fan
When using cross compiler to build the package "lsof" on a host,
the value of LSOF_CCV in version.h genegrated by the Makefile
is the version of the compiler on the host while it should be
the version of cross compiler.
On Ubuntu host before fixed:
#define LSOF_CCV"4.
From: Wenzong Fan
Fix below errors while pam is enabled on target:
root@qemux86:~# newusers
newusers: PAM: Authentication failure
root@qemux86:~# chpasswd
chpasswd: PAM: Authentication failure
The configs copied from "chgpasswd" which command works with pam.
The following changes since
From: Wenzong Fan
Fix below errors while pam is enabled on target:
root@qemux86:~# newusers
newusers: PAM: Authentication failure
root@qemux86:~# chpasswd
chpasswd: PAM: Authentication failure
The configs copied from "chgpasswd" which command works with pam.
Signed-off-by: Wenzong Fan
Hi Ross and Barker,
You are right and I make a mistake.
Sorry.
Liu Jian
于 2014年10月20日 23:04, Burton, Ross 写道:
On 20 October 2014 10:40, Paul Barker wrote:
This patch looks to be corrupted, opkg_svn.bb no longer exists in
oe-core (it's now opkg_0.2.2.bb) and your commit message is very
conf
Hi Barker,
You are right. It is my mistake.
I will send a new one later.
Liu Jian
于 2014年10月20日 18:33, Paul Barker 写道:
On 20 October 2014 10:30, Liu Jian wrote:
"--enable-doc-pages" can control if man page of a package is added
to the file system. "none" and "target" are the two only values
On 10/20/2014 08:31 PM, Burton, Ross wrote:
On 20 October 2014 10:19, Chong Lu wrote:
The data file is different between bit-32 and bit-64 environment.
And the data file is specific to the daemon, and you only want that
installed once. Two gconf daemons will attempt to write the same data
fi
30 matches
Mail list logo