Re: [linux-yocto] meta-swupd: restart failed build

2017-05-04 Thread Patrick Ohly
On Thu, 2017-05-04 at 16:09 +0200, Ingo Flaschberger wrote: > Am 04.05.2017 um 08:02 schrieb Patrick Ohly: > > On Wed, 2017-05-03 at 22:48 +0200, Ingo Flaschberger wrote: > > > >> Deleting the directory and changing the version did not help: > >> *) bitbake imagen

Re: [linux-yocto] meta-swupd: restart failed build

2017-05-04 Thread Patrick Ohly
On Wed, 2017-05-03 at 22:48 +0200, Ingo Flaschberger wrote: > Am 03.05.2017 um 14:59 schrieb Patrick Ohly: > > On Mon, 2017-05-01 at 18:21 +0200, Ingo Flaschberger wrote: > >> how to cleanup and restart a failed build with a meta-swupd version? > > That depends a bit on

Re: [linux-yocto] meta-swupd: restart failed build

2017-05-03 Thread Patrick Ohly
ete directory (e.g. www/1) and then change the version/format*/latest file which pointed to that directory so that it refers to the previous version. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I m

Re: [linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-15 Thread Patrick Ohly
On Wed, 2017-02-15 at 09:02 -0500, Bruce Ashfield wrote: > On 2017-02-15 8:37 AM, Patrick Ohly wrote: > > On Thu, 2017-02-09 at 09:36 -0500, Bruce Ashfield wrote: > >> On 2017-02-08 05:07 AM, Patrick Ohly wrote: > >>> This should be applicable to all branch

Re: [linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-15 Thread Patrick Ohly
On Thu, 2017-02-09 at 09:36 -0500, Bruce Ashfield wrote: > On 2017-02-08 05:07 AM, Patrick Ohly wrote: > > This should be applicable to all branches which have the tpm.cfg file > > that I submitted recently. Sorry for missing the warning earlier - I > > must have mentally b

[linux-yocto] [kernel-cache][PATCH 2/2] features: add dm-verity

2017-02-08 Thread Patrick Ohly
Useful for integrity protection of a read-only partition. Signed-off-by: Patrick Ohly <patrick.o...@intel.com> --- features/device-mapper/dm-verity.cfg | 1 + features/device-mapper/dm-verity.scc | 4 2 files changed, 5 insertions(+) create mode 100644 features/device-mapper/dm-veri

[linux-yocto] [kernel-cache][PATCH 1/2] tpm: avoid warning due to double CONFIG_TCG_TPM

2017-02-08 Thread Patrick Ohly
The recent commit accidentally had CONFIG_TCG_TPM twice in the tpm.cfg file, which triggers a warning when checking the kernel config because the resulting config only contains the entry once. Signed-off-by: Patrick Ohly <patrick.o...@intel.com> --- features/tpm/tpm.cfg | 1 - 1 file chan

[linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-08 Thread Patrick Ohly
. Patrick Ohly (2): tpm: avoid warning due to double CONFIG_TCG_TPM features: add dm-verity features/device-mapper/dm-verity.cfg | 1 + features/device-mapper/dm-verity.scc | 4 features/tpm/tpm.cfg | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) create mode