[OE-core] [PATCH v2] kexec-tools: split packaging of kexec and kdump

Andrea Adami andrea.adami at gmail.com
Mon Jan 9 22:15:02 UTC 2012


On Mon, Jan 9, 2012 at 6:01 PM, Saul Wold <sgw at linux.intel.com> wrote:
> On 01/06/2012 04:20 PM, Andrea Adami wrote:
>>
>> * from meta-oe (originally from org.openembedded.dev)
>> * There are no reasons to install kdump when only kexec is needed.
>> *
>> * In oe-core/meta there are no references to kexec-tools so
>> * the recipes inn external layers rdepending on kexec-tools should be
>> * fixed and rdepend on kexec and/or kdump.
>> *
>
> You need to fix task-core-tools.bb in oe-core/meta itself also.
>
> Thanks
>        Sau!
>
>

Sure! My bad I overlooked this.
I'd add just kexec, being kdump is probably installed on demand with
capables kernels.
While there, I'd rename the recipe PN to 'kexec-tools' s upstream.

New patchset following soon.
Thanks for reviewing!

Cheers


>> * Bump PR.
>>
>> Signed-off-by: Andrea Adami<andrea.adami at gmail.com>
>> ---
>>  meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb |    7 ++++++-
>>  1 files changed, 6 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
>> b/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
>> index caed816..8d2e606 100644
>> --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
>> +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
>> @@ -2,8 +2,13 @@ require kexec-tools.inc
>>  export LDFLAGS = "-L${STAGING_LIBDIR}"
>>  EXTRA_OECONF = " --with-zlib=yes"
>>
>> -PR = "r1"
>> +PR = "r2"
>>
>>  SRC_URI += " file://fix_for_compiling_with_gcc-4.6.0.patch"
>>  SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91"
>>  SRC_URI[sha256sum] =
>> "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188"
>> +
>> +PACKAGES =+ "kexec kdump"
>> +
>> +FILES_kexec = "${sbindir}/kexec"
>> +FILES_kdump = "${sbindir}/kdump"




More information about the Openembedded-core mailing list