* [RFC] Move package-split of kexec-tools (kdump/kexec) into oe-core?
@ 2011-12-06 16:46 Leon Woestenberg
2011-12-06 17:06 ` Mark Hatle
2011-12-06 20:18 ` Richard Purdie
0 siblings, 2 replies; 4+ messages in thread
From: Leon Woestenberg @ 2011-12-06 16:46 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 930 bytes --]
Hello all,
meta-openembedded uses .bbappend to change the package-split-up of
"kexec-tools" (as in openembedded-core) into "kexec" and "kdump" packages
(this was classic OE behaviour).
http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-kernel/kexec/kexec-tools_2.0.2.bbappend?id=0c6d03335c117d24096598a3415ba22f74ec4f6e
However, in openembedded-core we have a dependency on kexec-tools, thus
this error results:
| * satisfy_dependencies_for: Cannot satisfy the following dependencies
for task-core-tools-testapps:
| * kexec-tools *
| * opkg_install_cmd: Cannot install package task-core-tools-testapps.
So the use of meta-openembedded as a layer breaks openembedded-core.
As a solution, can we move this package-split into openembedded-core?
Other (neat!) solutions at hand? Maybe a meta-package?
Regards,
Leon.
thanks 'ant_work' for the pointer to bbappend.
[-- Attachment #2: Type: text/html, Size: 1200 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] Move package-split of kexec-tools (kdump/kexec) into oe-core?
2011-12-06 16:46 [RFC] Move package-split of kexec-tools (kdump/kexec) into oe-core? Leon Woestenberg
@ 2011-12-06 17:06 ` Mark Hatle
2011-12-06 18:15 ` Saul Wold
2011-12-06 20:18 ` Richard Purdie
1 sibling, 1 reply; 4+ messages in thread
From: Mark Hatle @ 2011-12-06 17:06 UTC (permalink / raw)
To: openembedded-core
On 12/6/11 10:46 AM, Leon Woestenberg wrote:
> Hello all,
>
>
> meta-openembedded uses .bbappend to change the package-split-up of "kexec-tools"
> (as in openembedded-core) into "kexec" and "kdump" packages (this was classic OE
> behaviour).
>
> http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-kernel/kexec/kexec-tools_2.0.2.bbappend?id=0c6d03335c117d24096598a3415ba22f74ec4f6e
>
> However, in openembedded-core we have a dependency on kexec-tools, thus this
> error results:
>
> | * satisfy_dependencies_for: Cannot satisfy the following dependencies for
> task-core-tools-testapps:
> | * kexec-tools *
> | * opkg_install_cmd: Cannot install package task-core-tools-testapps.
>
>
> So the use of meta-openembedded as a layer breaks openembedded-core.
>
> As a solution, can we move this package-split into openembedded-core?
>
>
> Other (neat!) solutions at hand? Maybe a meta-package?
>
That package split seems reasonable to me, along with corresponding changes to
openembedded-core to choose the "right" kexec-tools.. (in this case since it's
test apps, we'd want both...)
--Mark
> Regards,
>
> Leon.
>
> thanks 'ant_work' for the pointer to bbappend.
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] Move package-split of kexec-tools (kdump/kexec) into oe-core?
2011-12-06 17:06 ` Mark Hatle
@ 2011-12-06 18:15 ` Saul Wold
0 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-12-06 18:15 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 12/06/2011 09:06 AM, Mark Hatle wrote:
> On 12/6/11 10:46 AM, Leon Woestenberg wrote:
>> Hello all,
>>
>>
>> meta-openembedded uses .bbappend to change the package-split-up of
>> "kexec-tools"
>> (as in openembedded-core) into "kexec" and "kdump" packages (this was
>> classic OE
>> behaviour).
>>
>> http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-kernel/kexec/kexec-tools_2.0.2.bbappend?id=0c6d03335c117d24096598a3415ba22f74ec4f6e
>>
>>
>> However, in openembedded-core we have a dependency on kexec-tools,
>> thus this
>> error results:
>>
>> | * satisfy_dependencies_for: Cannot satisfy the following
>> dependencies for
>> task-core-tools-testapps:
>> | * kexec-tools *
>> | * opkg_install_cmd: Cannot install package task-core-tools-testapps.
>>
>>
>> So the use of meta-openembedded as a layer breaks openembedded-core.
>>
>> As a solution, can we move this package-split into openembedded-core?
>>
>>
>> Other (neat!) solutions at hand? Maybe a meta-package?
>>
>
> That package split seems reasonable to me, along with corresponding
> changes to openembedded-core to choose the "right" kexec-tools.. (in
> this case since it's test apps, we'd want both...)
>
Seems right here also, just be sure to do appropriate DEPENDS and PR
bumps for things that currently depend on kexec-tools.
Sau!
> --Mark
>
>> Regards,
>>
>> Leon.
>>
>> thanks 'ant_work' for the pointer to bbappend.
>>
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] Move package-split of kexec-tools (kdump/kexec) into oe-core?
2011-12-06 16:46 [RFC] Move package-split of kexec-tools (kdump/kexec) into oe-core? Leon Woestenberg
2011-12-06 17:06 ` Mark Hatle
@ 2011-12-06 20:18 ` Richard Purdie
1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-12-06 20:18 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Tue, 2011-12-06 at 17:46 +0100, Leon Woestenberg wrote:
> Hello all,
>
>
> meta-openembedded uses .bbappend to change the package-split-up of
> "kexec-tools" (as in openembedded-core) into "kexec" and "kdump"
> packages (this was classic OE behaviour).
>
> http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-kernel/kexec/kexec-tools_2.0.2.bbappend?id=0c6d03335c117d24096598a3415ba22f74ec4f6e
>
> However, in openembedded-core we have a dependency on kexec-tools,
> thus this error results:
>
> | * satisfy_dependencies_for: Cannot satisfy the following
> dependencies for task-core-tools-testapps:
> | * kexec-tools *
> | * opkg_install_cmd: Cannot install package
> task-core-tools-testapps.
>
>
> So the use of meta-openembedded as a layer breaks openembedded-core.
>
> As a solution, can we move this package-split into openembedded-core?
I see no reason this shouldn't be in oecore (quite the opposite), we
just need someone to send the suitably tested patch.
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-12-06 20:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06 16:46 [RFC] Move package-split of kexec-tools (kdump/kexec) into oe-core? Leon Woestenberg
2011-12-06 17:06 ` Mark Hatle
2011-12-06 18:15 ` Saul Wold
2011-12-06 20:18 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox