Re: [yocto] patching .bbclass files?

2017-01-29 Thread Takashi Matsuzawa
Well, doing repo -diff and apply produced patch when I newly repo sync could work. https://groups.google.com/forum/#!topic/repo-discuss/43juvD1qGIQ From: Takashi Matsuzawa Sent: Monday, January 30, 2017 11:00 AM To: yocto@yoctoproject.org Subject: patching .bbc

Re: [yocto] pkg_postinst shell?

2017-01-29 Thread Takashi Matsuzawa
Hello. It seems the below patch fixes this problem. systemd.bbclass: don't block on service restart https://patchwork.openembedded.org/patch/134317/ (By the way, it may related to my question in another thread, but which is the convenient way to apply this kind of patches to my local build syste

[yocto] [Recipe reporting system] Upgradable recipe name list

2017-01-29 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version w

Re: [yocto] [yocto-kernel-tools][PATCH 0/1] Rework merge of feature branches

2017-01-29 Thread Bruce Ashfield
On Wed, Jan 25, 2017 at 1:05 PM, Bruce Ashfield wrote: > > > On Wed, Jan 25, 2017 at 5:37 AM, David Vincent > wrote: > >> I've recently noticed that, on Morty, feature branches of a Yocto kernel >> are not >> merged anymore. This is due to the fact that the meta-series file does not >> process t

[yocto] patching .bbclass files?

2017-01-29 Thread Takashi Matsuzawa
Hello Yocto I am curious if there is a better way of doing this manually every time I re-synch to Yocto based BSP. Say, I have a patch or customization I want to try on .bbclass files (instead of .bb or .bbappend, or the source files that are fetched.) The reason for this is sometimes I want to

[yocto] [meta-security][PATCH 6/6] swtpm: update to tip

2017-01-29 Thread Armin Kuster
fix signed build issues Signed-off-by: Armin Kuster --- recipes-tpm/swtpm/files/fix_lib_search_path.patch | 41 --- recipes-tpm/swtpm/files/fix_signed_issue.patch| 48 +++ recipes-tpm/swtpm/swtpm_1.0.bb| 18 +++-- 3 files changed, 6

[yocto] [meta-security][PATCH 4/6] trousers: update to 0.3.14

2017-01-29 Thread Armin Kuster
convert to git and remove incorperated patches Signed-off-by: Armin Kuster --- ...t-getpwent_r-is-available-before-using-it.patch | 85 -- ...si_param.c-Include-limits.h-for-POSIX_MAX.patch | 36 - .../trousers/files/07-read_data-not-inline.patch | 65 --

[yocto] [meta-security][PATCH 5/6] libtpm: update to tip.

2017-01-29 Thread Armin Kuster
fix several build issues Signed-off-by: Armin Kuster --- recipes-tpm/libtpm/files/fix_dprintf_issue.patch | 18 + recipes-tpm/libtpm/files/fix_signed_issue.patch | 48 recipes-tpm/libtpm/libtpm_1.0.bb | 8 +++- 3 files changed, 72 insertions(+),

[yocto] [meta-security][PATCH 3/6] tpm-tools: update to 1.3.9

2017-01-29 Thread Armin Kuster
remove incorperated patches. Signed-off-by: Armin Kuster --- .../tpm-tools-extendpcr.patch | 0 .../03-fix-bool-error-parseStringWithValues.patch | 30 -- .../gcc6_missleading_indent_fix.patch | 24 - .../{tpm-tools_1.3.8.bb

[yocto] [meta-security][PATCH 2/6] qemu: use wildcard for PV

2017-01-29 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-devtools/qemu/{qemu_2.7.0.bbappend => qemu_2%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-devtools/qemu/{qemu_2.7.0.bbappend => qemu_2%.bbappend} (100%) diff --git a/recipes-devtools/qemu/qemu_2.7.0.bbappend b/recipes-de

[yocto] [meta-security][PATCH 1/6] tpm2.0-tss: fix musl build error

2017-01-29 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../tpm2.0-tss/fix_musl_select_include.patch | 31 ++ recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb | 3 ++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 recipes-tpm/tpm2.0-tss/tpm2.0-tss/fix_musl_select_incl