[OE-core] [oe-core][fido][PATCH] [AArch64] Fix the big endian loader name

2015-11-19 Thread Adrian Calianu
Backported from glibc 2.22 (master) Signed-off-by: Adrian Calianu --- .../AArch64-Fix-the-big-endian-loader-name.patch | 49 ++ meta/recipes-core/glibc/glibc_2.21.bb | 1 + 2 files changed, 50 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc

Re: [OE-core] [PATCH] automake: set test-driver path relative to top_builddir

2014-11-13 Thread Adrian Calianu
:59 PM To: Adrian Calianu Cc: OE-core Subject: Re: [OE-core] [PATCH] automake: set test-driver path relative to top_builddir On 12 November 2014 12:00, Adrian Calianu mailto:adrian.cali...@enea.com>> wrote: +Set the path relative to $top_build for test-driver to be accesible at runtime + +

[OE-core] [PATCH] automake: set test-driver path relative to top_builddir

2014-11-12 Thread Adrian Calianu
for test-driver in Makefile to work on target. $top_builddir can guarantee this path. Signed-off-by: Adrian Calianu --- .../automake/new_rt_path_for_test-driver.patch | 34 ++ meta/recipes-devtools/automake/automake_1.14.1.bb | 3 +- 2 files changed, 36 insertions

[OE-core] aarch64: correct path for ld-linux-aarch64.so

2014-09-16 Thread Adrian Calianu
Hello, Building a core-image-minial with poky distro for a new aarch64 machine I found that the ld-linux-aarch64.so is stored under /lib64 folder into rootfs. Due to this issue the init process doesn't start. I think the correct location is under /lib folder. Kernel panic - not syncing: N

Re: [OE-core] [PATCHv2 1/2] Add wic support to generate rootfs image for uboot

2014-06-12 Thread Adrian Calianu
and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCHv2 1/2] Add wic support to generate rootfs > image for uboot > > Hello, > > On Thu, Jun 12, 2014 at 5:43 AM, wrote: > > From: Adrian Calianu > > > > Add support in wic to build ramdisk u

[OE-core] [PATCH 1/1] Add wic support to generate rootfs image for uboot

2014-06-10 Thread Adrian Calianu
.../path_to_native_sysroot -o .../output Signed-off-by: Adrian Calianu --- scripts/lib/image/canned-wks/uboot.wks | 17 + scripts/lib/image/config/wic.conf |4 + scripts/lib/image/engine.py|7 +- scripts/lib/mic/imager/direct.py

[OE-core] [PATCH 0/1] wic: Add wic support to generate rootfs image for uboot

2014-06-10 Thread Adrian Calianu
image: wic create ../poky/scripts/lib/image/canned-wks/uboot.wks -n .../path_to_native_sysroot -o .../output Adrian Calianu (1): Add wic support to generate rootfs image for uboot scripts/lib/image/canned-wks/uboot.wks | 17 + scripts/lib/image/config/wic.conf

Re: [OE-core] [PATCH 2/2] wic: add support to look in all layers and get plugins

2014-06-02 Thread Adrian Calianu
layer_dirs = [] > + > + for layer_path in self.layers_path.split(): > +path = os.path.join(layer_path, SCRIPTS_PLUGIN_DIR, ptype) > +layer_dirs.append(path) > > -self.plugin_dir = scripts_path + "/lib/mic/plugins" > +

[OE-core] [PATCH] oprofileui-server_git: add avahi-daemon to RDEPENDS list

2014-04-22 Thread Adrian Calianu
: Pending Signed-off-by: Adrian Calianu --- meta/recipes-kernel/oprofile/oprofileui-server_git.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb index dbb5599..be9320f