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: [O

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: [OE

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: stefan.ag...@to

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

2016-04-22 Thread Noor, Ahsan
From: Noor Ahsan * 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 --- meta/recipes-extended/cups/cups.inc | 1 + 1 file changed, 1 insertion(+) diff --

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

2016-04-22 Thread Noor, Ahsan
From: Noor Ahsan * 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 --- meta/recipes-extended/cups/cups.inc | 1 + 1 file changed, 1 insertion(+) diff --

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

2015-10-30 Thread Noor, Ahsan
t then wic complains about missing file which was renamed in previous build. Signed-off-by: Noor Ahsan --- scripts/lib/wic/plugins/source/rawcopy.py |4 1 file changed, 4 insertions(+) diff --git a/scripts/lib/wic/plugins/source/rawcopy.py b/scripts/lib/wic/plugins/source/rawcopy.py ind

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

2015-10-21 Thread Noor, Ahsan
wic complains about missing file which renamed in previous build. Signed-off-by: Noor Ahsan --- scripts/lib/wic/plugins/source/rawcopy.py |4 1 file changed, 4 insertions(+) diff --git a/scripts/lib/wic/plugins/source/rawcopy.py b/scripts/lib/wic/plugins/source/rawcopy.py index

[OE-core] [PATCH] libpfm4: Fix GNU_HASH warning.

2015-08-13 Thread Noor, Ahsan
From: Noor * Add a patch which updated add LDFLAGS variable to SLDFLAGS in Makefile. Signed-off-by: Noor Ahsan --- ...Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch | 31 meta/recipes-kernel/libpfm/libpfm4_4.6.0.bb|4 ++- 2 files changed, 34 insertions

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

2015-01-07 Thread Noor, Ahsan
added PACKAGECONFIG for libxml2. Signed-off-by: Noor Ahsan --- ...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 --git a/meta/recipes-connectivity

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

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

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

2014-09-30 Thread Noor, Ahsan
From: Noor * 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 --- meta/recipes-kernel/sysprof/sysprof_git.bb |7 +-- 1 file changed, 5

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2013-07-05 Thread Noor, Ahsan
From: Noor * Enable lighttpd with systemd support. Signed-off-by: Noor Ahsan --- .../lighttpd/files/lighttpd.service| 12 +++ meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 21 2 files changed, 29 insertions(+), 4 deletions(-) diff --git

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

2012-12-26 Thread Noor, Ahsan
From: Noor Ahsan * 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 --- meta/recipes

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

2012-12-20 Thread Noor, Ahsan
From: Noor Ahsan * 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 --- meta/recipes-graphics/freetype/freetype_2.4.10.bb |2 +- 1 file

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

2012-11-26 Thread Noor, Ahsan
From: Noor Ahsan * 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 --- meta/recipes-kernel/sysprof/sysp

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

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

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

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

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

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

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

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

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

2012-03-28 Thread Noor, Ahsan
From: Noor Ahsan * 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 --- meta/classes/libc-package.bbclass |1 + 1 files changed, 1 insertions

[OE-core] [PATCH] bluez4: Add ending quote of FILES_${PN}-dbg

2011-10-10 Thread Noor, Ahsan
From: Noor Ahsan * .debug directory was being moved in bluez4 package. Although we have asked to move it in bluez4-dbg package but as FILES_${PN}-dbg was not having ending quote, .debug folder was not being moved to correct directory in packages-split. Signed-off-by: Noor Ahsan --- meta

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

2011-08-26 Thread Noor, Ahsan
From: Noor Ahsan * 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 importing as t

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

2011-08-26 Thread Noor, Ahsan
From: Noor Ahsan * Imported from oe.dev commit id 821f47e170dddabaef3925fd62c5423210dcb363. Signed-off-by: Noor Ahsan --- .../tiobench-0.3.3/tiobench-makefile.patch | 49 .../recipes-benchmark/tiobench/tiobench_0.3.3.bb | 25 ++ 2 files changed, 74

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

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

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

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

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

2011-08-26 Thread Noor, Ahsan
From: Noor Ahsan *** 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://github.com/Noor-Ahsan/meta

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

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

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

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

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

2011-08-11 Thread Noor, Ahsan
From: Noor Ahsan * Added new recipe version 4.96. Signed-off-by: Noor Ahsan --- .../bluez/bluez4-4.96/bluetooth.conf | 16 meta/recipes-connectivity/bluez/bluez4_4.96.bb | 73 2 files changed, 89 insertions(+), 0 deletions(-) diff --git a/meta

[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 --- 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 --- a/meta/classes

[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 --- meta/recipes-devtools/bison/bison_2.3.bb |4 ++-- meta/recipes-devtools/bison

[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 --- meta/classes/cml1.bbclass | 12 meta/classes/kernel.bbclass | 15 --- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/meta