Openembedded Core Discussions
 help / color / mirror / Atom feed
* [daisy][PATCH] qemu: Explicitly disable libiscsi, its not in DEPENDS
@ 2014-08-29 13:48 Jonathan Liu
  2014-09-18  7:45 ` Jonathan Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Liu @ 2014-08-29 13:48 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 2702986..472988d 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -26,7 +26,7 @@ SRC_URI_append_class-native = "\
     file://fix-libcap-header-issue-on-some-distro.patch \
     "
 
-EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --audio-drv-list=oss,alsa --disable-bluez --with-system-pixman --extra-cflags='${CFLAGS}'"
+EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --audio-drv-list=oss,alsa --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'"
 
 EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror \
 				"
-- 
2.0.3



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

* Re: [daisy][PATCH] qemu: Explicitly disable libiscsi, its not in DEPENDS
  2014-08-29 13:48 [daisy][PATCH] qemu: Explicitly disable libiscsi, its not in DEPENDS Jonathan Liu
@ 2014-09-18  7:45 ` Jonathan Liu
  2014-09-19 22:05   ` Saul Wold
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Liu @ 2014-09-18  7:45 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core@lists.openembedded.org

On 29 August 2014 23:48, Jonathan Liu <net147@gmail.com> wrote:
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
>  meta/recipes-devtools/qemu/qemu.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
> index 2702986..472988d 100644
> --- a/meta/recipes-devtools/qemu/qemu.inc
> +++ b/meta/recipes-devtools/qemu/qemu.inc
> @@ -26,7 +26,7 @@ SRC_URI_append_class-native = "\
>      file://fix-libcap-header-issue-on-some-distro.patch \
>      "
>
> -EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --audio-drv-list=oss,alsa --disable-bluez --with-system-pixman --extra-cflags='${CFLAGS}'"
> +EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --audio-drv-list=oss,alsa --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'"
>
>  EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror \
>                                 "
> --
> 2.0.3
>

Ping.

Regards,
Jonathan


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

* Re: [daisy][PATCH] qemu: Explicitly disable libiscsi, its not in DEPENDS
  2014-09-18  7:45 ` Jonathan Liu
@ 2014-09-19 22:05   ` Saul Wold
  2014-09-23 19:14     ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Saul Wold @ 2014-09-19 22:05 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: openembedded-core@lists.openembedded.org

On 09/18/2014 02:45 AM, Jonathan Liu wrote:
> On 29 August 2014 23:48, Jonathan Liu <net147@gmail.com> wrote:
>> Signed-off-by: Jonathan Liu <net147@gmail.com>
>> ---
>>   meta/recipes-devtools/qemu/qemu.inc | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
>> index 2702986..472988d 100644
>> --- a/meta/recipes-devtools/qemu/qemu.inc
>> +++ b/meta/recipes-devtools/qemu/qemu.inc
>> @@ -26,7 +26,7 @@ SRC_URI_append_class-native = "\
>>       file://fix-libcap-header-issue-on-some-distro.patch \
>>       "
>>
>> -EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --audio-drv-list=oss,alsa --disable-bluez --with-system-pixman --extra-cflags='${CFLAGS}'"
>> +EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --audio-drv-list=oss,alsa --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'"
>>
>>   EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror \
>>                                  "
>> --
>> 2.0.3
>>
>
> Ping.
>

Ok, I see what seems to have happened the patch is in OE-Core's Daisy 
branch but did not make the leap into Poky's Daisy brach along with a 
couple of other patches.  I am trying to reconcile this between my 
oecore/daisy-next and poky/daisy-next for testing.

Hope to have this straightened out next week.

Sau!
> Regards,
> Jonathan
>


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

* Re: [daisy][PATCH] qemu: Explicitly disable libiscsi, its not in DEPENDS
  2014-09-19 22:05   ` Saul Wold
@ 2014-09-23 19:14     ` Richard Purdie
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2014-09-23 19:14 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core@lists.openembedded.org

On Fri, 2014-09-19 at 17:05 -0500, Saul Wold wrote:
> On 09/18/2014 02:45 AM, Jonathan Liu wrote:
> > On 29 August 2014 23:48, Jonathan Liu <net147@gmail.com> wrote:
> >> Signed-off-by: Jonathan Liu <net147@gmail.com>
> >> ---
> >>   meta/recipes-devtools/qemu/qemu.inc | 2 +-
> >>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
> >> index 2702986..472988d 100644
> >> --- a/meta/recipes-devtools/qemu/qemu.inc
> >> +++ b/meta/recipes-devtools/qemu/qemu.inc
> >> @@ -26,7 +26,7 @@ SRC_URI_append_class-native = "\
> >>       file://fix-libcap-header-issue-on-some-distro.patch \
> >>       "
> >>
> >> -EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --audio-drv-list=oss,alsa --disable-bluez --with-system-pixman --extra-cflags='${CFLAGS}'"
> >> +EXTRA_OECONF += "--target-list=${@get_qemu_target_list(d)} --disable-werror --audio-drv-list=oss,alsa --disable-bluez --disable-libiscsi --with-system-pixman --extra-cflags='${CFLAGS}'"
> >>
> >>   EXTRA_OECONF_class-nativesdk = "--target-list=${@get_qemu_target_list(d)} --disable-werror \
> >>                                  "
> >> --
> >> 2.0.3
> >>
> >
> > Ping.
> >
> 
> Ok, I see what seems to have happened the patch is in OE-Core's Daisy 
> branch but did not make the leap into Poky's Daisy brach along with a 
> couple of other patches.  I am trying to reconcile this between my 
> oecore/daisy-next and poky/daisy-next for testing.
> 
> Hope to have this straightened out next week.

I fixed the branches being out of sync if that helps...

Cheers,

Richard



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

end of thread, other threads:[~2014-09-23 19:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 13:48 [daisy][PATCH] qemu: Explicitly disable libiscsi, its not in DEPENDS Jonathan Liu
2014-09-18  7:45 ` Jonathan Liu
2014-09-19 22:05   ` Saul Wold
2014-09-23 19:14     ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox