hi,
How can i install shutil.py in roofs. I need this file for
audit2allow. In rootfs remaining .py files are including
/usr/share/python-support/
but not shutil.py. i want to include this file in rootfs how can i install
this?
regards
vivek
--
_
Hi Vivek,
On Tue, Oct 20, 2015 at 02:38:36PM +0530, Vivek Per wrote:
> hi,
> How can i install shutil.py in roofs. I need this file for audit2allow.
> In rootfs remaining .py files are including /usr/share/python-support/
> but not shutil.py. i want to include this file in rootfs how can i ins
From: Wenzong Fan
'ln --relative' doesn't work on Ubuntu 12.04 that has ln 8.13. The
changes involved by SELinux commit:
commit 71393a181d63c9baae5fe8dcaeb9411d1f253998
Author: Steve Lawrence
Date: Mon Oct 20 15:46:17 2014 -0400
libselinux: libsepol: use ln --relative to create .so
On 20-Oct-2015 11:49 am, "Anders Darander" wrote:
>
> Please don't top-post. I've reformatted the e-mail in my replly.
>
> * atulkumar singh [151020 05:22]:
>
> > On 19-Oct-2015 5:38 pm, "Martin Jansa" wrote:
>
> > > On Sat, Oct 17, 2015 at 08:01:59AM +0530, atulkumar singh wrote:
> > > > Hi All
i have put "python-shell" in IMAGE_INSTALL it worked fine.
Thanks
vivek
On Tue, Oct 20, 2015 at 10:04 AM, Maxin B. John
wrote:
> Hi Vivek,
>
> On Tue, Oct 20, 2015 at 02:38:36PM +0530, Vivek Per wrote:
> > hi,
> > How can i install shutil.py in roofs. I need this file for audit2allow.
> > In r
Hi,
I created a bbappend for linux-yocto_4.1.bb to use our own kernel source git
url, a yocto-kernel-cache git tree is created to manage the distro specific
kernel fragments, I want to use both Yocto yocto-kernel-cache and our own
yocto-kernel-cache git, can this multiple yocto-kernel-cache mir
On 15-10-20 09:01 AM, Luo Zhenhua wrote:
Hi,
I created a bbappend for linux-yocto_4.1.bb to use our own kernel source
git url, a yocto-kernel-cache git tree is created to manage the distro
specific kernel fragments, I want to use both Yocto yocto-kernel-cache
and our own yocto-kernel-cache git,
2015-10-16 17:14 GMT+02:00 Jens Rehsack :
>
> While IcedTea maintains the ARMJIT within hotspot ported from OpenJDK6,
> ZeroShark uses LLVM's JIT.
>
> Since ARM support in LLVM's JIT was utterly broken, MCJIT support is
> required for ZeroShark.
> I was working on that but my ARMv7 and my ARMv5 ar
From: Peter Seebach
The mingw32 runtime has issues building libgomp, so drop it for now.
Signed-off-by: Peter Seebach
Signed-off-by: Mark Hatle
---
recipes-devtools/gcc/gcc-runtime_4.9.bbappend | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-devtools/gcc/gcc-ru
From: Peter Seebach
Rename the bbappends to use % so they can be used with both 4.x
and 5.x. None of these changes appear to be specific to a given
version of gcc.
Signed-off-by: Peter Seebach
Signed-off-by: Mark Hatle
---
recipes-devtools/gcc/gcc-cross-canadian_%.bbappend | 6 ++
rec
From: Peter Seebach
Signed-off-by: Peter Seebach
Signed-off-by: Mark Hatle
---
recipes-devtools/binutils/binutils-cross-canadian_2.25%.bbappend | 5 +
recipes-devtools/binutils/binutils-cross-canadian_2.25.bbappend | 5 -
2 files changed, 5 insertions(+), 5 deletions(-)
create mode 1
Also we skip the staticdev sanity check, as the '.a' file should be packaged
as listed.
Signed-off-by: Mark Hatle
---
recipes-devtools/gcc/gcc_%.bbappend | 6 ++
1 file changed, 6 insertions(+)
create mode 100644 recipes-devtools/gcc/gcc_%.bbappend
diff --git a/recipes-devtools/gcc/gcc_%.b
Mark Hatle (1):
nativesdk-gcc: Add mingw32 named libraries to files list
Peter Seebach (3):
gcc-runtime: Drop libgomp for mingw32 runtime
binutils*.bbappend: Work with all 2.25 versions
gcc*.bbappend: Work with 5.2.
recipes-devtools/binutils/binutils-cross-canadian_2.25%.bbappend | 5 +++
On Sun, Oct 18, 2015 at 2:57 AM, Paul Barker wrote:
> On Fri, Oct 16, 2015 at 07:38:19PM +, Ahsan, Noor wrote:
> > On Oct 16, 2015, at 5:47 AM, Ahsan, Noor noor_ah...@mentor.com>> wrote:
> >
> > Hello,
> >
> > I noticed that at the time of rootfs creation symbolic links of the ipk
> files pr
On Tue, Oct 20, 2015 at 10:14 AM, Christopher Larson
wrote:
>
> On Sun, Oct 18, 2015 at 2:57 AM, Paul Barker
> wrote:
>
>> On Fri, Oct 16, 2015 at 07:38:19PM +, Ahsan, Noor wrote:
>> > On Oct 16, 2015, at 5:47 AM, Ahsan, Noor > noor_ah...@mentor.com>> wrote:
>> >
>> > Hello,
>> >
>> > I noti
From: California Sullivan
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS won't always grab your out-of-tree
module recipe since the kernel recipe's PACKAGES_DYNAMIC variable
provides kernel-module-*. This patch documents that your out-of-tree
module needs to explicitly set its PACKAGES variable to avoid thi
Hello there,
I am using yocto core-image-minimal image for my beagle bone black, and
everything is OK, but my USB port doesn't work at all.
Is there anyone having experience in this issue to give me some guide, please?
Thanks,
--
___
yocto mailing li
Hi,
I'm trying to do some modifications in the OE-internals (just some personal
customizations), in the Python code. In particular, I changed the file
oe-core/meta/lib/oe/terminal.py
I also compiled it into a terminal.pyc file. However, the modifications don't
seem to be picked up by bitbake. Is
> On Oct 20, 2015, at 2:49 AM, wenzong@windriver.com wrote:
>
> From: Wenzong Fan
>
> 'ln --relative' doesn't work on Ubuntu 12.04 that has ln 8.13. The
OE-Core has lnr script you can use that.
> changes involved by SELinux commit:
>
> commit 71393a181d63c9baae5fe8dcaeb9411d1f253998
>
[YOCTO #6854]
This patchset relocates nigtly-no-x11.conf to buildset-config.staging
while work in in progress. It also removes nightly-no-x11 from the
yoctoAB.conf file in buildset-config.controller dir. This effecitively
removed the currently non-functioning no-x11 build from nightly build
for no
20 matches
Mail list logo