Op 9 mrt. 2012, om 22:39 heeft Tom Rini het volgende geschreven:
> Hey all,
>
> Over in meta-ti I kicked off a discussion
> (https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000779.html)
> about if we should be using '?=' or '+=' with IMAGE_FSTYPES in the
> machine conf files. This h
On 03/08/2012 10:48 AM, Scott Garman wrote:
On 03/06/2012 02:33 PM, Sergey Lapin wrote:
breaks python ncurses support.
Any ideas on proper fixing? For myself I revert this locally and
everything works perfectly.
(I think .so files and .a archives should be in usr/lib while .so
can go to /lib wh
* The previous copy command preserved the original
owner and permission bits.
* The new command uses root:root and applies OE's
umask.
Signed-off-by: Andreas Oberritter
---
.../linux-firmware/linux-firmware_git.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff
* Explicitly set umask to 022. Otherwise the build system's
umask leaks into the image.
Signed-off-by: Andreas Oberritter
---
* I tried do_package_ipk[umask] = "022" first, but it didn't work.
meta/classes/package_ipk.bbclass |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff
On 03/08/2012 09:39 AM, Mark Hatle wrote:
> On 3/7/12 11:04 AM, Darren Hart wrote:
>>
>>
>> On 03/07/2012 12:21 AM, Koen Kooi wrote:
>>>
>>> Op 7 mrt. 2012, om 09:06 heeft Darren Hart het volgende geschreven:
>>>
Fixes [Yocto #2036]
The source and build directories are unused, remo
* Fixes many problems with linux2 vs. linux3. At least:
- Detected version was from build-host instead of target-host.
- linuxaudiodev and ossaudiodev were disabled for linux3.
- Files were missing in /usr/lib/python2.7/plat-linux3.
* Imported from upstream HG rev c816479f6aaf
* Bugtracker UR
* Python auto-detects libbz2 and there's no way to
force-disable it, so just enable it.
* Adds bz2 support to python-compression.
Signed-off-by: Andreas Oberritter
---
meta/recipes-devtools/python/python_2.7.2.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/
Hey all,
Over in meta-ti I kicked off a discussion
(https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000779.html)
about if we should be using '?=' or '+=' with IMAGE_FSTYPES in the
machine conf files. This has been discussed a little bit before
(http://thread.gmane.org/gmane.comp.handh
* do_split_packages and package_do_split_locales dynamically add
packages in order of appearance of os.walk() or os.listdir().
This order varies between multiple build hosts (and probably
also between successive builds).
* Sort the list of dynamically added packages, to get a consistent
and
* util-linux auto-detects libudev for lsblk, so
disable it, because it's not listed in DEPENDS.
Signed-off-by: Andreas Oberritter
---
meta/recipes-core/util-linux/util-linux.inc |2 +-
meta/recipes-core/util-linux/util-linux_2.21.bb |2 +-
2 files changed, 2 insertions(+), 2 deleti
Hello Raj,
Sorry about the late response.
I think it was just that my path to the linker was the thing causing the
problem here.
However, the botan makefile does work with those standard variables.
I tried changing these variables inside the botan recipe but I suppose they
were getting
written o
On Fri, Mar 9, 2012 at 11:00 AM, Martin Jansa wrote:
> On Fri, Mar 09, 2012 at 04:33:33PM +, McClintock Matthew-B29882 wrote:
>> On Fri, Mar 9, 2012 at 10:32 AM, Matthew McClintock
>> wrote:
>> > On Fri, Mar 9, 2012 at 12:48 AM, Martin Jansa
>> > wrote:
>> >> * also use weak assignment for
On Fri, Mar 9, 2012 at 10:45 AM, Mark Hatle wrote:
> On 3/8/12 2:15 PM, Richard Purdie wrote:
>>
>> On Tue, 2012-03-06 at 17:20 -0600, Matthew McClintock wrote:
>>>
>>> We can use the default value for TUNE_PKGARCH, and now we just
>>> append "-nf" if TARGET_FPU is fpu-soft
>>>
>>> Signed-off-by:
On Fri, Mar 09, 2012 at 04:33:33PM +, McClintock Matthew-B29882 wrote:
> On Fri, Mar 9, 2012 at 10:32 AM, Matthew McClintock
> wrote:
> > On Fri, Mar 9, 2012 at 12:48 AM, Martin Jansa
> > wrote:
> >> * also use weak assignment for SDK_NAME_PREFIX as suggested by khem
> >> * PACKAGE_ARCH is
On 3/8/12 2:15 PM, Richard Purdie wrote:
On Tue, 2012-03-06 at 17:20 -0600, Matthew McClintock wrote:
We can use the default value for TUNE_PKGARCH, and now we just
append "-nf" if TARGET_FPU is fpu-soft
Signed-off-by: Matthew McClintock
---
meta/conf/machine/include/powerpc/arch-powerpc.inc
On Fri, Mar 9, 2012 at 10:32 AM, Matthew McClintock wrote:
> On Fri, Mar 9, 2012 at 12:48 AM, Martin Jansa wrote:
>> * also use weak assignment for SDK_NAME_PREFIX as suggested by khem
>> * PACKAGE_ARCH is not 100% right too, because such SDK image usually has few
>> machine specific packages in
On Fri, Mar 9, 2012 at 12:48 AM, Martin Jansa wrote:
> * also use weak assignment for SDK_NAME_PREFIX as suggested by khem
> * PACKAGE_ARCH is not 100% right too, because such SDK image usually has few
> machine specific packages included (e.g. base-files, securetty, opkg configs)
> but those ar
Signed-off-by: Otavio Salvador
---
.../connman/add_xuser_dbus_permission.patch| 12 +++-
.../connman/connman/disable_alg-test.patch | 18 +-
.../connman/{connman_0.78.bb => connman_0.79.bb} |6 ++
3 files changed, 18 insertions(+), 18 deletion
Use 'run-postinsts' as trigger script name as it describes better the
intent of it.
Signed-off-by: Otavio Salvador
---
meta/recipes-devtools/dpkg/dpkg.inc |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc
b/meta/recipes-devtools/dp
Use 'run-postinsts' as trigger script name as it describes better the
intent of it.
Signed-off-by: Otavio Salvador
---
meta/classes/rootfs_rpm.bbclass |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass
i
Use 'run-postinsts' as trigger script name as it describes better the
intent of it.
Signed-off-by: Otavio Salvador
---
meta/recipes-devtools/opkg/opkg.inc |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-devtools/opkg/opkg.inc
b/meta/recipes-devtools/
When building without package management tools the
ROOTFS_BOOTSTRAP_INSTALL packages need to be available to provide the
bare minimal for rootfs unconfigure postinsts to be on first boot.
Those packages where being include in core-image.bbclass' based images
however every image needs those availab
Signed-off-by: Otavio Salvador
---
.../dpkg/run-postinsts/run-postinsts |4 ++--
.../dpkg/run-postinsts/run-postinsts.awk |2 +-
meta/recipes-devtools/dpkg/run-postinsts_1.0.bb|2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipe
The following changes since commit 50dc8bfbac42b9a9b52a2f7d0568740c41790c13:
rpm 5.4.0: Add rpmdeps-oecore to replace rpmdeps for package.bbclass
(2012-03-09 06:39:52 -0800)
are available in the git repository at:
git://github.com/OSSystems/oe-core master
https://github.com/OSSystems/oe-co
On Fri, 2012-03-09 at 00:07 -0800, Saul Wold wrote:
> On 03/08/2012 01:38 PM, Andreas Oberritter wrote:
> > On 08.03.2012 03:51, Andreas Oberritter wrote:
> >> * Otherwise, recipes that only append to SRC_URI instead of
> >>overwriting it will get the full path of the recipe written
> >>int
On Fri, 2012-03-09 at 09:29 +0100, Martin Jansa wrote:
> On Wed, Feb 29, 2012 at 01:24:12PM +, Richard Purdie wrote:
> > On Wed, 2012-02-29 at 11:47 +0100, Martin Jansa wrote:
> > > * it's machine specific and depends on TIME
> > > basehash changed from 30e97f9eeed1df8488b62b4fb47a3a0c to
>
again, reading the poky ref manual over at yocto, and here's the
explanation of EXTRA_IMAGE_FEATURES:
"Allows extra packages to be added to the generated images. You set
this variable in the local.conf configuration file. Note that some
image features are also added using the IMAGE_FEATURES v
the current yocto dev manual contains the following:
= start
"4.3.4.1. Adding Packages
The simplest way to add extra packages to all images is by using the
IMAGE_INSTALL variable with the _append operator:
IMAGE_INSTALL_append = " strace"
Use of the syntax is important. Specifical
On Wed, Feb 29, 2012 at 01:24:12PM +, Richard Purdie wrote:
> On Wed, 2012-02-29 at 11:47 +0100, Martin Jansa wrote:
> > * it's machine specific and depends on TIME
> > basehash changed from 30e97f9eeed1df8488b62b4fb47a3a0c to
> > 72ea9a277e6599ae9052b169b9a94f1b
> > Variable TOOLCHAIN_CON
On 03/08/2012 01:38 PM, Andreas Oberritter wrote:
On 08.03.2012 03:51, Andreas Oberritter wrote:
* Otherwise, recipes that only append to SRC_URI instead of
overwriting it will get the full path of the recipe written
into the Source: field of the package.
Signed-off-by: Andreas Oberritter
30 matches
Mail list logo