All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta: add APM Emulation option to beagleboard
@ 2011-08-19  9:43 walimis
  2011-08-19 13:49 ` Darren Hart
  2011-08-21  4:22 ` Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: walimis @ 2011-08-19  9:43 UTC (permalink / raw)
  To: Bruce.Ashfield; +Cc: yocto, dvhart

From: Liming Wang <liming.wang@windriver.com>

apmd daemon needs this option to work, so add this to beagleboard
kernel config file.

Signed-off-by: Liming Wang <liming.wang@windriver.com>
---
 .../kernel-cache/bsp/beagleboard/beagleboard.cfg   |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg b/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
index 00485d2..56fce58 100644
--- a/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
+++ b/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
@@ -328,3 +328,8 @@ CONFIG_VIDEO_OMAP3_ISP=y
 # CONFIG_VIDEO_OMAP34XX_ISP_PREVIEWER is not set
 CONFIG_VIDEO_OMAP34XX_ISP_RESIZER=y
 # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set
+
+#
+# Advanced Power Management Emulation support
+#
+CONFIG_APM_EMULATION=y
-- 
1.7.0.4



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

* Re: [PATCH] meta: add APM Emulation option to beagleboard
  2011-08-19  9:43 [PATCH] meta: add APM Emulation option to beagleboard walimis
@ 2011-08-19 13:49 ` Darren Hart
  2011-08-21  4:22 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-08-19 13:49 UTC (permalink / raw)
  To: walimis; +Cc: yocto



On 08/19/2011 02:43 AM, walimis wrote:
> From: Liming Wang <liming.wang@windriver.com>
> 
> apmd daemon needs this option to work, so add this to beagleboard
> kernel config file.
> 
> Signed-off-by: Liming Wang <liming.wang@windriver.com>

I'd like to move beyond this in the future, but for the 1.1 release I
think this is the right call:

Acked-by: Darren Hart <dvhart@linux.intel.com>

> ---
>  .../kernel-cache/bsp/beagleboard/beagleboard.cfg   |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg b/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
> index 00485d2..56fce58 100644
> --- a/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
> +++ b/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
> @@ -328,3 +328,8 @@ CONFIG_VIDEO_OMAP3_ISP=y
>  # CONFIG_VIDEO_OMAP34XX_ISP_PREVIEWER is not set
>  CONFIG_VIDEO_OMAP34XX_ISP_RESIZER=y
>  # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set
> +
> +#
> +# Advanced Power Management Emulation support
> +#
> +CONFIG_APM_EMULATION=y

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


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

* Re: [PATCH] meta: add APM Emulation option to beagleboard
  2011-08-19  9:43 [PATCH] meta: add APM Emulation option to beagleboard walimis
  2011-08-19 13:49 ` Darren Hart
@ 2011-08-21  4:22 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-08-21  4:22 UTC (permalink / raw)
  To: walimis; +Cc: yocto, dvhart

On 11-08-19 5:43 AM, walimis wrote:
> From: Liming Wang<liming.wang@windriver.com>
>
> apmd daemon needs this option to work, so add this to beagleboard
> kernel config file.

Merged into the 3.x and 2.6.37 meta branches. I'll push this
out early next week.

Bruce

>
> Signed-off-by: Liming Wang<liming.wang@windriver.com>
> ---
>   .../kernel-cache/bsp/beagleboard/beagleboard.cfg   |    5 +++++
>   1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg b/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
> index 00485d2..56fce58 100644
> --- a/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
> +++ b/meta/cfg/kernel-cache/bsp/beagleboard/beagleboard.cfg
> @@ -328,3 +328,8 @@ CONFIG_VIDEO_OMAP3_ISP=y
>   # CONFIG_VIDEO_OMAP34XX_ISP_PREVIEWER is not set
>   CONFIG_VIDEO_OMAP34XX_ISP_RESIZER=y
>   # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set
> +
> +#
> +# Advanced Power Management Emulation support
> +#
> +CONFIG_APM_EMULATION=y



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

end of thread, other threads:[~2011-08-21  4:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19  9:43 [PATCH] meta: add APM Emulation option to beagleboard walimis
2011-08-19 13:49 ` Darren Hart
2011-08-21  4:22 ` Bruce Ashfield

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.