[OE-core] [PATCH] image_types.bbclass: add support for multiple ubi sizes

2015-04-24 Thread Pushpal Sidhu
t's own symlinks as well as cleans up it's own cfg file. Signed-off-by: Pushpal Sidhu --- meta/classes/image_types.bbclass | 55 +++- 1 file changed, 43 insertions(+), 12 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/ima

[OE-core] [PATCH 0/1] Add new FSTYPE: multiubi

2015-04-24 Thread Pushpal Sidhu
I am submitting a patch that will add a new filesystem type called 'multiubi'. Without repeating my commit message verbatim, I want the ability to create multiple ubi's that cater to different flash sizes. This is ideal for some boards I've encountered that can have anywhere from nMB to nGB of

Re: [OE-core] [PATCH] image_types.bbclass: add support for multiple ubi sizes

2015-05-05 Thread Pushpal Sidhu
ping. - Pushpal On Mon, Apr 27, 2015 at 5:36 AM, Otavio Salvador wrote: > > On Fri, Apr 24, 2015 at 9:32 PM, Pushpal Sidhu wrote: > > Add new FSTYPE called 'multiubi'. This new type has the ability to > > create multple ubi's, something that's extremely

Re: [OE-core] [PATCH] image_types.bbclass: add support for multiple ubi sizes

2015-05-18 Thread Pushpal Sidhu
Richard, Can I get some feedback/consumption on this? - Pushpal On Fri, Apr 24, 2015 at 5:23 PM, Pushpal Sidhu wrote: > Add new FSTYPE called 'multiubi'. This new type has the ability to > create multple ubi's, something that's extremely useful on boards that > ca

Re: [OE-core] [PATCH] image_types.bbclass: add support for multiple ubi sizes

2015-06-30 Thread Pushpal Sidhu
ping - Pushpal On Mon, May 18, 2015 at 4:05 PM, Pushpal Sidhu wrote: > Richard, > > Can I get some feedback/consumption on this? > > - Pushpal > > On Fri, Apr 24, 2015 at 5:23 PM, Pushpal Sidhu wrote: >> Add new FSTYPE called 'multiubi'. This new type has t

[OE-core] [PATCH] mtd-utils: add acl dependency

2015-08-27 Thread Pushpal Sidhu
. Signed-off-by: Pushpal Sidhu --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index 8d4892a..72ce9ed 100644 --- a/meta/recipes-devtools/mtd/mtd

Re: [OE-core] [PATCH] mtd-utils: add acl dependency

2015-08-27 Thread Pushpal Sidhu
I see that there is a pending patch posted today to address this (subject: OE-core] [PATCH 1/1] mtd-utils: add xattr PACKAGECONFIG and fix acl dependency). Sorry for the noise. - Pushpal On Thu, Aug 27, 2015 at 3:22 PM, Pushpal Sidhu wrote: > Without this DEPEND, build will break for mtd-ut

[OE-core] [PATCH] iw: fix build path

2015-10-15 Thread Pushpal Sidhu
The source get's checked out into ${PN}-${PV}, not 'build'. Currently, building iw is broken because none of the source files are found. Signed-off-by: Pushpal Sidhu --- meta/recipes-connectivity/iw/iw_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] iw: fix build path

2015-10-16 Thread Pushpal Sidhu
On Thu, Oct 15, 2015 at 7:18 PM, Christopher Larson wrote: > On Thu, Oct 15, 2015 at 5:57 PM, Pushpal Sidhu wrote: >> >> The source get's checked out into ${PN}-${PV}, not 'build'. Currently, >> building >> iw is broken because none of the source

Re: [OE-core] [PATCH] iw: fix build path

2015-10-16 Thread Pushpal Sidhu
On Fri, Oct 16, 2015 at 8:34 AM, Pushpal Sidhu wrote: > On Thu, Oct 15, 2015 at 7:18 PM, Christopher Larson > wrote: >> On Thu, Oct 15, 2015 at 5:57 PM, Pushpal Sidhu wrote: >>> >>> The source get's checked out into ${PN}-${PV}, not 'build'. Currentl

[OE-core] [PATCH] gnome-desktop: add xkeyboard-config dependency

2015-10-21 Thread Pushpal Sidhu
xkeyboard-config | iso-codes) were not met: | | No package 'xkeyboard-config' found Add dependency of xkeyboard-config to this to resolve this issue. Signed-off-by: Pushpal Sidhu --- meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.16.2.bb | 2 +- 1 file chan

[OE-core] [PATCH] webkitgtk: Add upstream patch to fix build problem

2015-10-23 Thread Pushpal Sidhu
>From upstream webkit: fd15a368fa73fe08d91cc1dd7ef05c0c5a3ae851 Webkit will fail to compile under certain circumstances. Please see https://bugs.webkit.org/show_bug.cgi?id=149172 for more details. Signed-off-by: Pushpal Sidhu --- ...ailure-with-ACCELERATED_2D_CANVAS-when-ca.patch |

Re: [OE-core] [PATCH] webkitgtk: Add upstream patch to fix build problem

2015-10-23 Thread Pushpal Sidhu
On Fri, Oct 23, 2015 at 1:15 PM, Burton, Ross wrote: > > On 23 October 2015 at 18:23, Pushpal Sidhu wrote: >> >> +From 6ea42d4fa6f3f6dd18c37cb7b6e1faea6afefba4 Mon Sep 17 00:00:00 2001 >> +From: "clo...@igalia.com" >> +Date: Tue, 15 Sep 2015 21:50:1

[OE-core] [PATCH v2] webkitgtk: Add upstream patch to fix build problem

2015-10-23 Thread Pushpal Sidhu
>From Upstream webkit: fd15a368fa73fe08d91cc1dd7ef05c0c5a3ae851 Webkit will fail to compile under certain circumstances. Please see https://bugs.webkit.org/show_bug.cgi?id=149172 for more details. Signed-off-by: Pushpal Sidhu --- Changes in v2: * Added Upstream-Status line * Added self Sig

Re: [OE-core] [PATCH v2] webkitgtk: Add upstream patch to fix build problem

2015-10-30 Thread Pushpal Sidhu
Alexander, On Mon, Oct 26, 2015 at 5:08 AM, Paul Eggleton wrote: > On Monday 26 October 2015 13:34:11 Alexander Kanavin wrote: >> On 10/24/2015 12:03 AM, Pushpal Sidhu wrote: >> > +Upstream-Status: Backport [webkit-2.10.0] >> >> Why not update the recipe to lates