* Re: [PATCH] arago-source-ipk: Preserve latest kernel and u-boot git repository
2013-09-30 23:23 [PATCH] arago-source-ipk: Preserve latest kernel and u-boot git repository Franklin S. Cooper Jr
@ 2013-09-30 22:42 ` Cooper Jr., Franklin
2013-09-30 22:49 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Cooper Jr., Franklin @ 2013-09-30 22:42 UTC (permalink / raw)
To: meta-arago@arago-project.org
I accidently left this patch out of the patch set I just sent. One of the patches in the patchset I just sent out depends on this patch.
> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Monday, September 30, 2013 6:23 PM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [PATCH] arago-source-ipk: Preserve latest kernel and u-boot git
> repository
>
> * Preserve the git repository when the sources are packaged up.
>
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
> .../conf/distro/arago-source-ipk.conf | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-
> distro/conf/distro/arago-source-ipk.conf
> index 63cad0d..a321271 100644
> --- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
> +++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
> @@ -121,6 +121,7 @@ SRCIPK_PACKAGE_ARCH_pn-x-load =
> "${MACHINE_ARCH}"
> CREATE_SRCIPK_pn-u-boot-ti-staging = "1"
> SRCIPK_INSTALL_DIR_pn-u-boot-ti-staging = "board-support/u-boot-${PV}-
> ${PR}"
> SRCIPK_PACKAGE_ARCH_pn-u-boot-ti-staging = "${MACHINE_ARCH}"
> +SRCIPK_PRESERVE_GIT_pn-u-boot-ti-staging = "true"
>
> CREATE_SRCIPK_pn-u-boot-dra7xx = "1"
> SRCIPK_INSTALL_DIR_pn-u-boot-dra7xx = "board-support/u-boot-${PV}-
> ${PR}"
> @@ -145,6 +146,7 @@ SRCIPK_PACKAGE_ARCH_pn-u-boot-am3517 =
> "${MACHINE_ARCH}"
> CREATE_SRCIPK_pn-linux-ti-staging = "1"
> SRCIPK_INSTALL_DIR_pn-linux-ti-staging = "board-support/linux-${PV}"
> SRCIPK_PACKAGE_ARCH_pn-linux-ti-staging = "${MACHINE_ARCH}"
> +SRCIPK_PRESERVE_GIT_pn-linux-ti-staging = "true"
>
> CREATE_SRCIPK_pn-linux-omapl138-psp = "1"
> SRCIPK_INSTALL_DIR_pn-linux-omapl138-psp = "board-support/linux-${KVER}-
> psp${PSPREL}"
> --
> 1.7.0.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arago-source-ipk: Preserve latest kernel and u-boot git repository
2013-09-30 22:42 ` Cooper Jr., Franklin
@ 2013-09-30 22:49 ` Denys Dmytriyenko
0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2013-09-30 22:49 UTC (permalink / raw)
To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org
Ack for all others besides meta-toolchain-arago one.
On Mon, Sep 30, 2013 at 10:42:14PM +0000, Cooper Jr., Franklin wrote:
> I accidently left this patch out of the patch set I just sent. One of the
> patches in the patchset I just sent out depends on this patch.
>
> > -----Original Message-----
> > From: Cooper Jr., Franklin
> > Sent: Monday, September 30, 2013 6:23 PM
> > To: meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: [PATCH] arago-source-ipk: Preserve latest kernel and u-boot git
> > repository
> >
> > * Preserve the git repository when the sources are packaged up.
> >
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> > .../conf/distro/arago-source-ipk.conf | 2 ++
> > 1 files changed, 2 insertions(+), 0 deletions(-)
> >
> > diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-
> > distro/conf/distro/arago-source-ipk.conf
> > index 63cad0d..a321271 100644
> > --- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
> > +++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
> > @@ -121,6 +121,7 @@ SRCIPK_PACKAGE_ARCH_pn-x-load =
> > "${MACHINE_ARCH}"
> > CREATE_SRCIPK_pn-u-boot-ti-staging = "1"
> > SRCIPK_INSTALL_DIR_pn-u-boot-ti-staging = "board-support/u-boot-${PV}-
> > ${PR}"
> > SRCIPK_PACKAGE_ARCH_pn-u-boot-ti-staging = "${MACHINE_ARCH}"
> > +SRCIPK_PRESERVE_GIT_pn-u-boot-ti-staging = "true"
> >
> > CREATE_SRCIPK_pn-u-boot-dra7xx = "1"
> > SRCIPK_INSTALL_DIR_pn-u-boot-dra7xx = "board-support/u-boot-${PV}-
> > ${PR}"
> > @@ -145,6 +146,7 @@ SRCIPK_PACKAGE_ARCH_pn-u-boot-am3517 =
> > "${MACHINE_ARCH}"
> > CREATE_SRCIPK_pn-linux-ti-staging = "1"
> > SRCIPK_INSTALL_DIR_pn-linux-ti-staging = "board-support/linux-${PV}"
> > SRCIPK_PACKAGE_ARCH_pn-linux-ti-staging = "${MACHINE_ARCH}"
> > +SRCIPK_PRESERVE_GIT_pn-linux-ti-staging = "true"
> >
> > CREATE_SRCIPK_pn-linux-omapl138-psp = "1"
> > SRCIPK_INSTALL_DIR_pn-linux-omapl138-psp = "board-support/linux-${KVER}-
> > psp${PSPREL}"
> > --
> > 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] arago-source-ipk: Preserve latest kernel and u-boot git repository
@ 2013-09-30 23:23 Franklin S. Cooper Jr
2013-09-30 22:42 ` Cooper Jr., Franklin
0 siblings, 1 reply; 3+ messages in thread
From: Franklin S. Cooper Jr @ 2013-09-30 23:23 UTC (permalink / raw)
To: meta-arago; +Cc: Franklin S. Cooper Jr
* Preserve the git repository when the sources are packaged up.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
.../conf/distro/arago-source-ipk.conf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf
index 63cad0d..a321271 100644
--- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
+++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
@@ -121,6 +121,7 @@ SRCIPK_PACKAGE_ARCH_pn-x-load = "${MACHINE_ARCH}"
CREATE_SRCIPK_pn-u-boot-ti-staging = "1"
SRCIPK_INSTALL_DIR_pn-u-boot-ti-staging = "board-support/u-boot-${PV}-${PR}"
SRCIPK_PACKAGE_ARCH_pn-u-boot-ti-staging = "${MACHINE_ARCH}"
+SRCIPK_PRESERVE_GIT_pn-u-boot-ti-staging = "true"
CREATE_SRCIPK_pn-u-boot-dra7xx = "1"
SRCIPK_INSTALL_DIR_pn-u-boot-dra7xx = "board-support/u-boot-${PV}-${PR}"
@@ -145,6 +146,7 @@ SRCIPK_PACKAGE_ARCH_pn-u-boot-am3517 = "${MACHINE_ARCH}"
CREATE_SRCIPK_pn-linux-ti-staging = "1"
SRCIPK_INSTALL_DIR_pn-linux-ti-staging = "board-support/linux-${PV}"
SRCIPK_PACKAGE_ARCH_pn-linux-ti-staging = "${MACHINE_ARCH}"
+SRCIPK_PRESERVE_GIT_pn-linux-ti-staging = "true"
CREATE_SRCIPK_pn-linux-omapl138-psp = "1"
SRCIPK_INSTALL_DIR_pn-linux-omapl138-psp = "board-support/linux-${KVER}-psp${PSPREL}"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-30 22:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 23:23 [PATCH] arago-source-ipk: Preserve latest kernel and u-boot git repository Franklin S. Cooper Jr
2013-09-30 22:42 ` Cooper Jr., Franklin
2013-09-30 22:49 ` 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.