* [meta-fsl-arm-extra][PATCH 1/3] linux-wandboard_3.0.35: update to d35902c7
@ 2013-11-11 16:44 Mario Domenech Goulart
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add Mario Domenech Goulart
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 3/3] wandboard.inc: add touchscreen support Mario Domenech Goulart
0 siblings, 2 replies; 17+ messages in thread
From: Mario Domenech Goulart @ 2013-11-11 16:44 UTC (permalink / raw)
To: meta-freescale
Update defconfig to reflect the new features in d35902c7:
* use LZO compression to improve boot speed
* enable Future Eletronics 7" LCD expansion board support
* remove boot logo as we usually use Yocto splash and it avoids two
changes in a roll
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
---
recipes-kernel/linux/linux-wandboard-3.0.35/defconfig | 8 ++------
recipes-kernel/linux/linux-wandboard_3.0.35.bb | 2 +-
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/recipes-kernel/linux/linux-wandboard-3.0.35/defconfig b/recipes-kernel/linux/linux-wandboard-3.0.35/defconfig
index 8b59dfd..ce3eb77 100644
--- a/recipes-kernel/linux/linux-wandboard-3.0.35/defconfig
+++ b/recipes-kernel/linux/linux-wandboard-3.0.35/defconfig
@@ -1,11 +1,8 @@
CONFIG_EXPERIMENTAL=y
CONFIG_LOCALVERSION="-wandboard+yocto"
-CONFIG_KERNEL_LZMA=y
CONFIG_DEFAULT_HOSTNAME="wandboard"
# CONFIG_SWAP is not set
CONFIG_SYSVIPC=y
-CONFIG_IKCONFIG=y
-CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_BLK_DEV_INITRD=y
CONFIG_EMBEDDED=y
@@ -20,6 +17,7 @@ CONFIG_ARCH_MXC=y
CONFIG_ARCH_MX6=y
CONFIG_FORCE_MAX_ZONEORDER=14
CONFIG_MACH_WANDBOARD=y
+CONFIG_EXPANSION_FWBADAPT=y
CONFIG_IMX_PCIE=y
CONFIG_USB_EHCI_ARC_H1=y
CONFIG_USB_FSL_ARC_OTG=y
@@ -109,6 +107,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=720
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_TOUCHSCREEN=y
+CONFIG_TOUCHSCREEN_PRISM=y
CONFIG_INPUT_MISC=y
# CONFIG_SERIO_SERPORT is not set
CONFIG_VT_HW_CONSOLE_BINDING=y
@@ -149,9 +148,6 @@ CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FONTS=y
CONFIG_FONT_8x16=y
CONFIG_FONT_10x18=y
-CONFIG_LOGO=y
-# CONFIG_LOGO_LINUX_MONO is not set
-# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_SOUND=y
CONFIG_SND=y
# CONFIG_SND_DRIVERS is not set
diff --git a/recipes-kernel/linux/linux-wandboard_3.0.35.bb b/recipes-kernel/linux/linux-wandboard_3.0.35.bb
index 637b030..a990556 100644
--- a/recipes-kernel/linux/linux-wandboard_3.0.35.bb
+++ b/recipes-kernel/linux/linux-wandboard_3.0.35.bb
@@ -4,7 +4,7 @@
include linux-wandboard.inc
# Wandboard branch - based on 4.0.0 from Freescale git
-SRCREV = "929768aaf8c9161b2729c11c0b96012547bdc4eb"
+SRCREV = "d35902c77a077a25e4dfedc6aac11ba49c52c586"
LOCALVERSION = "-4.0.0-wandboard"
# GPU support patches
--
1.7.10.4
^ permalink raw reply related [flat|nested] 17+ messages in thread* [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-11 16:44 [meta-fsl-arm-extra][PATCH 1/3] linux-wandboard_3.0.35: update to d35902c7 Mario Domenech Goulart
@ 2013-11-11 16:44 ` Mario Domenech Goulart
2013-11-12 11:21 ` Daiane Angolini
` (2 more replies)
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 3/3] wandboard.inc: add touchscreen support Mario Domenech Goulart
1 sibling, 3 replies; 17+ messages in thread
From: Mario Domenech Goulart @ 2013-11-11 16:44 UTC (permalink / raw)
To: meta-freescale
Common settings for wandboard-quad, wandboard-dual and wandboard-solo.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
---
conf/machine/include/wandboard.inc | 10 ++++++++++
conf/machine/wandboard-dual.conf | 9 ++-------
conf/machine/wandboard-quad.conf | 9 ++-------
conf/machine/wandboard-solo.conf | 9 +--------
4 files changed, 15 insertions(+), 22 deletions(-)
create mode 100644 conf/machine/include/wandboard.inc
diff --git a/conf/machine/include/wandboard.inc b/conf/machine/include/wandboard.inc
new file mode 100644
index 0000000..a304b11
--- /dev/null
+++ b/conf/machine/include/wandboard.inc
@@ -0,0 +1,10 @@
+# Common settings for wandboard boards
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa9.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
+
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+MACHINE_FEATURES += "pci wifi"
diff --git a/conf/machine/wandboard-dual.conf b/conf/machine/wandboard-dual.conf
index eaee17b..1821192 100644
--- a/conf/machine/wandboard-dual.conf
+++ b/conf/machine/wandboard-dual.conf
@@ -3,19 +3,14 @@
#@SOC: i.MX6DL
#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Duallite
-include conf/machine/include/imx-base.inc
-include conf/machine/include/tune-cortexa9.inc
+include include/wandboard.inc
SOC_FAMILY = "mx6:mx6dl:wandboard"
-PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
-
UBOOT_MACHINE = "wandboard_dl_config"
KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
-SERIAL_CONSOLE = "115200 ttymxc0"
-
-MACHINE_FEATURES += " pci wifi bluetooth"
+MACHINE_FEATURES += "bluetooth"
MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
diff --git a/conf/machine/wandboard-quad.conf b/conf/machine/wandboard-quad.conf
index 4f32590..195a69f 100644
--- a/conf/machine/wandboard-quad.conf
+++ b/conf/machine/wandboard-quad.conf
@@ -3,19 +3,14 @@
#@SOC: i.MX6Q
#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Quad
-include conf/machine/include/imx-base.inc
-include conf/machine/include/tune-cortexa9.inc
+include include/wandboard.inc
SOC_FAMILY = "mx6:mx6q:wandboard"
-PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
-
UBOOT_MACHINE = "wandboard_quad_config"
KERNEL_DEVICETREE = "imx6q-wandboard.dtb"
-SERIAL_CONSOLE = "115200 ttymxc0"
-
-MACHINE_FEATURES += " pci wifi bluetooth"
+MACHINE_FEATURES += "bluetooth"
MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
diff --git a/conf/machine/wandboard-solo.conf b/conf/machine/wandboard-solo.conf
index 970e650..9696aeb 100644
--- a/conf/machine/wandboard-solo.conf
+++ b/conf/machine/wandboard-solo.conf
@@ -3,17 +3,10 @@
#@SOC: i.MX6S
#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Solo
-include conf/machine/include/imx-base.inc
-include conf/machine/include/tune-cortexa9.inc
+include include/wandboard.inc
SOC_FAMILY = "mx6:mx6s:wandboard"
-PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
-
UBOOT_MACHINE = "wandboard_solo_config"
KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
-
-SERIAL_CONSOLE = "115200 ttymxc0"
-
-MACHINE_FEATURES += " pci wifi"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 17+ messages in thread* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add Mario Domenech Goulart
@ 2013-11-12 11:21 ` Daiane Angolini
2013-11-12 11:32 ` Mario Domenech Goulart
2013-11-12 11:51 ` Eric Bénard
2013-11-12 11:56 ` Fabio Estevam
2 siblings, 1 reply; 17+ messages in thread
From: Daiane Angolini @ 2013-11-12 11:21 UTC (permalink / raw)
To: Mario Domenech Goulart; +Cc: meta-freescale@yoctoproject.org
On Mon, Nov 11, 2013 at 2:44 PM, Mario Domenech Goulart
<mario@ossystems.com.br> wrote:
> Common settings for wandboard-quad, wandboard-dual and wandboard-solo.
What?
I like you patch, but I think you can improve this commit log/subject.
Daiane
>
> Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
> ---
> conf/machine/include/wandboard.inc | 10 ++++++++++
> conf/machine/wandboard-dual.conf | 9 ++-------
> conf/machine/wandboard-quad.conf | 9 ++-------
> conf/machine/wandboard-solo.conf | 9 +--------
> 4 files changed, 15 insertions(+), 22 deletions(-)
> create mode 100644 conf/machine/include/wandboard.inc
>
> diff --git a/conf/machine/include/wandboard.inc b/conf/machine/include/wandboard.inc
> new file mode 100644
> index 0000000..a304b11
> --- /dev/null
> +++ b/conf/machine/include/wandboard.inc
> @@ -0,0 +1,10 @@
> +# Common settings for wandboard boards
> +
> +include conf/machine/include/imx-base.inc
> +include conf/machine/include/tune-cortexa9.inc
> +
> +PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
> +
> +SERIAL_CONSOLE = "115200 ttymxc0"
> +
> +MACHINE_FEATURES += "pci wifi"
> diff --git a/conf/machine/wandboard-dual.conf b/conf/machine/wandboard-dual.conf
> index eaee17b..1821192 100644
> --- a/conf/machine/wandboard-dual.conf
> +++ b/conf/machine/wandboard-dual.conf
> @@ -3,19 +3,14 @@
> #@SOC: i.MX6DL
> #@DESCRIPTION: Machine configuration for i.MX6 Wandboard Duallite
>
> -include conf/machine/include/imx-base.inc
> -include conf/machine/include/tune-cortexa9.inc
> +include include/wandboard.inc
>
> SOC_FAMILY = "mx6:mx6dl:wandboard"
>
> -PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
> -
> UBOOT_MACHINE = "wandboard_dl_config"
>
> KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
>
> -SERIAL_CONSOLE = "115200 ttymxc0"
> -
> -MACHINE_FEATURES += " pci wifi bluetooth"
> +MACHINE_FEATURES += "bluetooth"
>
> MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
> diff --git a/conf/machine/wandboard-quad.conf b/conf/machine/wandboard-quad.conf
> index 4f32590..195a69f 100644
> --- a/conf/machine/wandboard-quad.conf
> +++ b/conf/machine/wandboard-quad.conf
> @@ -3,19 +3,14 @@
> #@SOC: i.MX6Q
> #@DESCRIPTION: Machine configuration for i.MX6 Wandboard Quad
>
> -include conf/machine/include/imx-base.inc
> -include conf/machine/include/tune-cortexa9.inc
> +include include/wandboard.inc
>
> SOC_FAMILY = "mx6:mx6q:wandboard"
>
> -PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
> -
> UBOOT_MACHINE = "wandboard_quad_config"
>
> KERNEL_DEVICETREE = "imx6q-wandboard.dtb"
>
> -SERIAL_CONSOLE = "115200 ttymxc0"
> -
> -MACHINE_FEATURES += " pci wifi bluetooth"
> +MACHINE_FEATURES += "bluetooth"
>
> MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
> diff --git a/conf/machine/wandboard-solo.conf b/conf/machine/wandboard-solo.conf
> index 970e650..9696aeb 100644
> --- a/conf/machine/wandboard-solo.conf
> +++ b/conf/machine/wandboard-solo.conf
> @@ -3,17 +3,10 @@
> #@SOC: i.MX6S
> #@DESCRIPTION: Machine configuration for i.MX6 Wandboard Solo
>
> -include conf/machine/include/imx-base.inc
> -include conf/machine/include/tune-cortexa9.inc
> +include include/wandboard.inc
>
> SOC_FAMILY = "mx6:mx6s:wandboard"
>
> -PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
> -
> UBOOT_MACHINE = "wandboard_solo_config"
>
> KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
> -
> -SERIAL_CONSOLE = "115200 ttymxc0"
> -
> -MACHINE_FEATURES += " pci wifi"
> --
> 1.7.10.4
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 11:21 ` Daiane Angolini
@ 2013-11-12 11:32 ` Mario Domenech Goulart
0 siblings, 0 replies; 17+ messages in thread
From: Mario Domenech Goulart @ 2013-11-12 11:32 UTC (permalink / raw)
To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org
Hi Daiane,
On Tue, 12 Nov 2013 09:21:26 -0200 Daiane Angolini <daiane.list@gmail.com> wrote:
> On Mon, Nov 11, 2013 at 2:44 PM, Mario Domenech Goulart <mario@ossystems.com.br> wrote:
>> Common settings for wandboard-quad, wandboard-dual and wandboard-solo.
>
> What?
>
> I like you patch, but I think you can improve this commit log/subject.
I'm gonna submit the patches again, since I created them against dora by
mistake. While at it, I'll improve the commit message.
Best wishes.
Mario
>
>
> Daiane
>
>>
>> Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
>> ---
>> conf/machine/include/wandboard.inc | 10 ++++++++++
>> conf/machine/wandboard-dual.conf | 9 ++-------
>> conf/machine/wandboard-quad.conf | 9 ++-------
>> conf/machine/wandboard-solo.conf | 9 +--------
>> 4 files changed, 15 insertions(+), 22 deletions(-)
>> create mode 100644 conf/machine/include/wandboard.inc
>>
>> diff --git a/conf/machine/include/wandboard.inc b/conf/machine/include/wandboard.inc
>> new file mode 100644
>> index 0000000..a304b11
>> --- /dev/null
>> +++ b/conf/machine/include/wandboard.inc
>> @@ -0,0 +1,10 @@
>> +# Common settings for wandboard boards
>> +
>> +include conf/machine/include/imx-base.inc
>> +include conf/machine/include/tune-cortexa9.inc
>> +
>> +PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
>> +
>> +SERIAL_CONSOLE = "115200 ttymxc0"
>> +
>> +MACHINE_FEATURES += "pci wifi"
>> diff --git a/conf/machine/wandboard-dual.conf b/conf/machine/wandboard-dual.conf
>> index eaee17b..1821192 100644
>> --- a/conf/machine/wandboard-dual.conf
>> +++ b/conf/machine/wandboard-dual.conf
>> @@ -3,19 +3,14 @@
>> #@SOC: i.MX6DL
>> #@DESCRIPTION: Machine configuration for i.MX6 Wandboard Duallite
>>
>> -include conf/machine/include/imx-base.inc
>> -include conf/machine/include/tune-cortexa9.inc
>> +include include/wandboard.inc
>>
>> SOC_FAMILY = "mx6:mx6dl:wandboard"
>>
>> -PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
>> -
>> UBOOT_MACHINE = "wandboard_dl_config"
>>
>> KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
>>
>> -SERIAL_CONSOLE = "115200 ttymxc0"
>> -
>> -MACHINE_FEATURES += " pci wifi bluetooth"
>> +MACHINE_FEATURES += "bluetooth"
>>
>> MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
>> diff --git a/conf/machine/wandboard-quad.conf b/conf/machine/wandboard-quad.conf
>> index 4f32590..195a69f 100644
>> --- a/conf/machine/wandboard-quad.conf
>> +++ b/conf/machine/wandboard-quad.conf
>> @@ -3,19 +3,14 @@
>> #@SOC: i.MX6Q
>> #@DESCRIPTION: Machine configuration for i.MX6 Wandboard Quad
>>
>> -include conf/machine/include/imx-base.inc
>> -include conf/machine/include/tune-cortexa9.inc
>> +include include/wandboard.inc
>>
>> SOC_FAMILY = "mx6:mx6q:wandboard"
>>
>> -PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
>> -
>> UBOOT_MACHINE = "wandboard_quad_config"
>>
>> KERNEL_DEVICETREE = "imx6q-wandboard.dtb"
>>
>> -SERIAL_CONSOLE = "115200 ttymxc0"
>> -
>> -MACHINE_FEATURES += " pci wifi bluetooth"
>> +MACHINE_FEATURES += "bluetooth"
>>
>> MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config"
>> diff --git a/conf/machine/wandboard-solo.conf b/conf/machine/wandboard-solo.conf
>> index 970e650..9696aeb 100644
>> --- a/conf/machine/wandboard-solo.conf
>> +++ b/conf/machine/wandboard-solo.conf
>> @@ -3,17 +3,10 @@
>> #@SOC: i.MX6S
>> #@DESCRIPTION: Machine configuration for i.MX6 Wandboard Solo
>>
>> -include conf/machine/include/imx-base.inc
>> -include conf/machine/include/tune-cortexa9.inc
>> +include include/wandboard.inc
>>
>> SOC_FAMILY = "mx6:mx6s:wandboard"
>>
>> -PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
>> -
>> UBOOT_MACHINE = "wandboard_solo_config"
>>
>> KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
>> -
>> -SERIAL_CONSOLE = "115200 ttymxc0"
>> -
>> -MACHINE_FEATURES += " pci wifi"
>> --
>> 1.7.10.4
>>
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add Mario Domenech Goulart
2013-11-12 11:21 ` Daiane Angolini
@ 2013-11-12 11:51 ` Eric Bénard
2013-11-12 11:54 ` Otavio Salvador
2013-11-12 11:56 ` Fabio Estevam
2 siblings, 1 reply; 17+ messages in thread
From: Eric Bénard @ 2013-11-12 11:51 UTC (permalink / raw)
To: Mario Domenech Goulart; +Cc: meta-freescale
Hi Mario,
Le Mon, 11 Nov 2013 14:44:21 -0200,
Mario Domenech Goulart <mario@ossystems.com.br> a écrit :
> diff --git a/conf/machine/include/wandboard.inc b/conf/machine/include/wandboard.inc
> new file mode 100644
> index 0000000..a304b11
> --- /dev/null
> +++ b/conf/machine/include/wandboard.inc
> @@ -0,0 +1,10 @@
> +# Common settings for wandboard boards
> +
> +include conf/machine/include/imx-base.inc
> +include conf/machine/include/tune-cortexa9.inc
> +
> +PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
> +
> +SERIAL_CONSOLE = "115200 ttymxc0"
> +
> +MACHINE_FEATURES += "pci wifi"
table on the right of : http://www.wandboard.org/
states that Solo hasn't Wifi : isn't that defautl setting wrong ?
Eric
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 11:51 ` Eric Bénard
@ 2013-11-12 11:54 ` Otavio Salvador
2013-11-12 12:05 ` Eric Bénard
0 siblings, 1 reply; 17+ messages in thread
From: Otavio Salvador @ 2013-11-12 11:54 UTC (permalink / raw)
To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org
On Tue, Nov 12, 2013 at 9:51 AM, Eric Bénard <eric@eukrea.com> wrote:
> Hi Mario,
>
> Le Mon, 11 Nov 2013 14:44:21 -0200,
> Mario Domenech Goulart <mario@ossystems.com.br> a écrit :
>> diff --git a/conf/machine/include/wandboard.inc b/conf/machine/include/wandboard.inc
>> new file mode 100644
>> index 0000000..a304b11
>> --- /dev/null
>> +++ b/conf/machine/include/wandboard.inc
>> @@ -0,0 +1,10 @@
>> +# Common settings for wandboard boards
>> +
>> +include conf/machine/include/imx-base.inc
>> +include conf/machine/include/tune-cortexa9.inc
>> +
>> +PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
>> +
>> +SERIAL_CONSOLE = "115200 ttymxc0"
>> +
>> +MACHINE_FEATURES += "pci wifi"
>
> table on the right of : http://www.wandboard.org/
> states that Solo hasn't Wifi : isn't that defautl setting wrong ?
It does not have the wifi module but it can be used (and is commonly
seen doing it) a usb dongle for it. So I think it is good to have the
wifi support in.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 11:54 ` Otavio Salvador
@ 2013-11-12 12:05 ` Eric Bénard
2013-11-12 12:07 ` Otavio Salvador
0 siblings, 1 reply; 17+ messages in thread
From: Eric Bénard @ 2013-11-12 12:05 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
Hi Otavio,
Le Tue, 12 Nov 2013 09:54:16 -0200,
Otavio Salvador <otavio@ossystems.com.br> a écrit :
> It does not have the wifi module but it can be used (and is commonly
> seen doing it) a usb dongle for it. So I think it is good to have the
> wifi support in.
>
with this argument you can also keep bluetooth (or anything else which
can be hotplug) as this also _can_ be plugged into an USB port ;-)
Eric
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 12:05 ` Eric Bénard
@ 2013-11-12 12:07 ` Otavio Salvador
2013-11-12 13:21 ` Eric Bénard
0 siblings, 1 reply; 17+ messages in thread
From: Otavio Salvador @ 2013-11-12 12:07 UTC (permalink / raw)
To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org
On Tue, Nov 12, 2013 at 10:05 AM, Eric Bénard <eric@eukrea.com> wrote:
> Hi Otavio,
>
> Le Tue, 12 Nov 2013 09:54:16 -0200,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
>> It does not have the wifi module but it can be used (and is commonly
>> seen doing it) a usb dongle for it. So I think it is good to have the
>> wifi support in.
>>
> with this argument you can also keep bluetooth (or anything else which
> can be hotplug) as this also _can_ be plugged into an USB port ;-)
What you'd expect? Do you prefer to drop it?
I am fine with both ways.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 12:07 ` Otavio Salvador
@ 2013-11-12 13:21 ` Eric Bénard
0 siblings, 0 replies; 17+ messages in thread
From: Eric Bénard @ 2013-11-12 13:21 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
Hi Otavio,
Le Tue, 12 Nov 2013 10:07:11 -0200,
Otavio Salvador <otavio@ossystems.com.br> a écrit :
> On Tue, Nov 12, 2013 at 10:05 AM, Eric Bénard <eric@eukrea.com> wrote:
> > Hi Otavio,
> >
> > Le Tue, 12 Nov 2013 09:54:16 -0200,
> > Otavio Salvador <otavio@ossystems.com.br> a écrit :
> >> It does not have the wifi module but it can be used (and is commonly
> >> seen doing it) a usb dongle for it. So I think it is good to have the
> >> wifi support in.
> >>
> > with this argument you can also keep bluetooth (or anything else which
> > can be hotplug) as this also _can_ be plugged into an USB port ;-)
>
> What you'd expect? Do you prefer to drop it?
>
> I am fine with both ways.
>
I think MACHINE_FEATURES must represent what the machine really have
and not what it can have (IMHO, defining if an image must support wifi
if the machine doesn't have it by default is more a DISTRO policy or an
image level choice).
in the wifi case I think this doesn't prevent wifi tools to be
installed as packagegroup-base has :
${@base_contains('COMBINED_FEATURES', 'wifi',
'packagegroup-base-wifi', '',d)} \
-> wifi not installed in packagegroup-base if not present in both
MACHINE & DISTRO features.
but packagegroup-base also have :
packagegroup-base-extended :
if "wifi" in distro_features and not "wifi" in machine_features and
("pcmcia" in machine_features or "pci" in machine_features or "usbhost"
in machine_features): d.setVar("ADD_WIFI", "packagegroup-base-wifi")
So as we have usbhost (and pci) packagegroup-base-extended will get
wifi tools even if MACHINE_FEATURES doesn't have it.
in core-image.bbclass we have :
CORE_IMAGE_BASE_INSTALL = '\
packagegroup-core-boot \
packagegroup-base-extended \
..."
so if I'm not wrong, even if MACHINE_FEATURES doesn't have wifi we will
get wifi tools in the image if DISTRO_FEATURES contains wifi.
Eric
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add Mario Domenech Goulart
2013-11-12 11:21 ` Daiane Angolini
2013-11-12 11:51 ` Eric Bénard
@ 2013-11-12 11:56 ` Fabio Estevam
2013-11-12 11:59 ` Otavio Salvador
2 siblings, 1 reply; 17+ messages in thread
From: Fabio Estevam @ 2013-11-12 11:56 UTC (permalink / raw)
To: Mario Domenech Goulart; +Cc: meta-freescale@yoctoproject.org
Hi Mario,
On Mon, Nov 11, 2013 at 2:44 PM, Mario Domenech Goulart
<mario@ossystems.com.br> wrote:
> Common settings for wandboard-quad, wandboard-dual and wandboard-solo.
On mx6 series we have mx6 dual and mx6 dual-lite.
Please use wandboard-duallite here.
> Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
> ---
> conf/machine/include/wandboard.inc | 10 ++++++++++
> conf/machine/wandboard-dual.conf | 9 ++-------
Shouldn't we rename it to wandboard-duallite.conf ?
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 11:56 ` Fabio Estevam
@ 2013-11-12 11:59 ` Otavio Salvador
2013-11-12 12:03 ` Fabio Estevam
0 siblings, 1 reply; 17+ messages in thread
From: Otavio Salvador @ 2013-11-12 11:59 UTC (permalink / raw)
To: Fabio Estevam; +Cc: meta-freescale@yoctoproject.org
On Tue, Nov 12, 2013 at 9:56 AM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi Mario,
>
> On Mon, Nov 11, 2013 at 2:44 PM, Mario Domenech Goulart
> <mario@ossystems.com.br> wrote:
>> Common settings for wandboard-quad, wandboard-dual and wandboard-solo.
>
> On mx6 series we have mx6 dual and mx6 dual-lite.
>
> Please use wandboard-duallite here.
>
>> Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
>> ---
>> conf/machine/include/wandboard.inc | 10 ++++++++++
>> conf/machine/wandboard-dual.conf | 9 ++-------
>
> Shouldn't we rename it to wandboard-duallite.conf ?
I don't think so; in Wandboard site it is stated as Wandboard Dual so
this ought to be the name of the board file. I know, in fact, it has a
DualLite processor, but the board name is not this one.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 11:59 ` Otavio Salvador
@ 2013-11-12 12:03 ` Fabio Estevam
2013-11-12 13:23 ` Eric Bénard
0 siblings, 1 reply; 17+ messages in thread
From: Fabio Estevam @ 2013-11-12 12:03 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
On Tue, Nov 12, 2013 at 9:59 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> I don't think so; in Wandboard site it is stated as Wandboard Dual so
> this ought to be the name of the board file. I know, in fact, it has a
> DualLite processor, but the board name is not this one.
The 'dual' name that the site shows is misleading, don't you think?
We use 'duallite' as the name of the board in U-boot and in the kernel.
So I don't see why we shouldn't call it dual-lite in meta-fsl-arm as well.
dual and dual-lite are different mx6 processors, with different features.
No need to use the wrong name of the website in our layer.
Regards,
Fabio Estevm
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 12:03 ` Fabio Estevam
@ 2013-11-12 13:23 ` Eric Bénard
2013-11-12 14:06 ` Fabio Estevam
0 siblings, 1 reply; 17+ messages in thread
From: Eric Bénard @ 2013-11-12 13:23 UTC (permalink / raw)
To: Fabio Estevam; +Cc: meta-freescale@yoctoproject.org, Otavio Salvador
Hi Fabio,
Le Tue, 12 Nov 2013 10:03:55 -0200,
Fabio Estevam <festevam@gmail.com> a écrit :
> On Tue, Nov 12, 2013 at 9:59 AM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
>
> > I don't think so; in Wandboard site it is stated as Wandboard Dual so
> > this ought to be the name of the board file. I know, in fact, it has a
> > DualLite processor, but the board name is not this one.
>
> The 'dual' name that the site shows is misleading, don't you think?
>
> We use 'duallite' as the name of the board in U-boot and in the kernel.
>
> So I don't see why we shouldn't call it dual-lite in meta-fsl-arm as well.
>
that's the official board name so it's consistent with the product's
name :
http://www.wandboard.org/index.php/details
Eric
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 13:23 ` Eric Bénard
@ 2013-11-12 14:06 ` Fabio Estevam
2013-11-12 14:14 ` Eric Bénard
2013-11-12 14:22 ` Otavio Salvador
0 siblings, 2 replies; 17+ messages in thread
From: Fabio Estevam @ 2013-11-12 14:06 UTC (permalink / raw)
To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org, Otavio Salvador
Hi Eric,
On Tue, Nov 12, 2013 at 11:23 AM, Eric Bénard <eric@eukrea.com> wrote:
> that's the official board name so it's consistent with the product's
> name :
> http://www.wandboard.org/index.php/details
Consistently wrong then :-)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 14:06 ` Fabio Estevam
@ 2013-11-12 14:14 ` Eric Bénard
2013-11-12 14:22 ` Otavio Salvador
1 sibling, 0 replies; 17+ messages in thread
From: Eric Bénard @ 2013-11-12 14:14 UTC (permalink / raw)
To: Fabio Estevam; +Cc: meta-freescale@yoctoproject.org, Otavio Salvador
Le Tue, 12 Nov 2013 12:06:54 -0200,
Fabio Estevam <festevam@gmail.com> a écrit :
> Hi Eric,
>
> On Tue, Nov 12, 2013 at 11:23 AM, Eric Bénard <eric@eukrea.com> wrote:
>
> > that's the official board name so it's consistent with the product's
> > name :
> > http://www.wandboard.org/index.php/details
>
> Consistently wrong then :-)
marketing vs technical ;-)
Eric
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add
2013-11-12 14:06 ` Fabio Estevam
2013-11-12 14:14 ` Eric Bénard
@ 2013-11-12 14:22 ` Otavio Salvador
1 sibling, 0 replies; 17+ messages in thread
From: Otavio Salvador @ 2013-11-12 14:22 UTC (permalink / raw)
To: Fabio Estevam; +Cc: meta-freescale@yoctoproject.org
On Tue, Nov 12, 2013 at 12:06 PM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi Eric,
>
> On Tue, Nov 12, 2013 at 11:23 AM, Eric Bénard <eric@eukrea.com> wrote:
>
>> that's the official board name so it's consistent with the product's
>> name :
>> http://www.wandboard.org/index.php/details
>
> Consistently wrong then :-)
I agree with Eric here and I prefer to keep the 'commercial' name of
it; also because it is already included in past versions of Yocto BSP
and people are already used to it. I think it is not worth changing
it.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 17+ messages in thread
* [meta-fsl-arm-extra][PATCH 3/3] wandboard.inc: add touchscreen support
2013-11-11 16:44 [meta-fsl-arm-extra][PATCH 1/3] linux-wandboard_3.0.35: update to d35902c7 Mario Domenech Goulart
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add Mario Domenech Goulart
@ 2013-11-11 16:44 ` Mario Domenech Goulart
1 sibling, 0 replies; 17+ messages in thread
From: Mario Domenech Goulart @ 2013-11-11 16:44 UTC (permalink / raw)
To: meta-freescale
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
---
conf/machine/include/wandboard.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/machine/include/wandboard.inc b/conf/machine/include/wandboard.inc
index a304b11..997935d 100644
--- a/conf/machine/include/wandboard.inc
+++ b/conf/machine/include/wandboard.inc
@@ -7,4 +7,4 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
SERIAL_CONSOLE = "115200 ttymxc0"
-MACHINE_FEATURES += "pci wifi"
+MACHINE_FEATURES += "pci wifi touchscreen"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2013-11-12 14:22 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-11 16:44 [meta-fsl-arm-extra][PATCH 1/3] linux-wandboard_3.0.35: update to d35902c7 Mario Domenech Goulart
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 2/3] wandboard.inc: add Mario Domenech Goulart
2013-11-12 11:21 ` Daiane Angolini
2013-11-12 11:32 ` Mario Domenech Goulart
2013-11-12 11:51 ` Eric Bénard
2013-11-12 11:54 ` Otavio Salvador
2013-11-12 12:05 ` Eric Bénard
2013-11-12 12:07 ` Otavio Salvador
2013-11-12 13:21 ` Eric Bénard
2013-11-12 11:56 ` Fabio Estevam
2013-11-12 11:59 ` Otavio Salvador
2013-11-12 12:03 ` Fabio Estevam
2013-11-12 13:23 ` Eric Bénard
2013-11-12 14:06 ` Fabio Estevam
2013-11-12 14:14 ` Eric Bénard
2013-11-12 14:22 ` Otavio Salvador
2013-11-11 16:44 ` [meta-fsl-arm-extra][PATCH 3/3] wandboard.inc: add touchscreen support Mario Domenech Goulart
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.