* [PATCH] busybox: Enable timeout command
@ 2013-08-09 14:25 Carlos Hernandez
2013-08-09 14:45 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Carlos Hernandez @ 2013-08-09 14:25 UTC (permalink / raw)
To: meta-arago; +Cc: Yan Liu
Signed-off-by: Yan Liu <yan-liu@ti.com>
Signed-off-by: Carlos Hernandez <ceh@ti.com>
---
.../recipes-core/busybox/busybox/defconfig | 2 +-
.../recipes-core/busybox/busybox_1.20.2.bbappend | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-arago-distro/recipes-core/busybox/busybox/defconfig b/meta-arago-distro/recipes-core/busybox/busybox/defconfig
index 16ebdf0..5961447 100644
--- a/meta-arago-distro/recipes-core/busybox/busybox/defconfig
+++ b/meta-arago-distro/recipes-core/busybox/busybox/defconfig
@@ -705,7 +705,7 @@ CONFIG_STRINGS=y
# CONFIG_TASKSET is not set
# CONFIG_FEATURE_TASKSET_FANCY is not set
CONFIG_TIME=y
-# CONFIG_TIMEOUT is not set
+CONFIG_TIMEOUT=y
# CONFIG_TTYSIZE is not set
# CONFIG_VOLNAME is not set
# CONFIG_WALL is not set
diff --git a/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend b/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend
index 4cf7821..8edb493 100644
--- a/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend
+++ b/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend
@@ -1,7 +1,7 @@
# look for files in this layer first
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PR_append = "-arago7"
+PR_append = "-arago8"
SRC_URI += " \
file://inetd \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] busybox: Enable timeout command
2013-08-09 14:25 [PATCH] busybox: Enable timeout command Carlos Hernandez
@ 2013-08-09 14:45 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2013-08-09 14:45 UTC (permalink / raw)
To: Carlos Hernandez; +Cc: meta-arago, Yan Liu
On Fri, Aug 09, 2013 at 10:25:36AM -0400, Carlos Hernandez wrote:
> Signed-off-by: Yan Liu <yan-liu@ti.com>
> Signed-off-by: Carlos Hernandez <ceh@ti.com>
Great execution, thanks guys!
> ---
> .../recipes-core/busybox/busybox/defconfig | 2 +-
> .../recipes-core/busybox/busybox_1.20.2.bbappend | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-core/busybox/busybox/defconfig b/meta-arago-distro/recipes-core/busybox/busybox/defconfig
> index 16ebdf0..5961447 100644
> --- a/meta-arago-distro/recipes-core/busybox/busybox/defconfig
> +++ b/meta-arago-distro/recipes-core/busybox/busybox/defconfig
> @@ -705,7 +705,7 @@ CONFIG_STRINGS=y
> # CONFIG_TASKSET is not set
> # CONFIG_FEATURE_TASKSET_FANCY is not set
> CONFIG_TIME=y
> -# CONFIG_TIMEOUT is not set
> +CONFIG_TIMEOUT=y
> # CONFIG_TTYSIZE is not set
> # CONFIG_VOLNAME is not set
> # CONFIG_WALL is not set
> diff --git a/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend b/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend
> index 4cf7821..8edb493 100644
> --- a/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend
> +++ b/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend
> @@ -1,7 +1,7 @@
> # look for files in this layer first
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
> -PR_append = "-arago7"
> +PR_append = "-arago8"
>
> SRC_URI += " \
> file://inetd \
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-09 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-09 14:25 [PATCH] busybox: Enable timeout command Carlos Hernandez
2013-08-09 14:45 ` Denys Dmytriyenko
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.