Re: [meta-intel] [iot-middleware][PATCH] parse-embedded-sdks: Fix LICENSE string

2017-05-22 Thread Jan Kiszka
On 2017-04-30 20:27, Jan Kiszka wrote:
> From: Jan Kiszka 
> 
> OE complains: Each word in LICENSE is a license of its own and would
> have to be appended with a supported operator. So just drop the
> redundant word from the license name.
> 
> Signed-off-by: Jan Kiszka 
> ---
>  recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git 
> a/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb 
> b/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
> index 4b91c82..9b69b89 100644
> --- a/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
> +++ b/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
> @@ -3,7 +3,7 @@
>  
>  DESCRIPTION = "Lets you use Parse for building Internet of Things (IoT) 
> applications with connected devices"
>  HOMEPAGE = "https://github.com/ParsePlatform/parse-embedded-sdks";
> -LICENSE = "Parse License"
> +LICENSE = "Parse"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=340c4660f360f3d393d95ed8c6dd2b28"
>  SECTION = "libs"
>  DEPENDS = "curl util-linux"
> 

Ping.

Is this layer still maintained? I'm also asking this because because
mraa, e.g., is referenced in a rather old version only.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA ITP SES-DE
Corporate Competence Center Embedded Linux
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [iot-middleware][PATCH] parse-embedded-sdks: Fix LICENSE string

2017-05-22 Thread Jan Kiszka
On 2017-05-22 15:14, Jan Kiszka wrote:
> On 2017-05-22 15:12, Jan Kiszka wrote:
>> On 2017-04-30 20:27, Jan Kiszka wrote:
>>> From: Jan Kiszka 
>>>
>>> OE complains: Each word in LICENSE is a license of its own and would
>>> have to be appended with a supported operator. So just drop the
>>> redundant word from the license name.
>>>
>>> Signed-off-by: Jan Kiszka 
>>> ---
>>>  recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git 
>>> a/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb 
>>> b/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
>>> index 4b91c82..9b69b89 100644
>>> --- a/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
>>> +++ b/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
>>> @@ -3,7 +3,7 @@
>>>  
>>>  DESCRIPTION = "Lets you use Parse for building Internet of Things (IoT) 
>>> applications with connected devices"
>>>  HOMEPAGE = "https://github.com/ParsePlatform/parse-embedded-sdks";
>>> -LICENSE = "Parse License"
>>> +LICENSE = "Parse"
>>>  LIC_FILES_CHKSUM = "file://LICENSE;md5=340c4660f360f3d393d95ed8c6dd2b28"
>>>  SECTION = "libs"
>>>  DEPENDS = "curl util-linux"
>>>
>>
>> Ping.
>>
>> Is this layer still maintained? I'm also asking this because because
>> mraa, e.g., is referenced in a rather old version only.
> 
> Sorry, I was looking at the wrong head: it is recent.

OK, apparently time for a break: I was indeed looking at the right head,
and that references ancient mraa 0.10.1 instead of current 1.7.0.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA ITP SES-DE
Corporate Competence Center Embedded Linux
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [iot-middleware][PATCH] parse-embedded-sdks: Fix LICENSE string

2017-05-22 Thread Jan Kiszka
On 2017-05-22 15:12, Jan Kiszka wrote:
> On 2017-04-30 20:27, Jan Kiszka wrote:
>> From: Jan Kiszka 
>>
>> OE complains: Each word in LICENSE is a license of its own and would
>> have to be appended with a supported operator. So just drop the
>> redundant word from the license name.
>>
>> Signed-off-by: Jan Kiszka 
>> ---
>>  recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git 
>> a/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb 
>> b/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
>> index 4b91c82..9b69b89 100644
>> --- a/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
>> +++ b/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
>> @@ -3,7 +3,7 @@
>>  
>>  DESCRIPTION = "Lets you use Parse for building Internet of Things (IoT) 
>> applications with connected devices"
>>  HOMEPAGE = "https://github.com/ParsePlatform/parse-embedded-sdks";
>> -LICENSE = "Parse License"
>> +LICENSE = "Parse"
>>  LIC_FILES_CHKSUM = "file://LICENSE;md5=340c4660f360f3d393d95ed8c6dd2b28"
>>  SECTION = "libs"
>>  DEPENDS = "curl util-linux"
>>
> 
> Ping.
> 
> Is this layer still maintained? I'm also asking this because because
> mraa, e.g., is referenced in a rather old version only.

Sorry, I was looking at the wrong head: it is recent.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA ITP SES-DE
Corporate Competence Center Embedded Linux
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [iot-middleware][PATCH] parse-embedded-sdks: Fix LICENSE string

2017-04-30 Thread Jan Kiszka
From: Jan Kiszka 

OE complains: Each word in LICENSE is a license of its own and would
have to be appended with a supported operator. So just drop the
redundant word from the license name.

Signed-off-by: Jan Kiszka 
---
 recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb 
b/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
index 4b91c82..9b69b89 100644
--- a/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
+++ b/recipes-devtools/parse-embedded-sdks/parse-embedded-sdks_1.0.1.bb
@@ -3,7 +3,7 @@
 
 DESCRIPTION = "Lets you use Parse for building Internet of Things (IoT) 
applications with connected devices"
 HOMEPAGE = "https://github.com/ParsePlatform/parse-embedded-sdks";
-LICENSE = "Parse License"
+LICENSE = "Parse"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=340c4660f360f3d393d95ed8c6dd2b28"
 SECTION = "libs"
 DEPENDS = "curl util-linux"
-- 
2.12.0



signature.asc
Description: OpenPGP digital signature
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [PATCH] intel-quark: Add intel-quark-preempt-rt bsp configuration

2017-02-02 Thread Jan Kiszka
From: Christian Storm 

While there are intel-quark configurations for the KTYPEs standard and
tiny in bsp/intel-common, there's none for the preempt-rt KTYPE.
Trying to build preempt-rt enabled kernels such as linux-yocto-rt for
intel-quark yields a .config having a potentially misconfigured
architecture. More importantly, however, preempt-rt related CONFIG
options are not enabled. Hence, a build of, e.g., linux-yocto-rt, does
not result in a preempt-rt enabled kernel.

This patch qualifies to be (back)ported to other branches than master.

Signed-off-by: Christian Storm 
Signed-off-by: Jan Kiszka 
---

In particular, we would be interested in a 4.4 application as that is
currently in use by meta-iot2000.

 bsp/intel-common/intel-quark-preempt-rt.scc | 20 
 1 file changed, 20 insertions(+)
 create mode 100644 bsp/intel-common/intel-quark-preempt-rt.scc

diff --git a/bsp/intel-common/intel-quark-preempt-rt.scc 
b/bsp/intel-common/intel-quark-preempt-rt.scc
new file mode 100644
index ..8a00fae4
--- /dev/null
+++ b/bsp/intel-common/intel-quark-preempt-rt.scc
@@ -0,0 +1,20 @@
+# intel-quark-preempt-rt.scc
+#
+# preempt-rt ktype for 32 bit Quark / X1000 CPUs
+#
+
+define KMACHINE intel-quark
+define KARCH i386
+define KTYPE preempt-rt
+
+include ktypes/preempt-rt/preempt-rt.scc
+branch intel
+
+# Enable booting from USB for Standard Kernel Image
+include cfg/usb-mass-storage.scc
+include cfg/boot-live.scc
+
+include intel-common.scc
+include features/power/intel.scc
+include intel-common-drivers-32.scc
+include intel-quark.scc
-- 
2.11.0

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [PATCH] linux-yocto/4.4: Fix wrong rt SRCREV for 4.4 - for real

2017-01-19 Thread Jan Kiszka
d86d58a99dd4 didn't fix the issue it wanted to address but rather
referred to the corresponding commit of standard/tiny/intel/base instead
of standard/preempt-rt/intel/base. A local workaround for the original
meta-intel issue papered over this during testing. Fix it for real.

Signed-off-by: Jan Kiszka 
---

Argh, now I messed it up. I wonder if you could enable some Q&A build
for meta-intel's stable branches (or for all, if that doesn't exist
yet). It's too easy to get things wrong...

BTW, there are more issues with -rt and Quark: another build fix will
follow, and I'm currently discussing a patch (enable MSI for SPI) that
also acts as workaround for some issue with shared interrupts with
Linux upstream. We may discuss a backport to yocto 4.4 and 4.8
afterwards.

 common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend 
b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
index 64cf783..5b9b98b 100644
--- a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_INTEL_COMMON = "4.4.26"
 SRCREV_META_INTEL_COMMON = "870134f4bfa6208d6e5339e065486be3b6e693a5"
-SRCREV_MACHINE_INTEL_COMMON = "4eb72141aa7c3b626a7fc42ae8da6f8b29e43a2c"
+SRCREV_MACHINE_INTEL_COMMON = "c5851eb141c2c64b0f6d453c45c4200dfede1a79"
 
 KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"
 
-- 
2.1.4
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH] linux-yocto/4.4: Fix wrong rt SRCREV for 4.4

2017-01-11 Thread Jan Kiszka
On 2017-01-09 22:17, Cal Sullivan wrote:
> I'm not sure how I managed to do that. Thanks for the patch.

When will it be merged? I'd like to avoid starting to carry a workaround
in our layer (meta-iot2000).

Thanks,
Jan

> 
> ---
> Cal
> 
> On 01/09/2017 01:10 PM, Jan Kiszka wrote:
>> This one refers to the merge of 4.4.26. Mistake of 371461eae450.
>>
>> Signed-off-by: Jan Kiszka 
>> ---
>>   common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
>> b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
>> index ebb545d..64cf783 100644
>> --- a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
>> +++ b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
>> @@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>> LINUX_VERSION_INTEL_COMMON = "4.4.26"
>>   SRCREV_META_INTEL_COMMON = "870134f4bfa6208d6e5339e065486be3b6e693a5"
>> -SRCREV_MACHINE_INTEL_COMMON = "13852755ecbf491848afbe40e66fc152bc70915b"
>> +SRCREV_MACHINE_INTEL_COMMON = "4eb72141aa7c3b626a7fc42ae8da6f8b29e43a2c"
>> KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"
>>   
> 

-- 
Siemens AG, Corporate Technology, CT RDA ITP SES-DE
Corporate Competence Center Embedded Linux
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [PATCH] linux-yocto/4.4: Fix wrong rt SRCREV for 4.4

2017-01-09 Thread Jan Kiszka
This one refers to the merge of 4.4.26. Mistake of 371461eae450.

Signed-off-by: Jan Kiszka 
---
 common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend 
b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
index ebb545d..64cf783 100644
--- a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_INTEL_COMMON = "4.4.26"
 SRCREV_META_INTEL_COMMON = "870134f4bfa6208d6e5339e065486be3b6e693a5"
-SRCREV_MACHINE_INTEL_COMMON = "13852755ecbf491848afbe40e66fc152bc70915b"
+SRCREV_MACHINE_INTEL_COMMON = "4eb72141aa7c3b626a7fc42ae8da6f8b29e43a2c"
 
 KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"
 
-- 
2.1.4
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel