Re: [Angstrom-devel] Angstrom 1.7: systemd-gnome-image fails

2015-10-04 Thread Ulf Samuelsson


Best Regards
Ulf Samuelsson


> 2 okt 2015 kl. 08:36 skrev Koen Kooi :
> 
> 
>> Op 30 sep. 2015, om 09:55 heeft Ulf Samuelsson  het 
>> volgende geschreven:
>> 
>> I downloaded the latests setup scripts and tried to build 
>> 'systemd-gnome-image'.
>> 
>> This fails since bluez5 is trying to install files which already exists.
>> The preferred Bluetooth in Angstrom-1.7 is bluez4 so this is not surprising.
> 
> 
> Ehm, there is not angstrom ‘1.7’, can you check the version again?
> 
>> 
>> I built 'systemd-gnome-image' earlier this summer with success.
>> 
>> The problem seems to be that in May, Khem Raj patched meta-photography
>> so gvfs is dependent on bluez5, and in September Koen updated Angstrom
>> to use the latest meta-photography.
>> 
>> 
>> "meta-photography":
>> --
>> commit 7be7ab65210842b6afb171638fb5b2e648d13a03
>> Author: Khem Raj 
>> Date:   Tue May 5 12:20:07 2015 -0700
>> 
>>   gvfs: Depend on bluez5 since bluez4 is gone
>> 
>>   Signed-off-by: Khem Raj 
>> --
>> 
>> Angstrom:
>> --
>> commit 5e598c9f8efcbd3bc1418d7f06f4dafaec5896c3
>> Author: Koen Kooi 
>> Date:   Mon Sep 7 11:28:14 2015 +0200
>> 
>>   layerman: bump meta-photography
>> 
>>   Signed-off-by: Koen Kooi 
>> --
>> 
>> A short term solution is likely to revert Koen's patch,
>> but long term, the meta-photography should be compatible with Angstrom.
> 
> I have no idea what ‘compatible with angstrom’ means, can you explain?

I think I did in the following sentence.

> 
>> 
>> If that means moving Angstrom to bluez5 or changing meta-photography
>> to support whatever the distro selects, I can't tell.
>> 
>> BR
>> Ulf Samuelsson
>> 
>> ___
>> Angstrom-distro-devel mailing list
>> Angstrom-distro-devel@linuxtogo.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
>> 
> 
> 
> ___
> Angstrom-distro-devel mailing list
> Angstrom-distro-devel@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Angstrom 1.7: systemd-gnome-image fails

2015-10-04 Thread Ulf Samuelsson
Yocto-1.7 branch of course

Best Regards
Ulf Samuelsson


> 2 okt 2015 kl. 08:36 skrev Koen Kooi :
> 
> 
>> Op 30 sep. 2015, om 09:55 heeft Ulf Samuelsson  het 
>> volgende geschreven:
>> 
>> I downloaded the latests setup scripts and tried to build 
>> 'systemd-gnome-image'.
>> 
>> This fails since bluez5 is trying to install files which already exists.
>> The preferred Bluetooth in Angstrom-1.7 is bluez4 so this is not surprising.
> 
> 
> Ehm, there is not angstrom ‘1.7’, can you check the version again?
> 
>> 
>> I built 'systemd-gnome-image' earlier this summer with success.
>> 
>> The problem seems to be that in May, Khem Raj patched meta-photography
>> so gvfs is dependent on bluez5, and in September Koen updated Angstrom
>> to use the latest meta-photography.
>> 
>> 
>> "meta-photography":
>> --
>> commit 7be7ab65210842b6afb171638fb5b2e648d13a03
>> Author: Khem Raj 
>> Date:   Tue May 5 12:20:07 2015 -0700
>> 
>>   gvfs: Depend on bluez5 since bluez4 is gone
>> 
>>   Signed-off-by: Khem Raj 
>> --
>> 
>> Angstrom:
>> --
>> commit 5e598c9f8efcbd3bc1418d7f06f4dafaec5896c3
>> Author: Koen Kooi 
>> Date:   Mon Sep 7 11:28:14 2015 +0200
>> 
>>   layerman: bump meta-photography
>> 
>>   Signed-off-by: Koen Kooi 
>> --
>> 
>> A short term solution is likely to revert Koen's patch,
>> but long term, the meta-photography should be compatible with Angstrom.
> 
> I have no idea what ‘compatible with angstrom’ means, can you explain?
> 
>> 
>> If that means moving Angstrom to bluez5 or changing meta-photography
>> to support whatever the distro selects, I can't tell.
>> 
>> BR
>> Ulf Samuelsson
>> 
>> ___
>> Angstrom-distro-devel mailing list
>> Angstrom-distro-devel@linuxtogo.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
>> 
> 
> 
> ___
> Angstrom-distro-devel mailing list
> Angstrom-distro-devel@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] Angstrom 1.7: systemd-gnome-image fails

2015-10-02 Thread Koen Kooi

> Op 30 sep. 2015, om 09:55 heeft Ulf Samuelsson  het 
> volgende geschreven:
> 
> I downloaded the latests setup scripts and tried to build 
> 'systemd-gnome-image'.
> 
> This fails since bluez5 is trying to install files which already exists.
> The preferred Bluetooth in Angstrom-1.7 is bluez4 so this is not surprising.


Ehm, there is not angstrom ‘1.7’, can you check the version again?

> 
> I built 'systemd-gnome-image' earlier this summer with success.
> 
> The problem seems to be that in May, Khem Raj patched meta-photography
> so gvfs is dependent on bluez5, and in September Koen updated Angstrom
> to use the latest meta-photography.
> 
> 
> "meta-photography":
> --
> commit 7be7ab65210842b6afb171638fb5b2e648d13a03
> Author: Khem Raj 
> Date:   Tue May 5 12:20:07 2015 -0700
> 
>gvfs: Depend on bluez5 since bluez4 is gone
> 
>Signed-off-by: Khem Raj 
> --
> 
> Angstrom:
> --
> commit 5e598c9f8efcbd3bc1418d7f06f4dafaec5896c3
> Author: Koen Kooi 
> Date:   Mon Sep 7 11:28:14 2015 +0200
> 
>layerman: bump meta-photography
> 
>Signed-off-by: Koen Kooi 
> --
> 
> A short term solution is likely to revert Koen's patch,
> but long term, the meta-photography should be compatible with Angstrom.

I have no idea what ‘compatible with angstrom’ means, can you explain?

> 
> If that means moving Angstrom to bluez5 or changing meta-photography
> to support whatever the distro selects, I can't tell.
> 
> BR
> Ulf Samuelsson
> 
> ___
> Angstrom-distro-devel mailing list
> Angstrom-distro-devel@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
> 


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] Angstrom 1.7: systemd-gnome-image fails

2015-09-30 Thread Ulf Samuelsson
I downloaded the latests setup scripts and tried to build 
'systemd-gnome-image'.


This fails since bluez5 is trying to install files which already exists.
The preferred Bluetooth in Angstrom-1.7 is bluez4 so this is not surprising.

I built 'systemd-gnome-image' earlier this summer with success.

The problem seems to be that in May, Khem Raj patched meta-photography
so gvfs is dependent on bluez5, and in September Koen updated Angstrom
to use the latest meta-photography.


"meta-photography":
--
commit 7be7ab65210842b6afb171638fb5b2e648d13a03
Author: Khem Raj 
Date:   Tue May 5 12:20:07 2015 -0700

gvfs: Depend on bluez5 since bluez4 is gone

Signed-off-by: Khem Raj 
--

Angstrom:
--
commit 5e598c9f8efcbd3bc1418d7f06f4dafaec5896c3
Author: Koen Kooi 
Date:   Mon Sep 7 11:28:14 2015 +0200

layerman: bump meta-photography

Signed-off-by: Koen Kooi 
--

A short term solution is likely to revert Koen's patch,
but long term, the meta-photography should be compatible with Angstrom.

If that means moving Angstrom to bluez5 or changing meta-photography
to support whatever the distro selects, I can't tell.

BR
Ulf Samuelsson

___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel