All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
@ 2014-02-28  2:38 John Weber
  2014-02-28  2:38 ` [meta-fsl-arm-extra][PATCH 2/2] linux-wandboard (3.10.17): defconfig changes John Weber
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: John Weber @ 2014-02-28  2:38 UTC (permalink / raw)
  To: meta-freescale

The following changes are made:
- Update SRCREV to 95f32b7
- Switch SRCBRANCH to the _test branch
- Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in
  local.conf

squash this

Signed-off-by: John Weber <rjohnweber@gmail.com>
---
 recipes-kernel/linux/linux-wandboard.inc        |    6 +++++-
 recipes-kernel/linux/linux-wandboard_3.10.17.bb |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-kernel/linux/linux-wandboard.inc
index 57e5517..8a6e011 100644
--- a/recipes-kernel/linux/linux-wandboard.inc
+++ b/recipes-kernel/linux/linux-wandboard.inc
@@ -13,8 +13,12 @@ SCMVERSION ?= "y"
 
 SRCBRANCH ??= "master"
 
+# Allow override of WANDBOARD_GITHUB_MIRROR to make use of
+# local repository easier
+WANDBOARD_GITHUB_MIRROR ?= "git://github.com/wandboard-org/linux.git"
+
 # SRC_URI for wandboard kernel
-SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${SRCBRANCH} \
+SRC_URI = "${WANDBOARD_GITHUB_MIRROR};branch=${SRCBRANCH} \
            file://defconfig \
 "
 
diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb b/recipes-kernel/linux/linux-wandboard_3.10.17.bb
index 71365e6..db54972 100644
--- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb
+++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb
@@ -7,8 +7,8 @@ require recipes-kernel/linux/linux-dtb.inc
 DEPENDS += "lzop-native bc-native"
 
 # Wandboard branch - based on 3.10.17_1.0.0_beta from Freescale git
-SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta"
-SRCREV = "319845263e5483ee2fd2b3ddcf4e969cbbb5ffd4"
+SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta_test"
+SRCREV = "95f32b732fa4a1f5a497494ea2ba7d2e3b65d6c0"
 LOCALVERSION = "-1.0.0-wandboard"
 
 
-- 
1.7.9.5



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

* [meta-fsl-arm-extra][PATCH 2/2] linux-wandboard (3.10.17): defconfig changes
  2014-02-28  2:38 [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH John Weber
@ 2014-02-28  2:38 ` John Weber
  2014-02-28  2:57 ` [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH Otavio Salvador
  2014-02-28 12:49 ` Daiane.Angolini
  2 siblings, 0 replies; 7+ messages in thread
From: John Weber @ 2014-02-28  2:38 UTC (permalink / raw)
  To: meta-freescale

Several changes to defconfig including:
- Add CONFIG_CFLAGS and CONFIG_FHANDLE to allow for systemd support
- Enable Broadcom drivers by default
- Enable RFKILL support in kernel, this is necessary for Broadcom driver
- Enable user-space view of device tree in /proc/device-tree

Signed-off-by: John Weber <rjohnweber@gmail.com>
---
 .../linux/linux-wandboard-3.10.17/defconfig        |   17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig b/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig
index 7d847c8..b7e7b45 100644
--- a/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig
+++ b/recipes-kernel/linux/linux-wandboard-3.10.17/defconfig
@@ -1,5 +1,7 @@
+CONFIG_LOCALVERSION="-1.0.0-wandboard"
 CONFIG_KERNEL_LZO=y
 CONFIG_SYSVIPC=y
+CONFIG_FHANDLE=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_IKCONFIG=y
@@ -8,9 +10,8 @@ CONFIG_LOG_BUF_SHIFT=18
 CONFIG_CGROUPS=y
 CONFIG_RELAY=y
 CONFIG_BLK_DEV_INITRD=y
-CONFIG_EXPERT=y
+CONFIG_EMBEDDED=y
 CONFIG_PERF_EVENTS=y
-# CONFIG_SLUB_DEBUG is not set
 # CONFIG_COMPAT_BRK is not set
 CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
@@ -26,12 +27,15 @@ CONFIG_SOC_IMX53=y
 CONFIG_SOC_IMX6Q=y
 CONFIG_SOC_IMX6SL=y
 CONFIG_SOC_VF610=y
+CONFIG_WAND_RFKILL=y
 # CONFIG_SWP_EMULATE is not set
 CONFIG_SMP=y
 CONFIG_VMSPLIT_2G=y
 CONFIG_PREEMPT_VOLUNTARY=y
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_CMDLINE="noinitrd console=ttymxc0,115200"
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
@@ -65,6 +69,8 @@ CONFIG_CAN_FLEXCAN=y
 CONFIG_CFG80211=y
 CONFIG_CFG80211_WEXT=y
 CONFIG_MAC80211=y
+CONFIG_RFKILL_INPUT=y
+CONFIG_RFKILL_GPIO=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_STANDALONE is not set
@@ -88,6 +94,7 @@ CONFIG_MTD_NAND=y
 CONFIG_MTD_NAND_GPMI_NAND=y
 CONFIG_MTD_NAND_MXC=y
 CONFIG_MTD_UBI=y
+CONFIG_PROC_DEVICETREE=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=65536
@@ -119,9 +126,9 @@ CONFIG_SMC91X=y
 CONFIG_SMC911X=y
 CONFIG_SMSC911X=y
 # CONFIG_NET_VENDOR_STMICRO is not set
-CONFIG_ATH_CARDS=y
-CONFIG_ATH6KL=m
-CONFIG_ATH6KL_SDIO=m
+CONFIG_USB_HSO=y
+CONFIG_BRCMFMAC=m
+CONFIG_BRCMDBG=y
 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
 CONFIG_INPUT_EVDEV=y
 CONFIG_INPUT_EVBUG=m
-- 
1.7.9.5



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

* Re: [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
  2014-02-28  2:38 [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH John Weber
  2014-02-28  2:38 ` [meta-fsl-arm-extra][PATCH 2/2] linux-wandboard (3.10.17): defconfig changes John Weber
@ 2014-02-28  2:57 ` Otavio Salvador
  2014-02-28  3:05   ` John Weber
  2014-02-28 12:49 ` Daiane.Angolini
  2 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2014-02-28  2:57 UTC (permalink / raw)
  To: John Weber; +Cc: meta-freescale

On Thu, Feb 27, 2014 at 11:38 PM, John Weber <rjohnweber@gmail.com> wrote:
> The following changes are made:
> - Update SRCREV to 95f32b7
> - Switch SRCBRANCH to the _test branch
> - Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in
>   local.conf
>
> squash this

Squash this! ;-)

Why to use a _test branch? It might be better to merge it in the
3.10.17-1.0.0-beta branch and drop the test suffix.

-- 
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] 7+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
  2014-02-28  2:57 ` [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH Otavio Salvador
@ 2014-02-28  3:05   ` John Weber
  0 siblings, 0 replies; 7+ messages in thread
From: John Weber @ 2014-02-28  3:05 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

Well, looks like I was rebase-ing a little too quickly...  :-)

On 2/27/14, 8:57 PM, Otavio Salvador wrote:
> On Thu, Feb 27, 2014 at 11:38 PM, John Weber <rjohnweber@gmail.com> wrote:
>> The following changes are made:
>> - Update SRCREV to 95f32b7
>> - Switch SRCBRANCH to the _test branch
>> - Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in
>>    local.conf
>>
>> squash this
> Squash this! ;-)
>
> Why to use a _test branch? It might be better to merge it in the
> 3.10.17-1.0.0-beta branch and drop the test suffix.
>



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

* Re: [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
  2014-02-28  2:38 [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH John Weber
  2014-02-28  2:38 ` [meta-fsl-arm-extra][PATCH 2/2] linux-wandboard (3.10.17): defconfig changes John Weber
  2014-02-28  2:57 ` [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH Otavio Salvador
@ 2014-02-28 12:49 ` Daiane.Angolini
  2014-02-28 12:57   ` John Weber
  2 siblings, 1 reply; 7+ messages in thread
From: Daiane.Angolini @ 2014-02-28 12:49 UTC (permalink / raw)
  To: John Weber, meta-freescale



> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@yoctoproject.org] On Behalf Of John Weber
> Sent: Thursday, February 27, 2014 11:38 PM
> To: meta-freescale@yoctoproject.org
> Subject: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard
> (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
> 
> The following changes are made:
> - Update SRCREV to 95f32b7
> - Switch SRCBRANCH to the _test branch
> - Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in
>   local.conf
> 
> squash this

Squash this?

> 
> Signed-off-by: John Weber <rjohnweber@gmail.com>
> ---
>  recipes-kernel/linux/linux-wandboard.inc        |    6 +++++-
>  recipes-kernel/linux/linux-wandboard_3.10.17.bb |    4 ++--
>  2 files changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-
> kernel/linux/linux-wandboard.inc
> index 57e5517..8a6e011 100644
> --- a/recipes-kernel/linux/linux-wandboard.inc
> +++ b/recipes-kernel/linux/linux-wandboard.inc
> @@ -13,8 +13,12 @@ SCMVERSION ?= "y"
> 
>  SRCBRANCH ??= "master"
> 
> +# Allow override of WANDBOARD_GITHUB_MIRROR to make use of # local
> +repository easier WANDBOARD_GITHUB_MIRROR ?=
> +"git://github.com/wandboard-org/linux.git"
> +

I hope these lines are messed because I´m using outlook.

Where is WANDBOARD_GITHUB_MIRROR defined? (I hope in next patch)



Daiane
>  # SRC_URI for wandboard kernel
> -SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${SRCBRANCH} \
> +SRC_URI = "${WANDBOARD_GITHUB_MIRROR};branch=${SRCBRANCH} \
>             file://defconfig \
>  "
> 
> diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb b/recipes-
> kernel/linux/linux-wandboard_3.10.17.bb
> index 71365e6..db54972 100644
> --- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb
> +++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb
> @@ -7,8 +7,8 @@ require recipes-kernel/linux/linux-dtb.inc
>  DEPENDS += "lzop-native bc-native"
> 
>  # Wandboard branch - based on 3.10.17_1.0.0_beta from Freescale git -
> SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta"
> -SRCREV = "319845263e5483ee2fd2b3ddcf4e969cbbb5ffd4"
> +SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta_test"
> +SRCREV = "95f32b732fa4a1f5a497494ea2ba7d2e3b65d6c0"
>  LOCALVERSION = "-1.0.0-wandboard"
> 
> 
> --
> 1.7.9.5
> 
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
> 



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

* Re: [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
  2014-02-28 12:49 ` Daiane.Angolini
@ 2014-02-28 12:57   ` John Weber
  2014-02-28 13:09     ` Daiane.Angolini
  0 siblings, 1 reply; 7+ messages in thread
From: John Weber @ 2014-02-28 12:57 UTC (permalink / raw)
  To: Daiane.Angolini, meta-freescale


On 2/28/14, 6:49 AM, Daiane.Angolini@freescale.com wrote:
>
>> -----Original Message-----
>> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
>> bounces@yoctoproject.org] On Behalf Of John Weber
>> Sent: Thursday, February 27, 2014 11:38 PM
>> To: meta-freescale@yoctoproject.org
>> Subject: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard
>> (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
>>
>> The following changes are made:
>> - Update SRCREV to 95f32b7
>> - Switch SRCBRANCH to the _test branch
>> - Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in
>>    local.conf
>>
>> squash this
> Squash this?
Otavio caught this as well.  I missed this when squashing patches using rebase 
-i.  I'll fix in V2.
>
>> Signed-off-by: John Weber <rjohnweber@gmail.com>
>> ---
>>   recipes-kernel/linux/linux-wandboard.inc        |    6 +++++-
>>   recipes-kernel/linux/linux-wandboard_3.10.17.bb |    4 ++--
>>   2 files changed, 7 insertions(+), 3 deletions(-)
>>
>> diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-
>> kernel/linux/linux-wandboard.inc
>> index 57e5517..8a6e011 100644
>> --- a/recipes-kernel/linux/linux-wandboard.inc
>> +++ b/recipes-kernel/linux/linux-wandboard.inc
>> @@ -13,8 +13,12 @@ SCMVERSION ?= "y"
>>
>>   SRCBRANCH ??= "master"
>>
>> +# Allow override of WANDBOARD_GITHUB_MIRROR to make use of # local
>> +repository easier WANDBOARD_GITHUB_MIRROR ?=
>> +"git://github.com/wandboard-org/linux.git"
>> +
> I hope these lines are messed because I´m using outlook.
>
> Where is WANDBOARD_GITHUB_MIRROR defined? (I hope in next patch)
>
Here is the change that is in the patch:

+# Allow override of WANDBOARD_GITHUB_MIRROR to make use of
+# local repository easier
+WANDBOARD_GITHUB_MIRROR ?="git://github.com/wandboard-org/linux.git"
+

Not sure how this was changed in your email reader?
>
> Daiane
>>   # SRC_URI for wandboard kernel
>> -SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${SRCBRANCH} \
>> +SRC_URI = "${WANDBOARD_GITHUB_MIRROR};branch=${SRCBRANCH} \
>>              file://defconfig \
>>   "
>>
>> diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb b/recipes-
>> kernel/linux/linux-wandboard_3.10.17.bb
>> index 71365e6..db54972 100644
>> --- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb
>> +++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb
>> @@ -7,8 +7,8 @@ require recipes-kernel/linux/linux-dtb.inc
>>   DEPENDS += "lzop-native bc-native"
>>
>>   # Wandboard branch - based on 3.10.17_1.0.0_beta from Freescale git -
>> SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta"
>> -SRCREV = "319845263e5483ee2fd2b3ddcf4e969cbbb5ffd4"
>> +SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta_test"
>> +SRCREV = "95f32b732fa4a1f5a497494ea2ba7d2e3b65d6c0"
>>   LOCALVERSION = "-1.0.0-wandboard"
>>
>>
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
>>



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

* Re: [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
  2014-02-28 12:57   ` John Weber
@ 2014-02-28 13:09     ` Daiane.Angolini
  0 siblings, 0 replies; 7+ messages in thread
From: Daiane.Angolini @ 2014-02-28 13:09 UTC (permalink / raw)
  To: John Weber, meta-freescale



> -----Original Message-----
> From: John Weber [mailto:rjohnweber@gmail.com]
> Sent: Friday, February 28, 2014 9:57 AM
> To: Angolini Daiane-B19406; meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] linux-
> wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
> 
> 
> On 2/28/14, 6:49 AM, Daiane.Angolini@freescale.com wrote:
> >
> >> -----Original Message-----
> >> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> >> bounces@yoctoproject.org] On Behalf Of John Weber
> >> Sent: Thursday, February 27, 2014 11:38 PM
> >> To: meta-freescale@yoctoproject.org
> >> Subject: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/2]
> >> linux-wandboard
> >> (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
> >>
> >> The following changes are made:
> >> - Update SRCREV to 95f32b7
> >> - Switch SRCBRANCH to the _test branch
> >> - Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in
> >>    local.conf
> >>
> >> squash this
> > Squash this?
> Otavio caught this as well.  I missed this when squashing patches using
> rebase -i.  I'll fix in V2.
> >
> >> Signed-off-by: John Weber <rjohnweber@gmail.com>
> >> ---
> >>   recipes-kernel/linux/linux-wandboard.inc        |    6 +++++-
> >>   recipes-kernel/linux/linux-wandboard_3.10.17.bb |    4 ++--
> >>   2 files changed, 7 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-
> >> kernel/linux/linux-wandboard.inc index 57e5517..8a6e011 100644
> >> --- a/recipes-kernel/linux/linux-wandboard.inc
> >> +++ b/recipes-kernel/linux/linux-wandboard.inc
> >> @@ -13,8 +13,12 @@ SCMVERSION ?= "y"
> >>
> >>   SRCBRANCH ??= "master"
> >>
> >> +# Allow override of WANDBOARD_GITHUB_MIRROR to make use of # local
> >> +repository easier WANDBOARD_GITHUB_MIRROR ?=
> >> +"git://github.com/wandboard-org/linux.git"
> >> +
> > I hope these lines are messed because I´m using outlook.
> >
> > Where is WANDBOARD_GITHUB_MIRROR defined? (I hope in next patch)
> >
> Here is the change that is in the patch:
> 
> +# Allow override of WANDBOARD_GITHUB_MIRROR to make use of # local
> +repository easier WANDBOARD_GITHUB_MIRROR
> +?="git://github.com/wandboard-org/linux.git"
> +
> 
Outlook is super reliable! (#not)

This is true patch:
+# Allow override of WANDBOARD_GITHUB_MIRROR to make use of
+# local repository easier
+WANDBOARD_GITHUB_MIRROR ?= "git://github.com/wandboard-org/linux.git"
+

And now I see the variable definition ;)

Daiane
> Not sure how this was changed in your email reader?
> >
> > Daiane
> >>   # SRC_URI for wandboard kernel
> >> -SRC_URI =
> >> "git://github.com/wandboard-org/linux.git;branch=${SRCBRANCH} \
> >> +SRC_URI = "${WANDBOARD_GITHUB_MIRROR};branch=${SRCBRANCH} \
> >>              file://defconfig \
> >>   "
> >>
> >> diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb
> >> b/recipes- kernel/linux/linux-wandboard_3.10.17.bb
> >> index 71365e6..db54972 100644
> >> --- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb
> >> +++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb
> >> @@ -7,8 +7,8 @@ require recipes-kernel/linux/linux-dtb.inc
> >>   DEPENDS += "lzop-native bc-native"
> >>
> >>   # Wandboard branch - based on 3.10.17_1.0.0_beta from Freescale git
> >> - SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta"
> >> -SRCREV = "319845263e5483ee2fd2b3ddcf4e969cbbb5ffd4"
> >> +SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta_test"
> >> +SRCREV = "95f32b732fa4a1f5a497494ea2ba7d2e3b65d6c0"
> >>   LOCALVERSION = "-1.0.0-wandboard"
> >>
> >>
> >> --
> >> 1.7.9.5
> >>
> >> _______________________________________________
> >> meta-freescale mailing list
> >> meta-freescale@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/meta-freescale
> >>
> 
> 



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

end of thread, other threads:[~2014-02-28 13:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-28  2:38 [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH John Weber
2014-02-28  2:38 ` [meta-fsl-arm-extra][PATCH 2/2] linux-wandboard (3.10.17): defconfig changes John Weber
2014-02-28  2:57 ` [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH Otavio Salvador
2014-02-28  3:05   ` John Weber
2014-02-28 12:49 ` Daiane.Angolini
2014-02-28 12:57   ` John Weber
2014-02-28 13:09     ` Daiane.Angolini

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.