Re: [OE-core] [dunfell][PATCH 1/2] u-boot: support merging .cfg files for UBOOT_CONFIG

2020-07-03 Thread Noor Ahsan
Hello Richard, Can you merge this on Dunfell, Noor -Original Message- From: openembedded-core@lists.openembedded.org [mailto:openembedded-core@lists.openembedded.org] On Behalf Of Hussain, Ahsan Sent: Monday, June 29, 2020 2:16 PM To: openembedded-core@lists.openembedded.org Subject:

Re: [OE-core] [dunfell][PATCH 2/2] u-boot: avoid blind merging all *.cfg

2020-07-03 Thread Noor Ahsan
Hello Richard, Can you merge this on Dunfell. Noor -Original Message- From: openembedded-core@lists.openembedded.org [mailto:openembedded-core@lists.openembedded.org] On Behalf Of Hussain, Ahsan Sent: Monday, June 29, 2020 2:16 PM To: openembedded-core@lists.openembedded.org Subject:

Re: [OE-core] [PATCH V2] u-boot: support merging .cfg files for UBOOT_CONFIG

2020-06-19 Thread Noor Ahsan
Can this be ported/merged to dunfell also? Noor -Original Message- From: openembedded-core@lists.openembedded.org [mailto:openembedded-core@lists.openembedded.org] On Behalf Of Ming Liu Sent: Wednesday, June 3, 2020 4:56 PM To: openembedded-core@lists.openembedded.org Cc:

[OE-core] [PATCH V2] cups.inc: Fix ldflags warning.

2016-04-22 Thread Noor, Ahsan
From: Noor Ahsan <noor_ah...@mentor.com> * While building following warning comes up QA Issue: No GNU_HASH in the elf binary: '...libcups.so.2' [ldflags] Fix this warning by settin DSOFLAGS. Signed-off-by: Noor Ahsan <noor_ah...@mentor.com> --- meta/recipes-extended/cups/cups.inc |

[OE-core] [PATCH] cups.inc: Fix ldflags warning.

2016-04-22 Thread Noor, Ahsan
From: Noor Ahsan <noor_ah...@mentor.com> * While building following warning comes up QA Issue: No GNU_HASH in the elf binary: '...libcups.so.2' [ldflags] Fix this warning by settin DSOFLAGS. Signed-off-by: Noor Ahsan <noor_ah...@mentor.com> --- meta/recipes-extended/cups/cups.inc |

[OE-core] [PATCH] rawcopy.py: Copy source file in image creation build folder

2015-10-30 Thread Noor, Ahsan
hen image recipe is rebuilt then wic complains about missing file which was renamed in previous build. Signed-off-by: Noor Ahsan <noor_ah...@mentor.com> --- scripts/lib/wic/plugins/source/rawcopy.py |4 1 file changed, 4 insertions(+) diff --git a/scripts/lib/wic/plugins/source

[OE-core] [RFC] rawcopy.py: Copy source file in image creation build folder

2015-10-21 Thread Noor, Ahsan
image recipe is rebuilt then wic complains about missing file which renamed in previous build. Signed-off-by: Noor Ahsan <noor_ah...@mentor.com> --- scripts/lib/wic/plugins/source/rawcopy.py |4 1 file changed, 4 insertions(+) diff --git a/scripts/lib/wic/plugins/source/rawcopy.p

[OE-core] [PATCH] bind: Update libxml2 check to make it deterministic.

2015-01-07 Thread Noor, Ahsan
was missing. So added PACKAGECONFIG for libxml2. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- ...d-crosscripts-search-path-for-xml2-config.patch | 35 meta/recipes-connectivity/bind/bind_9.9.5.bb |9 +++-- 2 files changed, 42 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH] latencytop: Creats x11 PACKAGECONFIG.

2014-09-30 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * Creates x11 packageconfig and update DEPENDS and EXTRA_OEMAKE_X for better handling. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/recipes-kernel/latencytop/latencytop_0.5.bb |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH] sysprof: Creats x11 PACKAGECONFIG.

2014-09-30 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * gtk+ and libglade is required to have graphical version of sysprof. Created x11 packageconfig and added these two packages in that config and removed from DEPENDS. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/recipes-kernel/sysprof

[OE-core] [PATCH v2] latencytop: Creates x11 PACKAGECONFIG.

2014-09-30 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * Creates x11 packageconfig and update DEPENDS and EXTRA_OEMAKE_X for better handling. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/recipes-kernel/latencytop/latencytop_0.5.bb |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH] babeltrace: Add missing bison/flex depensencies.

2014-09-29 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * babeltrace do_configure failed due to missing flex/bison dependencies. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/recipes-kernel/lttng/babeltrace_1.2.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [PATCH V2] libcgroup: Add bison-native and flex-native in depends

2014-01-30 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * libcgroup requires native packages for bison and flex to configure itself successfully. Added those in its DEPENDS. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/recipes-core/libcgroup/libcgroup_0.41.bb |2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] libcgroup: Add bison-native and flex-native in depends

2014-01-29 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * libcgroup require native packages for bison and flex. Added those in its DEPENDS. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/recipes-core/libcgroup/libcgroup_0.38.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [Patch V3] lighttpd: Add systemd support.

2013-07-09 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * Enable lighttpd with systemd support. * Replace the hardcoded paths with sbindir, sysconfdir and base_bindir Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 ++ meta/recipes-extended

[OE-core] [Patch V4] lighttpd: Add systemd support.

2013-07-09 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * Enable lighttpd with systemd support. * Replace the hardcoded paths with sbindir, sysconfdir and base_bindir Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 ++ meta/recipes-extended

[OE-core] [PATCH] lighttpd: Add systemd support.

2013-07-05 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * Enable lighttpd with systemd support. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 +++ meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 21 2 files changed, 29

[OE-core] [PATCH v2] lighttpd: Add systemd support.

2013-07-05 Thread Noor, Ahsan
From: Noor noor_ah...@mentor.com * Enable lighttpd with systemd support. * Replace the hardcoded paths with sbindir, sysconfdir and base_bindir Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../lighttpd/files/lighttpd.service| 12 ++ meta/recipes-extended

[OE-core] [PATCH] cairo: Adds libxext in X11DEPENDS.

2012-12-26 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * cairo was giving redefinition error of struct _XLinearGradient, struct _XCircle and struct _XRadialGradient. * cario now depends on libxext. Adding that dependency resolved above errors. * Verified it on P2020RDB. * Bump PR. Signed-off-by: Noor Ahsan

[OE-core] [PATCH] freetype: Update EXTRA_OECONF to use host gcc.

2012-12-20 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * It uses host gcc in its configure script. When IA32 toolchain is installed it starts using its binaries instead of native gcc. Modified EXTRA_OECONF so that host gcc is used. Signed-off-by: Noor Ahsa noor_ah...@mentor.com --- meta/recipes-graphics

[OE-core] [PATCH] sysprof: Fixes undefined  reference to `rmb'

2012-11-26 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Recipe already contains a patch for mips arch but not for mips64. For mips64 arch 'mips' was not available in OVERRIDES, rather mips64 was there. So added the same patch for mips64 arch using mips64. Signed-off-by: Noor Ahsan noor_ah...@mentor.com

[OE-core] [PATCH] utility-taska.bbclass: Add distclean task for removing sources

2012-04-11 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Bring distclean task from openembedded classic. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/utility-tasks.bbclass | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH] utility-taska.bbclass: Add distclean task for removing sources

2012-04-11 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Bring distclean task from openembedded classic. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/utility-tasks.bbclass | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH V2] utility-tasks.bbclass: Add distclean task for removing sources

2012-04-11 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Bring distclean task from openembedded classic. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/utility-tasks.bbclass | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH] insane.bbclass: Add missing variable bpn

2012-04-11 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * bpn variable was used but it was not defined. Add bpn to resolve that issue. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/insane.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options

2012-03-29 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * While building for i686 architectre an error was coming that locale_arch_options does not have support for i686. Add missing support. * Verified on intel architecture. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta/classes/libc-package.bbclass

[OE-core] [meta-oe][PATCH 0/4] pull request #1 for bechmark recipes

2011-08-26 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com *** BLURB HERE *** The following changes since commit 22ec18224f7a7c64850c76b14017dff2ff4345f2: pespin (1): elfe: Add LIC_FILES_CHKSUM to recipe are available in the git repository at: git://github.com/Noor-Ahsan/meta-oe master https

[OE-core] [meta-oe][PATCH 1/4] dbench: Add version 4.0 (initial recipe)

2011-08-26 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Imported from oe.dev commit id d6f49fe115206047b41b0195724ba872897ef531 Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- meta-oe/recipes-benchmark/dbench/dbench_4.0.bb | 26 ++ .../recipes-benchmark/dbench/files/destdir.patch

[OE-core] [meta-oe][PATCH 2/4] lmbench: Add version 3.0-a9 (initial recipe)

2011-08-26 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Imported from oe.dev commit id bac6441118e0b78d55c98afdc108f03b6c655909. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../lmbench/lmbench-3.0-a9/obey-ranlib.patch | 30 .../lmbench-3.0-a9/update-results-script.patch | 160

[OE-core] [meta-oe][PATCH 3/4] iperf: Add version 2.0.4 (initial recipe)

2011-08-26 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Imported from oe.dev commit id 0ff10ecb88de73074ae4857046643cef15dc4e97 and c10c33f86903c93611023197a7f812459c2dfe2d. * Combined .inc and bb file from oe.dev and made a single bb file. * Removed EXTRA_OECONF_append_epia = --disable-threads while

[OE-core] [meta-oe][PATCH 4/4] tiobench: Add version 0.3.3 (initial recipe)

2011-08-26 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Imported from oe.dev commit id 821f47e170dddabaef3925fd62c5423210dcb363. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../tiobench-0.3.3/tiobench-makefile.patch | 49 .../recipes-benchmark/tiobench/tiobench_0.3.3.bb

[OE-core] [PATCH] mtd-utils: Added recipe of newer version 1.4.4.

2011-08-17 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Added recipe of version 1.4.4 and removed 1.4.1 recipe and its patch files. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../add-exclusion-to-mkfs-jffs2-git-2.patch| 103 .../add-exclusion-to-mkfs-jffs2-git-2.patch

[OE-core] [PATCH V2] bluez4: Added new recipe 4.96 and removed 4.82 version

2011-08-12 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Added new recipe 4.96 and removed 4.82 version and its files. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../bluez/bluez4-4.82/bluetooth.conf | 16 .../fix-dfutool-usb-declaration-mismatch.patch | 20 - .../bluez

[OE-core] [PATCH] bluez4: Added new recipe version 4.96

2011-08-11 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Added new recipe version 4.96. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../bluez/bluez4-4.96/bluetooth.conf | 16 meta/recipes-connectivity/bluez/bluez4_4.96.bb | 73 2 files changed, 89

[OE-core] [PATCH] kernel.bbcalss: Added do_savedefconfig task.

2011-08-02 Thread Noor, Ahsan
* Added do_savedefconfig task to kernel.bbclass. Signed-off-by: Noor, Ahsan noor_ah...@mentor.com --- meta/classes/kernel.bbclass |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 25d2629..f2f05b1 100644

[OE-core] [PATCH] bison: Add dependency on flex-native

2011-08-01 Thread Noor, Ahsan
* This is 0479b70418ef553859029911c57c63a7aaebe299 from OE. flex-native is needed to build bison. The dependency was being satisfied indirectly but we need to add it explicitly. Signed-off-by: Noor, Ahsan noor_ah...@mentor.com --- meta/recipes-devtools/bison/bison_2.3.bb |4 ++-- meta

[OE-core] [PATCH] kernel,cml1.bbclass: Move menuconfig to cml1

2011-07-30 Thread Noor, Ahsan
* The menuconfig target exists in places other than the kernel that use kernel style config. Signed-off-by: Noor, Ahsan noor_ah...@mentor.com --- meta/classes/cml1.bbclass | 12 meta/classes/kernel.bbclass | 15 --- 2 files changed, 12 insertions(+), 15 deletions