* [PATCH 1/2] ti-hw-bringup-image: remove duplicate timestamp-service, as it's in systemd-image
@ 2012-09-14 6:13 Denys Dmytriyenko
2012-09-14 6:16 ` Denys Dmytriyenko
2012-09-18 0:51 ` Denys Dmytriyenko
0 siblings, 2 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2012-09-14 6:13 UTC (permalink / raw)
To: meta-ti
Since systemd-image from meta-angstrom already includes timestamp-service, remove
the duplicate from ti-hw-bringup-image recipe, which uses the former as a base.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
recipes-misc/images/ti-hw-bringup-image.bb | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/recipes-misc/images/ti-hw-bringup-image.bb b/recipes-misc/images/ti-hw-bringup-image.bb
index e8dd5ed..62b4c73 100644
--- a/recipes-misc/images/ti-hw-bringup-image.bb
+++ b/recipes-misc/images/ti-hw-bringup-image.bb
@@ -23,7 +23,6 @@ IMAGE_INSTALL += " \
bc \
packagegroup-ti-test \
kernel-modules \
- timestamp-service \
${EXTRA_MACHINE_IMAGE_INSTALL} \
"
--
1.7.8.6
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 1/2] ti-hw-bringup-image: remove duplicate timestamp-service, as it's in systemd-image
2012-09-14 6:13 [PATCH 1/2] ti-hw-bringup-image: remove duplicate timestamp-service, as it's in systemd-image Denys Dmytriyenko
@ 2012-09-14 6:16 ` Denys Dmytriyenko
2012-09-18 0:51 ` Denys Dmytriyenko
1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2012-09-14 6:16 UTC (permalink / raw)
To: meta-ti
This is a single patch, not 1/2 in a series, as Subject suggests, sorry.
--
Denys
On Fri, Sep 14, 2012 at 02:13:59AM -0400, Denys Dmytriyenko wrote:
> Since systemd-image from meta-angstrom already includes timestamp-service, remove
> the duplicate from ti-hw-bringup-image recipe, which uses the former as a base.
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-misc/images/ti-hw-bringup-image.bb | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/recipes-misc/images/ti-hw-bringup-image.bb b/recipes-misc/images/ti-hw-bringup-image.bb
> index e8dd5ed..62b4c73 100644
> --- a/recipes-misc/images/ti-hw-bringup-image.bb
> +++ b/recipes-misc/images/ti-hw-bringup-image.bb
> @@ -23,7 +23,6 @@ IMAGE_INSTALL += " \
> bc \
> packagegroup-ti-test \
> kernel-modules \
> - timestamp-service \
> ${EXTRA_MACHINE_IMAGE_INSTALL} \
> "
>
> --
> 1.7.8.6
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH 1/2] ti-hw-bringup-image: remove duplicate timestamp-service, as it's in systemd-image
2012-09-14 6:13 [PATCH 1/2] ti-hw-bringup-image: remove duplicate timestamp-service, as it's in systemd-image Denys Dmytriyenko
2012-09-14 6:16 ` Denys Dmytriyenko
@ 2012-09-18 0:51 ` Denys Dmytriyenko
2012-09-18 5:45 ` Maupin, Chase
1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2012-09-18 0:51 UTC (permalink / raw)
To: meta-ti
This one is also a trivial change - regardless of whether this recipe stays or
goes, the change is only cosmetic, as it removes duplicate that is already
included in the base systemd-image recipe. Any objections for me pushing it in?
--
Denys
On Fri, Sep 14, 2012 at 02:13:59AM -0400, Denys Dmytriyenko wrote:
> Since systemd-image from meta-angstrom already includes timestamp-service, remove
> the duplicate from ti-hw-bringup-image recipe, which uses the former as a base.
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-misc/images/ti-hw-bringup-image.bb | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/recipes-misc/images/ti-hw-bringup-image.bb b/recipes-misc/images/ti-hw-bringup-image.bb
> index e8dd5ed..62b4c73 100644
> --- a/recipes-misc/images/ti-hw-bringup-image.bb
> +++ b/recipes-misc/images/ti-hw-bringup-image.bb
> @@ -23,7 +23,6 @@ IMAGE_INSTALL += " \
> bc \
> packagegroup-ti-test \
> kernel-modules \
> - timestamp-service \
> ${EXTRA_MACHINE_IMAGE_INSTALL} \
> "
>
> --
> 1.7.8.6
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH 1/2] ti-hw-bringup-image: remove duplicate timestamp-service, as it's in systemd-image
2012-09-18 0:51 ` Denys Dmytriyenko
@ 2012-09-18 5:45 ` Maupin, Chase
0 siblings, 0 replies; 4+ messages in thread
From: Maupin, Chase @ 2012-09-18 5:45 UTC (permalink / raw)
To: Dmytriyenko, Denys, meta-ti@yoctoproject.org
Acked-by: Chase Maupin <chase.maupin@ti.com>
Sincerely,
Chase Maupin
Software Applications
ARM MPU
e-mail: chase.maupin@ti.com
phone: (214) 567-2950
For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/
> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Monday, September 17, 2012 7:52 PM
> To: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH 1/2] ti-hw-bringup-image: remove
> duplicate timestamp-service, as it's in systemd-image
>
> This one is also a trivial change - regardless of whether this
> recipe stays or
> goes, the change is only cosmetic, as it removes duplicate that
> is already
> included in the base systemd-image recipe. Any objections for me
> pushing it in?
>
> --
> Denys
>
>
> On Fri, Sep 14, 2012 at 02:13:59AM -0400, Denys Dmytriyenko
> wrote:
> > Since systemd-image from meta-angstrom already includes
> timestamp-service, remove
> > the duplicate from ti-hw-bringup-image recipe, which uses the
> former as a base.
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> > recipes-misc/images/ti-hw-bringup-image.bb | 1 -
> > 1 files changed, 0 insertions(+), 1 deletions(-)
> >
> > diff --git a/recipes-misc/images/ti-hw-bringup-image.bb
> b/recipes-misc/images/ti-hw-bringup-image.bb
> > index e8dd5ed..62b4c73 100644
> > --- a/recipes-misc/images/ti-hw-bringup-image.bb
> > +++ b/recipes-misc/images/ti-hw-bringup-image.bb
> > @@ -23,7 +23,6 @@ IMAGE_INSTALL += " \
> > bc \
> > packagegroup-ti-test \
> > kernel-modules \
> > - timestamp-service \
> > ${EXTRA_MACHINE_IMAGE_INSTALL} \
> > "
> >
> > --
> > 1.7.8.6
> >
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-09-18 5:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14 6:13 [PATCH 1/2] ti-hw-bringup-image: remove duplicate timestamp-service, as it's in systemd-image Denys Dmytriyenko
2012-09-14 6:16 ` Denys Dmytriyenko
2012-09-18 0:51 ` Denys Dmytriyenko
2012-09-18 5:45 ` Maupin, Chase
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.