From: Adrian Bunk <bunk@stusta.de>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][warrior][PATCH 03/11] oprofile: make MACHINE_ARCH
Date: Tue, 11 Jun 2019 22:33:39 +0300 [thread overview]
Message-ID: <20190611193339.GA18027@localhost> (raw)
In-Reply-To: <20190611165504.23049-3-Martin.Jansa@gmail.com>
On Tue, Jun 11, 2019 at 04:54:56PM +0000, Martin Jansa wrote:
> * fixes:
> ERROR: oprofile different signature for task do_configure.sigdata between hammerhead and mako
> Hash for dependent task oprofile/oprofile_1.3.0.bb.do_prepare_recipe_sysroot changed from deecd34bc94f47935ce3dc7f83f9a8407269959e446518bd9700a2ebae4324bb to d4d6301a72fcd061c167a6715372a6e35f57bf08152a6223b1571957834428f0
> Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb.do_prepare_recipe_sysroot with hashes deecd34bc94f47935ce3dc7f83f9a8407269959e446518bd9700a2ebae4324bb or d4d6301a72fcd061c167a6715372a6e35f57bf08152a6223b1571957834428f0
>
> $ bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/oprofile/*do_prepare*.sigdata*
> runtaskdeps changed:
> ['autoconf/autoconf_2.69.bb.do_populate_sysroot:virtual:native automake/automake_1.16.1.bb.do_populate_sysroot:virtual:native binutils/binutils_2.32.bb.do_populate_sysroot gcc/gcc-cross_7.3.bb.do_populate_sysroot gcc/gcc-runtime_7.3.bb.do_populate_sysroot glibc/glibc_2.29.bb.do_populate_sysroot gnu-config/gnu-config_git.bb.do_populate_sysroot:virtual:native libtool/libtool-cross_2.4.6.bb.do_populate_sysroot libtool/libtool-native_2.4.6.bb.do_populate_sysroot', -linux/linux-lg-hammerhead_git.bb.do_populate_sysroot, +linux/linux-lg-mako_git.bb.do_populate_sysroot, 'oprofile/oprofile_1.3.0.bb.do_fetch pkgconfig/pkgconfig_git.bb.do_populate_sysroot:virtual:native popt/popt_1.16.bb.do_populate_sysroot']
> linux/linux-lg-hammerhead_git.bb.do_populate_sysroot with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438
> changed to
> linux/linux-lg-mako_git.bb.do_populate_sysroot with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3
> Dependency on task linux/linux-lg-mako_git.bb.do_populate_sysroot was added with hash 4c7372d0063be9d5c96bfad20a2052ded3a7121a06027c21a75e79a4f6a678e3
> Dependency on task linux/linux-lg-hammerhead_git.bb.do_populate_sysroot was removed with hash e58e94601af73831ea51ca6cc18578c26b9b491bcadb82a2c590b22498447438
>
> * as detected with:
> openembedded-core/scripts/sstate-diff-machines.sh --targets=world --tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86"
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
> index 1dc535ed8d..8d706e4a50 100644
> --- a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
> +++ b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
> @@ -3,6 +3,9 @@ require oprofile.inc
> DEPENDS += "virtual/kernel"
> DEPENDS_append_powerpc64 = " libpfm4"
>
> +# Depends on MACHINE_ARCH kernel
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
>...
Sorry that I missed this when it went into master,
but this looks bogus to me:
oprofile only needs the userspace kernel headers and shouldn't depend
on virtual/kernel.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2019-06-11 19:33 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-11 16:54 [meta-oe][warrior][PATCH 01/11] gtkwave: add distro_features_check Martin Jansa
2019-06-11 16:54 ` [meta-oe][warrior][PATCH 02/11] ndctl: make MACHINE_ARCH and ignore from libblockdev Martin Jansa
2019-06-11 16:54 ` [meta-oe][warrior][PATCH 03/11] oprofile: make MACHINE_ARCH Martin Jansa
2019-06-11 19:33 ` Adrian Bunk [this message]
2019-06-11 20:04 ` Martin Jansa
2019-06-11 20:31 ` Adrian Bunk
2019-06-11 16:54 ` [meta-oe][warrior][PATCH 04/11] umip: " Martin Jansa
2019-06-11 16:54 ` [meta-oe][warrior][PATCH 05/11] mscgen: fix SRC_URI for multilib Martin Jansa
2019-06-11 16:54 ` [meta-oe][warrior][PATCH 06/11] triggerhappy: fix issues Martin Jansa
2019-06-11 16:55 ` [meta-oe][warrior][PATCH 07/11] python-cassandra-driver.inc: fix DEPENDS Martin Jansa
2019-06-11 16:55 ` [meta-oe][warrior][PATCH 08/11] opencv: use the same package name in PACKAGES and RDEPENDS Martin Jansa
2019-06-11 16:55 ` [meta-oe][warrior][PATCH 09/11] igmpproxy: remove 0001-src-igmpproxy.h-Include-sys-types.h-for-u_short-u_in.patch and _GNU_SOURCE Martin Jansa
2019-06-11 16:55 ` [meta-oe][warrior][PATCH 10/11] libvncserver: set PV in the recipe Martin Jansa
2019-06-11 16:55 ` [meta-oe][warrior][PATCH 11/11] ccid: fix SRC_URI Martin Jansa
2019-06-11 17:28 ` [meta-oe][warrior][PATCH 01/11] gtkwave: add distro_features_check akuster808
2019-06-11 19:29 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190611193339.GA18027@localhost \
--to=bunk@stusta.de \
--cc=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox