All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] util-linux: alternatify cal, rev, and ionice
@ 2018-10-18 15:22 Dan McGregor
  2018-10-19 13:47 ` Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: Dan McGregor @ 2018-10-18 15:22 UTC (permalink / raw)
  To: openembedded-core

From: Dan McGregor <dan.mcgregor@usask.ca>

These are also provided by toybox in its default configuration,
and can be turned on in busybox.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
---
 meta/recipes-core/util-linux/util-linux.inc | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 3d8b3ff592c..2f99e8409f5 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -93,7 +93,7 @@ FILES_util-linux-findfs = "${sbindir}/findfs"
 FILES_util-linux-getopt = "${base_bindir}/getopt.${BPN}"
 FILES_util-linux-runuser = "${sbindir}/runuser"
 FILES_util-linux-prlimit = "${bindir}/prlimit"
-FILES_util-linux-ionice = "${bindir}/ionice"
+FILES_util-linux-ionice = "${bindir}/ionice.${BPN}"
 FILES_util-linux-su = "${bindir}/su.util-linux ${sysconfdir}/pam.d/su-l"
 CONFFILES_util-linux-su = "${sysconfdir}/pam.d/su-l"
 
@@ -209,7 +209,7 @@ ALTERNATIVE_${PN}  = " \
     dmesg kill more mkswap blockdev pivot_root \
     hexdump last lastb logger mesg renice wall \
     setsid chrt flock utmpdump eject nologin taskset fallocate \
-    fsfreeze nsenter \
+    fsfreeze nsenter cal rev \
 "
 
 ALTERNATIVE_LINK_NAME[dmesg] = "${base_bindir}/dmesg"
@@ -218,8 +218,10 @@ ALTERNATIVE_LINK_NAME[more] = "${base_bindir}/more"
 ALTERNATIVE_LINK_NAME[mkswap] = "${base_sbindir}/mkswap"
 ALTERNATIVE_LINK_NAME[blockdev] = "${base_sbindir}/blockdev"
 ALTERNATIVE_LINK_NAME[pivot_root] = "${base_sbindir}/pivot_root"
+ALTERNATIVE_LINK_NAME[cal] = "${bindir}/cal"
 ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject"
 ALTERNATIVE_LINK_NAME[fallocate] = "${bindir}/fallocate"
+ALTERNATIVE_LINK_NAME[rev] = "${bindir}/rev"
 ALTERNATIVE_LINK_NAME[fsfreeze] = "${sbindir}/fsfreeze"
 ALTERNATIVE_LINK_NAME[nologin] = "${base_sbindir}/nologin"
 
@@ -293,8 +295,8 @@ ALTERNATIVE_LINK_NAME[mountpoint] = "${base_bindir}/mountpoint"
 ALTERNATIVE_util-linux-unshare = "unshare"
 ALTERNATIVE_LINK_NAME[unshare] = "${bindir}/unshare"
 
-ALTERNATIVE_util-linux-switch-root = "switch_root"
-ALTERNATIVE_LINK_NAME[switch_root] = "${base_sbindir}/switch_root"
+ALTERNATIVE_util-linux-ionice = "ionice"
+ALTERNATIVE_LINK_NAME[ionice] = "${bindir}/ionice"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.19.0-dev



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] util-linux: alternatify cal, rev, and ionice
  2018-10-18 15:22 [PATCH v2] util-linux: alternatify cal, rev, and ionice Dan McGregor
@ 2018-10-19 13:47 ` Richard Purdie
  2018-10-19 14:18   ` Randy MacLeod
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Purdie @ 2018-10-19 13:47 UTC (permalink / raw)
  To: Dan McGregor, openembedded-core

On Thu, 2018-10-18 at 09:22 -0600, Dan McGregor wrote:
> From: Dan McGregor <dan.mcgregor@usask.ca>
> 
> These are also provided by toybox in its default configuration,
> and can be turned on in busybox.
> 
> Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
> ---
>  meta/recipes-core/util-linux/util-linux.inc | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/meta/recipes-core/util-linux/util-linux.inc
> b/meta/recipes-core/util-linux/util-linux.inc
> index 3d8b3ff592c..2f99e8409f5 100644
> --- a/meta/recipes-core/util-linux/util-linux.inc
> +++ b/meta/recipes-core/util-linux/util-linux.inc
> @@ -93,7 +93,7 @@ FILES_util-linux-findfs = "${sbindir}/findfs"
>  FILES_util-linux-getopt = "${base_bindir}/getopt.${BPN}"
>  FILES_util-linux-runuser = "${sbindir}/runuser"
>  FILES_util-linux-prlimit = "${bindir}/prlimit"
> -FILES_util-linux-ionice = "${bindir}/ionice"
> +FILES_util-linux-ionice = "${bindir}/ionice.${BPN}"
>  FILES_util-linux-su = "${bindir}/su.util-linux
> ${sysconfdir}/pam.d/su-l"
>  CONFFILES_util-linux-su = "${sysconfdir}/pam.d/su-l"
>  
> @@ -209,7 +209,7 @@ ALTERNATIVE_${PN}  = " \
>      dmesg kill more mkswap blockdev pivot_root \
>      hexdump last lastb logger mesg renice wall \
>      setsid chrt flock utmpdump eject nologin taskset fallocate \
> -    fsfreeze nsenter \
> +    fsfreeze nsenter cal rev \
>  "
>  
>  ALTERNATIVE_LINK_NAME[dmesg] = "${base_bindir}/dmesg"
> @@ -218,8 +218,10 @@ ALTERNATIVE_LINK_NAME[more] =
> "${base_bindir}/more"
>  ALTERNATIVE_LINK_NAME[mkswap] = "${base_sbindir}/mkswap"
>  ALTERNATIVE_LINK_NAME[blockdev] = "${base_sbindir}/blockdev"
>  ALTERNATIVE_LINK_NAME[pivot_root] = "${base_sbindir}/pivot_root"
> +ALTERNATIVE_LINK_NAME[cal] = "${bindir}/cal"
>  ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject"
>  ALTERNATIVE_LINK_NAME[fallocate] = "${bindir}/fallocate"
> +ALTERNATIVE_LINK_NAME[rev] = "${bindir}/rev"
>  ALTERNATIVE_LINK_NAME[fsfreeze] = "${sbindir}/fsfreeze"
>  ALTERNATIVE_LINK_NAME[nologin] = "${base_sbindir}/nologin"
>  
> @@ -293,8 +295,8 @@ ALTERNATIVE_LINK_NAME[mountpoint] =
> "${base_bindir}/mountpoint"
>  ALTERNATIVE_util-linux-unshare = "unshare"
>  ALTERNATIVE_LINK_NAME[unshare] = "${bindir}/unshare"
>  
> -ALTERNATIVE_util-linux-switch-root = "switch_root"
> -ALTERNATIVE_LINK_NAME[switch_root] = "${base_sbindir}/switch_root"
> +ALTERNATIVE_util-linux-ionice = "ionice"
> +ALTERNATIVE_LINK_NAME[ionice] = "${bindir}/ionice"


The rebase went wrong here. I'll try and fix this up in -next and
retest so we can figure out if switch_root really is broken (cc
Randy)...

Cheers,

Richard



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] util-linux: alternatify cal, rev, and ionice
  2018-10-19 13:47 ` Richard Purdie
@ 2018-10-19 14:18   ` Randy MacLeod
  2018-10-19 14:23     ` Randy MacLeod
  0 siblings, 1 reply; 7+ messages in thread
From: Randy MacLeod @ 2018-10-19 14:18 UTC (permalink / raw)
  To: Richard Purdie, Dan McGregor, openembedded-core

On 10/19/18 9:47 AM, Richard Purdie wrote:
> On Thu, 2018-10-18 at 09:22 -0600, Dan McGregor wrote:
>> From: Dan McGregor <dan.mcgregor@usask.ca>
>>
>> These are also provided by toybox in its default configuration,
>> and can be turned on in busybox.
>>
>> Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
>> ---
>>   meta/recipes-core/util-linux/util-linux.inc | 10 ++++++----
>>   1 file changed, 6 insertions(+), 4 deletions(-)
>>
>> diff --git a/meta/recipes-core/util-linux/util-linux.inc
>> b/meta/recipes-core/util-linux/util-linux.inc
>> index 3d8b3ff592c..2f99e8409f5 100644
>> --- a/meta/recipes-core/util-linux/util-linux.inc
>> +++ b/meta/recipes-core/util-linux/util-linux.inc
>> @@ -93,7 +93,7 @@ FILES_util-linux-findfs = "${sbindir}/findfs"
>>   FILES_util-linux-getopt = "${base_bindir}/getopt.${BPN}"
>>   FILES_util-linux-runuser = "${sbindir}/runuser"
>>   FILES_util-linux-prlimit = "${bindir}/prlimit"
>> -FILES_util-linux-ionice = "${bindir}/ionice"
>> +FILES_util-linux-ionice = "${bindir}/ionice.${BPN}"
>>   FILES_util-linux-su = "${bindir}/su.util-linux
>> ${sysconfdir}/pam.d/su-l"
>>   CONFFILES_util-linux-su = "${sysconfdir}/pam.d/su-l"
>>   
>> @@ -209,7 +209,7 @@ ALTERNATIVE_${PN}  = " \
>>       dmesg kill more mkswap blockdev pivot_root \
>>       hexdump last lastb logger mesg renice wall \
>>       setsid chrt flock utmpdump eject nologin taskset fallocate \
>> -    fsfreeze nsenter \
>> +    fsfreeze nsenter cal rev \
>>   "
>>   
>>   ALTERNATIVE_LINK_NAME[dmesg] = "${base_bindir}/dmesg"
>> @@ -218,8 +218,10 @@ ALTERNATIVE_LINK_NAME[more] =
>> "${base_bindir}/more"
>>   ALTERNATIVE_LINK_NAME[mkswap] = "${base_sbindir}/mkswap"
>>   ALTERNATIVE_LINK_NAME[blockdev] = "${base_sbindir}/blockdev"
>>   ALTERNATIVE_LINK_NAME[pivot_root] = "${base_sbindir}/pivot_root"
>> +ALTERNATIVE_LINK_NAME[cal] = "${bindir}/cal"
>>   ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject"
>>   ALTERNATIVE_LINK_NAME[fallocate] = "${bindir}/fallocate"
>> +ALTERNATIVE_LINK_NAME[rev] = "${bindir}/rev"
>>   ALTERNATIVE_LINK_NAME[fsfreeze] = "${sbindir}/fsfreeze"
>>   ALTERNATIVE_LINK_NAME[nologin] = "${base_sbindir}/nologin"
>>   
>> @@ -293,8 +295,8 @@ ALTERNATIVE_LINK_NAME[mountpoint] =
>> "${base_bindir}/mountpoint"
>>   ALTERNATIVE_util-linux-unshare = "unshare"
>>   ALTERNATIVE_LINK_NAME[unshare] = "${bindir}/unshare"
>>   
>> -ALTERNATIVE_util-linux-switch-root = "switch_root"
>> -ALTERNATIVE_LINK_NAME[switch_root] = "${base_sbindir}/switch_root"
>> +ALTERNATIVE_util-linux-ionice = "ionice"
>> +ALTERNATIVE_LINK_NAME[ionice] = "${bindir}/ionice"
> 
> 
> The rebase went wrong here. I'll try and fix this up in -next and
> retest so we can figure out if switch_root really is broken (cc
> Randy)...

Ah, so it seems. Deleting switch-root alternatives, eh... WTF Dan! :)

Thanks Richard.

../Randy

> 
> Cheers,
> 
> Richard
> 


-- 
# Randy MacLeod
# Wind River Linux


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] util-linux: alternatify cal, rev, and ionice
  2018-10-19 14:18   ` Randy MacLeod
@ 2018-10-19 14:23     ` Randy MacLeod
  2018-10-19 14:28       ` Dan McGregor
  2018-10-19 17:28       ` richard.purdie
  0 siblings, 2 replies; 7+ messages in thread
From: Randy MacLeod @ 2018-10-19 14:23 UTC (permalink / raw)
  To: Richard Purdie, Dan McGregor, openembedded-core

On 10/19/18 10:18 AM, Randy MacLeod wrote:
> On 10/19/18 9:47 AM, Richard Purdie wrote:
>> On Thu, 2018-10-18 at 09:22 -0600, Dan McGregor wrote:
>>> From: Dan McGregor <dan.mcgregor@usask.ca>
>>>
>>> These are also provided by toybox in its default configuration,
>>> and can be turned on in busybox.
>>>
>>> Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
>>> ---
>>>   meta/recipes-core/util-linux/util-linux.inc | 10 ++++++----
>>>   1 file changed, 6 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/meta/recipes-core/util-linux/util-linux.inc
>>> b/meta/recipes-core/util-linux/util-linux.inc
>>> index 3d8b3ff592c..2f99e8409f5 100644
>>> --- a/meta/recipes-core/util-linux/util-linux.inc
>>> +++ b/meta/recipes-core/util-linux/util-linux.inc
>>> @@ -93,7 +93,7 @@ FILES_util-linux-findfs = "${sbindir}/findfs"
>>>   FILES_util-linux-getopt = "${base_bindir}/getopt.${BPN}"
>>>   FILES_util-linux-runuser = "${sbindir}/runuser"
>>>   FILES_util-linux-prlimit = "${bindir}/prlimit"
>>> -FILES_util-linux-ionice = "${bindir}/ionice"
>>> +FILES_util-linux-ionice = "${bindir}/ionice.${BPN}"
>>>   FILES_util-linux-su = "${bindir}/su.util-linux
>>> ${sysconfdir}/pam.d/su-l"
>>>   CONFFILES_util-linux-su = "${sysconfdir}/pam.d/su-l"
>>> @@ -209,7 +209,7 @@ ALTERNATIVE_${PN}  = " \
>>>       dmesg kill more mkswap blockdev pivot_root \
>>>       hexdump last lastb logger mesg renice wall \
>>>       setsid chrt flock utmpdump eject nologin taskset fallocate \
>>> -    fsfreeze nsenter \
>>> +    fsfreeze nsenter cal rev \
>>>   "
>>>   ALTERNATIVE_LINK_NAME[dmesg] = "${base_bindir}/dmesg"
>>> @@ -218,8 +218,10 @@ ALTERNATIVE_LINK_NAME[more] =
>>> "${base_bindir}/more"
>>>   ALTERNATIVE_LINK_NAME[mkswap] = "${base_sbindir}/mkswap"
>>>   ALTERNATIVE_LINK_NAME[blockdev] = "${base_sbindir}/blockdev"
>>>   ALTERNATIVE_LINK_NAME[pivot_root] = "${base_sbindir}/pivot_root"
>>> +ALTERNATIVE_LINK_NAME[cal] = "${bindir}/cal"
>>>   ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject"
>>>   ALTERNATIVE_LINK_NAME[fallocate] = "${bindir}/fallocate"
>>> +ALTERNATIVE_LINK_NAME[rev] = "${bindir}/rev"
>>>   ALTERNATIVE_LINK_NAME[fsfreeze] = "${sbindir}/fsfreeze"
>>>   ALTERNATIVE_LINK_NAME[nologin] = "${base_sbindir}/nologin"
>>> @@ -293,8 +295,8 @@ ALTERNATIVE_LINK_NAME[mountpoint] =
>>> "${base_bindir}/mountpoint"
>>>   ALTERNATIVE_util-linux-unshare = "unshare"
>>>   ALTERNATIVE_LINK_NAME[unshare] = "${bindir}/unshare"
>>> -ALTERNATIVE_util-linux-switch-root = "switch_root"
>>> -ALTERNATIVE_LINK_NAME[switch_root] = "${base_sbindir}/switch_root"
>>> +ALTERNATIVE_util-linux-ionice = "ionice"
>>> +ALTERNATIVE_LINK_NAME[ionice] = "${bindir}/ionice"
>>
>>
>> The rebase went wrong here. I'll try and fix this up in -next and
>> retest so we can figure out if switch_root really is broken (cc
>> Randy)...
> 
> Ah, so it seems. Deleting switch-root alternatives, eh... WTF Dan! :)
> 
Oh, the oe-core commit log for master-next shows that Dan's
commit is fine so it's *Richard's" rebase. I rescind my humorous WTF.

../Randy

> Thanks Richard.
> 
> ../Randy
> 
>>
>> Cheers,
>>
>> Richard
>>
> 
> 


-- 
# Randy MacLeod
# Wind River Linux


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] util-linux: alternatify cal, rev, and ionice
  2018-10-19 14:23     ` Randy MacLeod
@ 2018-10-19 14:28       ` Dan McGregor
  2018-10-19 17:28       ` richard.purdie
  1 sibling, 0 replies; 7+ messages in thread
From: Dan McGregor @ 2018-10-19 14:28 UTC (permalink / raw)
  To: randy.macleod; +Cc: Patches and discussions about the oe-core layer

On Fri, 19 Oct 2018 at 08:24, Randy MacLeod <randy.macleod@windriver.com> wrote:
>
> On 10/19/18 10:18 AM, Randy MacLeod wrote:
> > On 10/19/18 9:47 AM, Richard Purdie wrote:
> >> On Thu, 2018-10-18 at 09:22 -0600, Dan McGregor wrote:
> >>> From: Dan McGregor <dan.mcgregor@usask.ca>
> >>>
> >>> These are also provided by toybox in its default configuration,
> >>> and can be turned on in busybox.
> >>>
> >>> Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
> >>> ---
> >>>   meta/recipes-core/util-linux/util-linux.inc | 10 ++++++----
> >>>   1 file changed, 6 insertions(+), 4 deletions(-)
> >>>
> >>> diff --git a/meta/recipes-core/util-linux/util-linux.inc
> >>> b/meta/recipes-core/util-linux/util-linux.inc
> >>> index 3d8b3ff592c..2f99e8409f5 100644
> >>> --- a/meta/recipes-core/util-linux/util-linux.inc
> >>> +++ b/meta/recipes-core/util-linux/util-linux.inc
> >>> @@ -93,7 +93,7 @@ FILES_util-linux-findfs = "${sbindir}/findfs"
> >>>   FILES_util-linux-getopt = "${base_bindir}/getopt.${BPN}"
> >>>   FILES_util-linux-runuser = "${sbindir}/runuser"
> >>>   FILES_util-linux-prlimit = "${bindir}/prlimit"
> >>> -FILES_util-linux-ionice = "${bindir}/ionice"
> >>> +FILES_util-linux-ionice = "${bindir}/ionice.${BPN}"
> >>>   FILES_util-linux-su = "${bindir}/su.util-linux
> >>> ${sysconfdir}/pam.d/su-l"
> >>>   CONFFILES_util-linux-su = "${sysconfdir}/pam.d/su-l"
> >>> @@ -209,7 +209,7 @@ ALTERNATIVE_${PN}  = " \
> >>>       dmesg kill more mkswap blockdev pivot_root \
> >>>       hexdump last lastb logger mesg renice wall \
> >>>       setsid chrt flock utmpdump eject nologin taskset fallocate \
> >>> -    fsfreeze nsenter \
> >>> +    fsfreeze nsenter cal rev \
> >>>   "
> >>>   ALTERNATIVE_LINK_NAME[dmesg] = "${base_bindir}/dmesg"
> >>> @@ -218,8 +218,10 @@ ALTERNATIVE_LINK_NAME[more] =
> >>> "${base_bindir}/more"
> >>>   ALTERNATIVE_LINK_NAME[mkswap] = "${base_sbindir}/mkswap"
> >>>   ALTERNATIVE_LINK_NAME[blockdev] = "${base_sbindir}/blockdev"
> >>>   ALTERNATIVE_LINK_NAME[pivot_root] = "${base_sbindir}/pivot_root"
> >>> +ALTERNATIVE_LINK_NAME[cal] = "${bindir}/cal"
> >>>   ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject"
> >>>   ALTERNATIVE_LINK_NAME[fallocate] = "${bindir}/fallocate"
> >>> +ALTERNATIVE_LINK_NAME[rev] = "${bindir}/rev"
> >>>   ALTERNATIVE_LINK_NAME[fsfreeze] = "${sbindir}/fsfreeze"
> >>>   ALTERNATIVE_LINK_NAME[nologin] = "${base_sbindir}/nologin"
> >>> @@ -293,8 +295,8 @@ ALTERNATIVE_LINK_NAME[mountpoint] =
> >>> "${base_bindir}/mountpoint"
> >>>   ALTERNATIVE_util-linux-unshare = "unshare"
> >>>   ALTERNATIVE_LINK_NAME[unshare] = "${bindir}/unshare"
> >>> -ALTERNATIVE_util-linux-switch-root = "switch_root"
> >>> -ALTERNATIVE_LINK_NAME[switch_root] = "${base_sbindir}/switch_root"
> >>> +ALTERNATIVE_util-linux-ionice = "ionice"
> >>> +ALTERNATIVE_LINK_NAME[ionice] = "${bindir}/ionice"
> >>
> >>
> >> The rebase went wrong here. I'll try and fix this up in -next and
> >> retest so we can figure out if switch_root really is broken (cc
> >> Randy)...
> >
> > Ah, so it seems. Deleting switch-root alternatives, eh... WTF Dan! :)
> >
> Oh, the oe-core commit log for master-next shows that Dan's
> commit is fine so it's *Richard's" rebase. I rescind my humorous WTF.

Nope, I just looked at my reflog. Somehow it was indeed me that
removed switch_root. My bad.

That's what review on mailing lists is for ;)

>
> ../Randy
>
> > Thanks Richard.
> >
> > ../Randy
> >
> >>
> >> Cheers,
> >>
> >> Richard
> >>
> >
> >
>
>
> --
> # Randy MacLeod
> # Wind River Linux


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] util-linux: alternatify cal, rev, and ionice
  2018-10-19 14:23     ` Randy MacLeod
  2018-10-19 14:28       ` Dan McGregor
@ 2018-10-19 17:28       ` richard.purdie
  2018-10-19 17:57         ` Dan McGregor
  1 sibling, 1 reply; 7+ messages in thread
From: richard.purdie @ 2018-10-19 17:28 UTC (permalink / raw)
  To: Randy MacLeod, Dan McGregor, openembedded-core

On Fri, 2018-10-19 at 10:23 -0400, Randy MacLeod wrote:
> On 10/19/18 10:18 AM, Randy MacLeod wrote:
> > On 10/19/18 9:47 AM, Richard Purdie wrote:
> > > 
> > > The rebase went wrong here. I'll try and fix this up in -next and
> > > retest so we can figure out if switch_root really is broken (cc
> > > Randy)...
> > 
> > Ah, so it seems. Deleting switch-root alternatives, eh... WTF Dan!
> > :)
> > 
> 
> Oh, the oe-core commit log for master-next shows that Dan's
> commit is fine so it's *Richard's" rebase. I rescind my humorous WTF.

It was Dan's patch that was broken and I've now fixed it in -next ;-)

Cheers,

Richard



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] util-linux: alternatify cal, rev, and ionice
  2018-10-19 17:28       ` richard.purdie
@ 2018-10-19 17:57         ` Dan McGregor
  0 siblings, 0 replies; 7+ messages in thread
From: Dan McGregor @ 2018-10-19 17:57 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

On Fri, 19 Oct 2018 at 11:28, <richard.purdie@linuxfoundation.org> wrote:
>
> On Fri, 2018-10-19 at 10:23 -0400, Randy MacLeod wrote:
> > On 10/19/18 10:18 AM, Randy MacLeod wrote:
> > > On 10/19/18 9:47 AM, Richard Purdie wrote:
> > > >
> > > > The rebase went wrong here. I'll try and fix this up in -next and
> > > > retest so we can figure out if switch_root really is broken (cc
> > > > Randy)...
> > >
> > > Ah, so it seems. Deleting switch-root alternatives, eh... WTF Dan!
> > > :)
> > >
> >
> > Oh, the oe-core commit log for master-next shows that Dan's
> > commit is fine so it's *Richard's" rebase. I rescind my humorous WTF.
>
> It was Dan's patch that was broken and I've now fixed it in -next ;-)

Thanks for that. Turns out I need to watch the commit log more closely
when I'm rebasing stuff.

>
> Cheers,
>
> Richard
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-19 17:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-18 15:22 [PATCH v2] util-linux: alternatify cal, rev, and ionice Dan McGregor
2018-10-19 13:47 ` Richard Purdie
2018-10-19 14:18   ` Randy MacLeod
2018-10-19 14:23     ` Randy MacLeod
2018-10-19 14:28       ` Dan McGregor
2018-10-19 17:28       ` richard.purdie
2018-10-19 17:57         ` Dan McGregor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.