* [PATCH 1/3] ti-tisdk-setup: Update to support new u-boot, kernel and device
@ 2014-01-20 23:16 Franklin S. Cooper Jr
2014-01-20 22:43 ` Denys Dmytriyenko
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Franklin S. Cooper Jr @ 2014-01-20 23:16 UTC (permalink / raw)
To: meta-arago; +Cc: Franklin S. Cooper Jr
* Add support for ti43x.
* Update script to work with 3.12 kernel and U-boot 2013.10.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
.../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
index 0084005..af10101 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "Package containing scripts to setup the development host and targ
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4a9d92b945e"
-PR = "r17"
+PR = "r18"
BRANCH ?= "master"
-SRCREV = "01f88ec0391f00860bac1648dc95fc0eec0b8b99"
+SRCREV = "3e3e750153147f789dee5d59f45abcd14d001c64"
SRC_URI = "git://arago-project.org/git/projects/tisdk-setup-scripts.git;protocol=git;branch=${BRANCH}"
S = "${WORKDIR}/git/"
@@ -17,6 +17,7 @@ UBOOT_ENV_beagleboard = "setup-uboot-env-beagleboard.sh"
UBOOT_ENV_am3517-evm = "setup-uboot-env-am3517.sh"
UBOOT_ENV_am180x-evm = "setup-uboot-env-am18x.sh"
UBOOT_ENV_ti33x = "setup-uboot-env-am335x.sh"
+UBOOT_ENV_ti43x = "setup-uboot-env-am43x.sh"
UBOOT_ENV_omap5-evm = "setup-uboot-env-omap5.sh"
UBOOT_ENV = "setup-uboot-unknown.sh"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [PATCH 1/3] ti-tisdk-setup: Update to support new u-boot, kernel and device 2014-01-20 23:16 [PATCH 1/3] ti-tisdk-setup: Update to support new u-boot, kernel and device Franklin S. Cooper Jr @ 2014-01-20 22:43 ` Denys Dmytriyenko 2014-01-20 23:16 ` [PATCH 2/3] stress: Pull stress into meta-arago-extras Franklin S. Cooper Jr 2014-01-20 23:16 ` [PATCH 3/3] packagegroup-arago-test: Add useful testing tools Franklin S. Cooper Jr 2 siblings, 0 replies; 11+ messages in thread From: Denys Dmytriyenko @ 2014-01-20 22:43 UTC (permalink / raw) To: Franklin S. Cooper Jr; +Cc: meta-arago On Mon, Jan 20, 2014 at 05:16:56PM -0600, Franklin S. Cooper Jr wrote: > * Add support for ti43x. > * Update script to work with 3.12 kernel and U-boot 2013.10. > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> > --- > .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb > index 0084005..af10101 100644 > --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb > +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb > @@ -2,10 +2,10 @@ DESCRIPTION = "Package containing scripts to setup the development host and targ > LICENSE = "BSD" > LIC_FILES_CHKSUM = "file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4a9d92b945e" > > -PR = "r17" > +PR = "r18" > > BRANCH ?= "master" > -SRCREV = "01f88ec0391f00860bac1648dc95fc0eec0b8b99" > +SRCREV = "3e3e750153147f789dee5d59f45abcd14d001c64" > SRC_URI = "git://arago-project.org/git/projects/tisdk-setup-scripts.git;protocol=git;branch=${BRANCH}" > > S = "${WORKDIR}/git/" > @@ -17,6 +17,7 @@ UBOOT_ENV_beagleboard = "setup-uboot-env-beagleboard.sh" > UBOOT_ENV_am3517-evm = "setup-uboot-env-am3517.sh" > UBOOT_ENV_am180x-evm = "setup-uboot-env-am18x.sh" > UBOOT_ENV_ti33x = "setup-uboot-env-am335x.sh" > +UBOOT_ENV_ti43x = "setup-uboot-env-am43x.sh" > UBOOT_ENV_omap5-evm = "setup-uboot-env-omap5.sh" > UBOOT_ENV = "setup-uboot-unknown.sh" > > -- > 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] 11+ messages in thread
* [PATCH 2/3] stress: Pull stress into meta-arago-extras 2014-01-20 23:16 [PATCH 1/3] ti-tisdk-setup: Update to support new u-boot, kernel and device Franklin S. Cooper Jr 2014-01-20 22:43 ` Denys Dmytriyenko @ 2014-01-20 23:16 ` Franklin S. Cooper Jr 2014-01-20 22:15 ` Denys Dmytriyenko 2014-01-20 23:16 ` [PATCH 3/3] packagegroup-arago-test: Add useful testing tools Franklin S. Cooper Jr 2 siblings, 1 reply; 11+ messages in thread From: Franklin S. Cooper Jr @ 2014-01-20 23:16 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr * Stress is a useful userspace testing tool. * The original recipe can be found in meta-linaro/meta-linaro/recipes-extra. * However, to avoid pulling in that entire layer included bbappend overrides simply overlay the recipe into meta-arago-extras. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> --- .../recipes-devtools/stress/files/texinfo.patch | 79 ++++++++++++++++++++ .../recipes-devtools/stress/stress_1.0.4.bb | 16 ++++ 2 files changed, 95 insertions(+), 0 deletions(-) create mode 100644 meta-arago-extras/recipes-devtools/stress/files/texinfo.patch create mode 100644 meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb diff --git a/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch b/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch new file mode 100644 index 0000000..5ac5951 --- /dev/null +++ b/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch @@ -0,0 +1,79 @@ +--- a/doc/stress.texi ++++ b/doc/stress.texi +@@ -62,47 +62,47 @@ + + @table @samp + @item -? +-@itemx --help ++@item --help + Show help information. + +-@itemx --version ++@item --version + Show version information. + + @item -v +-@itemx --verbose ++@item --verbose + Turn up verbosity. + + @item -q +-@itemx --quiet ++@item --quiet + Turn down verbosity. + + @item -n +-@itemx --dry-run ++@item --dry-run + Show what would have been done. + + @item -t @var{secs} +-@itemx --timeout @var{secs} ++@item --timeout @var{secs} + Time out after @var{secs} seconds. + +-@itemx --backoff @var{usecs} ++@item --backoff @var{usecs} + Wait for factor of @var{usecs} microseconds before starting work. + + @item -c @var{forks} +-@itemx --cpu @var{forks} ++@item --cpu @var{forks} + Spawn @var{forks} processes each spinning on @samp{sqrt()}. + + @item -i @var{forks} +-@itemx --io @var{forks} ++@item --io @var{forks} + Spawn @var{forks} processes each spinning on @samp{sync()}. + + @item -m @var{forks} +-@itemx --vm @var{forks} ++@item --vm @var{forks} + Spawn @var{forks} processes each spinning on @samp{malloc()}. + +-@itemx --vm-bytes @var{bytes} ++@item --vm-bytes @var{bytes} + Allocate @var{bytes} number of bytes. The default is 1. + +-@itemx --vm-hang ++@item --vm-hang + Instruct each vm hog process to go to sleep after allocating memory. This + contrasts with their normal behavior, which is to free the memory and + reallocate @emph{ad infinitum}. This is useful for simulating low memory +@@ -114,13 +114,13 @@ + @end example + + @item -d @var{forks} +-@itemx --hdd @var{forks} ++@item --hdd @var{forks} + Spawn @var{forks} processes each spinning on @samp{write()}. + +-@itemx --hdd-bytes @var{bytes} ++@item --hdd-bytes @var{bytes} + Write @var{bytes} number of bytes. The default is 1GB. + +-@itemx --hdd-noclean ++@item --hdd-noclean + Do not unlink file(s) to which random ASCII data is written. + + @end table diff --git a/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb b/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb new file mode 100644 index 0000000..04ad6ce --- /dev/null +++ b/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ +imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." +HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +PR = "r0" + +SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/stress/stress-${PV}.tar.gz/a607afa695a511765b40993a64c6e2f4/stress-${PV}.tar.gz \ + file://texinfo.patch \ + " + +SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4" +SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0" + +inherit autotools -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 2/3] stress: Pull stress into meta-arago-extras 2014-01-20 23:16 ` [PATCH 2/3] stress: Pull stress into meta-arago-extras Franklin S. Cooper Jr @ 2014-01-20 22:15 ` Denys Dmytriyenko 2014-01-21 3:32 ` Cooper Jr., Franklin 0 siblings, 1 reply; 11+ messages in thread From: Denys Dmytriyenko @ 2014-01-20 22:15 UTC (permalink / raw) To: Franklin S. Cooper Jr; +Cc: meta-arago On Mon, Jan 20, 2014 at 05:16:57PM -0600, Franklin S. Cooper Jr wrote: > * Stress is a useful userspace testing tool. > * The original recipe can be found in meta-linaro/meta-linaro/recipes-extra. > * However, to avoid pulling in that entire layer included bbappend overrides > simply overlay the recipe into meta-arago-extras. Well, we are already cloning the entire repo anyway, even though only using meta-linaro-toolchain sub-layer. Are you afraid of any conflicts with their bbappends? I only see busybox being the obvious one, but we can BBMASK it for our distro... There are plenty of other useful testing tools, especially in master - are we interested? We've started talking to Linaro, so we may end up moving some of our recipes/enhancements back to their layer... Thoughts? -- Denys > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > --- > .../recipes-devtools/stress/files/texinfo.patch | 79 ++++++++++++++++++++ > .../recipes-devtools/stress/stress_1.0.4.bb | 16 ++++ > 2 files changed, 95 insertions(+), 0 deletions(-) > create mode 100644 meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > create mode 100644 meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > > diff --git a/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch b/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > new file mode 100644 > index 0000000..5ac5951 > --- /dev/null > +++ b/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > @@ -0,0 +1,79 @@ > +--- a/doc/stress.texi > ++++ b/doc/stress.texi > +@@ -62,47 +62,47 @@ > + > + @table @samp > + @item -? > +-@itemx --help > ++@item --help > + Show help information. > + > +-@itemx --version > ++@item --version > + Show version information. > + > + @item -v > +-@itemx --verbose > ++@item --verbose > + Turn up verbosity. > + > + @item -q > +-@itemx --quiet > ++@item --quiet > + Turn down verbosity. > + > + @item -n > +-@itemx --dry-run > ++@item --dry-run > + Show what would have been done. > + > + @item -t @var{secs} > +-@itemx --timeout @var{secs} > ++@item --timeout @var{secs} > + Time out after @var{secs} seconds. > + > +-@itemx --backoff @var{usecs} > ++@item --backoff @var{usecs} > + Wait for factor of @var{usecs} microseconds before starting work. > + > + @item -c @var{forks} > +-@itemx --cpu @var{forks} > ++@item --cpu @var{forks} > + Spawn @var{forks} processes each spinning on @samp{sqrt()}. > + > + @item -i @var{forks} > +-@itemx --io @var{forks} > ++@item --io @var{forks} > + Spawn @var{forks} processes each spinning on @samp{sync()}. > + > + @item -m @var{forks} > +-@itemx --vm @var{forks} > ++@item --vm @var{forks} > + Spawn @var{forks} processes each spinning on @samp{malloc()}. > + > +-@itemx --vm-bytes @var{bytes} > ++@item --vm-bytes @var{bytes} > + Allocate @var{bytes} number of bytes. The default is 1. > + > +-@itemx --vm-hang > ++@item --vm-hang > + Instruct each vm hog process to go to sleep after allocating memory. This > + contrasts with their normal behavior, which is to free the memory and > + reallocate @emph{ad infinitum}. This is useful for simulating low memory > +@@ -114,13 +114,13 @@ > + @end example > + > + @item -d @var{forks} > +-@itemx --hdd @var{forks} > ++@item --hdd @var{forks} > + Spawn @var{forks} processes each spinning on @samp{write()}. > + > +-@itemx --hdd-bytes @var{bytes} > ++@item --hdd-bytes @var{bytes} > + Write @var{bytes} number of bytes. The default is 1GB. > + > +-@itemx --hdd-noclean > ++@item --hdd-noclean > + Do not unlink file(s) to which random ASCII data is written. > + > + @end table > diff --git a/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb b/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > new file mode 100644 > index 0000000..04ad6ce > --- /dev/null > +++ b/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > @@ -0,0 +1,16 @@ > +DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ > +imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." > +HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > + > +PR = "r0" > + > +SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/stress/stress-${PV}.tar.gz/a607afa695a511765b40993a64c6e2f4/stress-${PV}.tar.gz \ > + file://texinfo.patch \ > + " > + > +SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4" > +SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0" > + > +inherit autotools > -- > 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] 11+ messages in thread
* Re: [PATCH 2/3] stress: Pull stress into meta-arago-extras 2014-01-20 22:15 ` Denys Dmytriyenko @ 2014-01-21 3:32 ` Cooper Jr., Franklin 2014-01-24 15:20 ` Cooper Jr., Franklin 0 siblings, 1 reply; 11+ messages in thread From: Cooper Jr., Franklin @ 2014-01-21 3:32 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org > On Jan 20, 2014, at 4:15 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > >> On Mon, Jan 20, 2014 at 05:16:57PM -0600, Franklin S. Cooper Jr wrote: >> * Stress is a useful userspace testing tool. >> * The original recipe can be found in meta-linaro/meta-linaro/recipes-extra. >> * However, to avoid pulling in that entire layer included bbappend overrides >> simply overlay the recipe into meta-arago-extras. > > Well, we are already cloning the entire repo anyway, even though only using > meta-linaro-toolchain sub-layer. Are you afraid of any conflicts with their > bbappends? I only see busybox being the obvious one, but we can BBMASK it for > our distro... There are plenty of other useful testing tools, especially in > master - are we interested? > We've started talking to Linaro, so we may end up > moving some of our recipes/enhancements back to their layer... Thoughts? I'm ok with doing this. > > -- > Denys > > >> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> >> --- >> .../recipes-devtools/stress/files/texinfo.patch | 79 ++++++++++++++++++++ >> .../recipes-devtools/stress/stress_1.0.4.bb | 16 ++++ >> 2 files changed, 95 insertions(+), 0 deletions(-) >> create mode 100644 meta-arago-extras/recipes-devtools/stress/files/texinfo.patch >> create mode 100644 meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb >> >> diff --git a/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch b/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch >> new file mode 100644 >> index 0000000..5ac5951 >> --- /dev/null >> +++ b/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch >> @@ -0,0 +1,79 @@ >> +--- a/doc/stress.texi >> ++++ b/doc/stress.texi >> +@@ -62,47 +62,47 @@ >> + >> + @table @samp >> + @item -? >> +-@itemx --help >> ++@item --help >> + Show help information. >> + >> +-@itemx --version >> ++@item --version >> + Show version information. >> + >> + @item -v >> +-@itemx --verbose >> ++@item --verbose >> + Turn up verbosity. >> + >> + @item -q >> +-@itemx --quiet >> ++@item --quiet >> + Turn down verbosity. >> + >> + @item -n >> +-@itemx --dry-run >> ++@item --dry-run >> + Show what would have been done. >> + >> + @item -t @var{secs} >> +-@itemx --timeout @var{secs} >> ++@item --timeout @var{secs} >> + Time out after @var{secs} seconds. >> + >> +-@itemx --backoff @var{usecs} >> ++@item --backoff @var{usecs} >> + Wait for factor of @var{usecs} microseconds before starting work. >> + >> + @item -c @var{forks} >> +-@itemx --cpu @var{forks} >> ++@item --cpu @var{forks} >> + Spawn @var{forks} processes each spinning on @samp{sqrt()}. >> + >> + @item -i @var{forks} >> +-@itemx --io @var{forks} >> ++@item --io @var{forks} >> + Spawn @var{forks} processes each spinning on @samp{sync()}. >> + >> + @item -m @var{forks} >> +-@itemx --vm @var{forks} >> ++@item --vm @var{forks} >> + Spawn @var{forks} processes each spinning on @samp{malloc()}. >> + >> +-@itemx --vm-bytes @var{bytes} >> ++@item --vm-bytes @var{bytes} >> + Allocate @var{bytes} number of bytes. The default is 1. >> + >> +-@itemx --vm-hang >> ++@item --vm-hang >> + Instruct each vm hog process to go to sleep after allocating memory. This >> + contrasts with their normal behavior, which is to free the memory and >> + reallocate @emph{ad infinitum}. This is useful for simulating low memory >> +@@ -114,13 +114,13 @@ >> + @end example >> + >> + @item -d @var{forks} >> +-@itemx --hdd @var{forks} >> ++@item --hdd @var{forks} >> + Spawn @var{forks} processes each spinning on @samp{write()}. >> + >> +-@itemx --hdd-bytes @var{bytes} >> ++@item --hdd-bytes @var{bytes} >> + Write @var{bytes} number of bytes. The default is 1GB. >> + >> +-@itemx --hdd-noclean >> ++@item --hdd-noclean >> + Do not unlink file(s) to which random ASCII data is written. >> + >> + @end table >> diff --git a/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb b/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb >> new file mode 100644 >> index 0000000..04ad6ce >> --- /dev/null >> +++ b/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb >> @@ -0,0 +1,16 @@ >> +DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ >> +imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." >> +HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" >> +LICENSE = "GPLv2" >> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" >> + >> +PR = "r0" >> + >> +SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/stress/stress-${PV}.tar.gz/a607afa695a511765b40993a64c6e2f4/stress-${PV}.tar.gz \ >> + file://texinfo.patch \ >> + " >> + >> +SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4" >> +SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0" >> + >> +inherit autotools >> -- >> 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] 11+ messages in thread
* Re: [PATCH 2/3] stress: Pull stress into meta-arago-extras 2014-01-21 3:32 ` Cooper Jr., Franklin @ 2014-01-24 15:20 ` Cooper Jr., Franklin 2014-01-24 19:23 ` Denys Dmytriyenko 0 siblings, 1 reply; 11+ messages in thread From: Cooper Jr., Franklin @ 2014-01-24 15:20 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org > -----Original Message----- > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin > Sent: Monday, January 20, 2014 9:32 PM > To: Dmytriyenko, Denys > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH 2/3] stress: Pull stress into meta-arago-extras > > > > > On Jan 20, 2014, at 4:15 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > > > >> On Mon, Jan 20, 2014 at 05:16:57PM -0600, Franklin S. Cooper Jr wrote: > >> * Stress is a useful userspace testing tool. > >> * The original recipe can be found in meta-linaro/meta-linaro/recipes-extra. > >> * However, to avoid pulling in that entire layer included bbappend > >> overrides simply overlay the recipe into meta-arago-extras. > > > > Well, we are already cloning the entire repo anyway, even though only > > using meta-linaro-toolchain sub-layer. Are you afraid of any conflicts > > with their bbappends? I only see busybox being the obvious one, but we > > can BBMASK it for our distro... There are plenty of other useful > > testing tools, especially in master - are we interested? > > We've started talking to Linaro, so we may end up moving some of our > > recipes/enhancements back to their layer... Thoughts? > I'm ok with doing this. [Franklin] I thought about this more and would like to hold off adding this layer as an meta-argao dependency for now. This would break things for current users since it would require them to update their layer configuration. I rather pull in stress as is now and add this new layer dependency when we update meta-arago to support dora when we have to update the configuration anyway. At that time we can also remove stress from meta-arago as part of cleanup. > > > > -- > > Denys > > > > > >> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > >> --- > >> .../recipes-devtools/stress/files/texinfo.patch | 79 > ++++++++++++++++++++ > >> .../recipes-devtools/stress/stress_1.0.4.bb | 16 ++++ > >> 2 files changed, 95 insertions(+), 0 deletions(-) create mode 100644 > >> meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > >> create mode 100644 > >> meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > >> > >> diff --git > >> a/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > >> b/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > >> new file mode 100644 > >> index 0000000..5ac5951 > >> --- /dev/null > >> +++ b/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > >> @@ -0,0 +1,79 @@ > >> +--- a/doc/stress.texi > >> ++++ b/doc/stress.texi > >> +@@ -62,47 +62,47 @@ > >> + > >> + @table @samp > >> + @item -? > >> +-@itemx --help > >> ++@item --help > >> + Show help information. > >> + > >> +-@itemx --version > >> ++@item --version > >> + Show version information. > >> + > >> + @item -v > >> +-@itemx --verbose > >> ++@item --verbose > >> + Turn up verbosity. > >> + > >> + @item -q > >> +-@itemx --quiet > >> ++@item --quiet > >> + Turn down verbosity. > >> + > >> + @item -n > >> +-@itemx --dry-run > >> ++@item --dry-run > >> + Show what would have been done. > >> + > >> + @item -t @var{secs} > >> +-@itemx --timeout @var{secs} > >> ++@item --timeout @var{secs} > >> + Time out after @var{secs} seconds. > >> + > >> +-@itemx --backoff @var{usecs} > >> ++@item --backoff @var{usecs} > >> + Wait for factor of @var{usecs} microseconds before starting work. > >> + > >> + @item -c @var{forks} > >> +-@itemx --cpu @var{forks} > >> ++@item --cpu @var{forks} > >> + Spawn @var{forks} processes each spinning on @samp{sqrt()}. > >> + > >> + @item -i @var{forks} > >> +-@itemx --io @var{forks} > >> ++@item --io @var{forks} > >> + Spawn @var{forks} processes each spinning on @samp{sync()}. > >> + > >> + @item -m @var{forks} > >> +-@itemx --vm @var{forks} > >> ++@item --vm @var{forks} > >> + Spawn @var{forks} processes each spinning on @samp{malloc()}. > >> + > >> +-@itemx --vm-bytes @var{bytes} > >> ++@item --vm-bytes @var{bytes} > >> + Allocate @var{bytes} number of bytes. The default is 1. > >> + > >> +-@itemx --vm-hang > >> ++@item --vm-hang > >> + Instruct each vm hog process to go to sleep after allocating > >> +memory. This contrasts with their normal behavior, which is to > >> +free the memory and reallocate @emph{ad infinitum}. This is useful > >> +for simulating low memory @@ -114,13 +114,13 @@ @end example > >> + > >> + @item -d @var{forks} > >> +-@itemx --hdd @var{forks} > >> ++@item --hdd @var{forks} > >> + Spawn @var{forks} processes each spinning on @samp{write()}. > >> + > >> +-@itemx --hdd-bytes @var{bytes} > >> ++@item --hdd-bytes @var{bytes} > >> + Write @var{bytes} number of bytes. The default is 1GB. > >> + > >> +-@itemx --hdd-noclean > >> ++@item --hdd-noclean > >> + Do not unlink file(s) to which random ASCII data is written. > >> + > >> + @end table > >> diff --git > >> a/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > >> b/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > >> new file mode 100644 > >> index 0000000..04ad6ce > >> --- /dev/null > >> +++ b/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > >> @@ -0,0 +1,16 @@ > >> +DESCRIPTION = "Deliberately simple workload generator for POSIX > >> +systems. It \ imposes a configurable amount of CPU, memory, I/O, and disk > stress on the system." > >> +HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" > >> +LICENSE = "GPLv2" > >> +LIC_FILES_CHKSUM = > "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > >> + > >> +PR = "r0" > >> + > >> +SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/stress/stress- > ${PV}.tar.gz/a607afa695a511765b40993a64c6e2f4/stress-${PV}.tar.gz \ > >> + file://texinfo.patch \ > >> + " > >> + > >> +SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4" > >> +SRC_URI[sha256sum] = > "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0 > " > >> + > >> +inherit autotools > >> -- > >> 1.7.0.4 > >> > >> _______________________________________________ > >> meta-arago mailing list > >> meta-arago@arago-project.org > >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/3] stress: Pull stress into meta-arago-extras 2014-01-24 15:20 ` Cooper Jr., Franklin @ 2014-01-24 19:23 ` Denys Dmytriyenko 0 siblings, 0 replies; 11+ messages in thread From: Denys Dmytriyenko @ 2014-01-24 19:23 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org On Fri, Jan 24, 2014 at 10:20:26AM -0500, Cooper Jr., Franklin wrote: > > > > -----Original Message----- > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > > bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin > > Sent: Monday, January 20, 2014 9:32 PM > > To: Dmytriyenko, Denys > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [PATCH 2/3] stress: Pull stress into meta-arago-extras > > > > > > > > > On Jan 20, 2014, at 4:15 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > > > > > >> On Mon, Jan 20, 2014 at 05:16:57PM -0600, Franklin S. Cooper Jr wrote: > > >> * Stress is a useful userspace testing tool. > > >> * The original recipe can be found in meta-linaro/meta-linaro/recipes-extra. > > >> * However, to avoid pulling in that entire layer included bbappend > > >> overrides simply overlay the recipe into meta-arago-extras. > > > > > > Well, we are already cloning the entire repo anyway, even though only > > > using meta-linaro-toolchain sub-layer. Are you afraid of any conflicts > > > with their bbappends? I only see busybox being the obvious one, but we > > > can BBMASK it for our distro... There are plenty of other useful > > > testing tools, especially in master - are we interested? > > > We've started talking to Linaro, so we may end up moving some of our > > > recipes/enhancements back to their layer... Thoughts? > > I'm ok with doing this. > [Franklin] I thought about this more and would like to hold off adding this > layer as an meta-argao dependency for now. This would break things for > current users since it would require them to update their layer > configuration. I rather pull in stress as is now and add this new layer > dependency when we update meta-arago to support dora when we have to update > the configuration anyway. At that time we can also remove stress from > meta-arago as part of cleanup. Sounds good. BTW, I was thinking to start making changes necessary for Dora in the master branch of meta-arago any time now. While there's now ti2013.12.x release maintenance branch, I may need to create a separate 'dylan' branch as well... > > >> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > > >> --- > > >> .../recipes-devtools/stress/files/texinfo.patch | 79 > > ++++++++++++++++++++ > > >> .../recipes-devtools/stress/stress_1.0.4.bb | 16 ++++ > > >> 2 files changed, 95 insertions(+), 0 deletions(-) create mode 100644 > > >> meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > > >> create mode 100644 > > >> meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > > >> > > >> diff --git > > >> a/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > > >> b/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > > >> new file mode 100644 > > >> index 0000000..5ac5951 > > >> --- /dev/null > > >> +++ b/meta-arago-extras/recipes-devtools/stress/files/texinfo.patch > > >> @@ -0,0 +1,79 @@ > > >> +--- a/doc/stress.texi > > >> ++++ b/doc/stress.texi > > >> +@@ -62,47 +62,47 @@ > > >> + > > >> + @table @samp > > >> + @item -? > > >> +-@itemx --help > > >> ++@item --help > > >> + Show help information. > > >> + > > >> +-@itemx --version > > >> ++@item --version > > >> + Show version information. > > >> + > > >> + @item -v > > >> +-@itemx --verbose > > >> ++@item --verbose > > >> + Turn up verbosity. > > >> + > > >> + @item -q > > >> +-@itemx --quiet > > >> ++@item --quiet > > >> + Turn down verbosity. > > >> + > > >> + @item -n > > >> +-@itemx --dry-run > > >> ++@item --dry-run > > >> + Show what would have been done. > > >> + > > >> + @item -t @var{secs} > > >> +-@itemx --timeout @var{secs} > > >> ++@item --timeout @var{secs} > > >> + Time out after @var{secs} seconds. > > >> + > > >> +-@itemx --backoff @var{usecs} > > >> ++@item --backoff @var{usecs} > > >> + Wait for factor of @var{usecs} microseconds before starting work. > > >> + > > >> + @item -c @var{forks} > > >> +-@itemx --cpu @var{forks} > > >> ++@item --cpu @var{forks} > > >> + Spawn @var{forks} processes each spinning on @samp{sqrt()}. > > >> + > > >> + @item -i @var{forks} > > >> +-@itemx --io @var{forks} > > >> ++@item --io @var{forks} > > >> + Spawn @var{forks} processes each spinning on @samp{sync()}. > > >> + > > >> + @item -m @var{forks} > > >> +-@itemx --vm @var{forks} > > >> ++@item --vm @var{forks} > > >> + Spawn @var{forks} processes each spinning on @samp{malloc()}. > > >> + > > >> +-@itemx --vm-bytes @var{bytes} > > >> ++@item --vm-bytes @var{bytes} > > >> + Allocate @var{bytes} number of bytes. The default is 1. > > >> + > > >> +-@itemx --vm-hang > > >> ++@item --vm-hang > > >> + Instruct each vm hog process to go to sleep after allocating > > >> +memory. This contrasts with their normal behavior, which is to > > >> +free the memory and reallocate @emph{ad infinitum}. This is useful > > >> +for simulating low memory @@ -114,13 +114,13 @@ @end example > > >> + > > >> + @item -d @var{forks} > > >> +-@itemx --hdd @var{forks} > > >> ++@item --hdd @var{forks} > > >> + Spawn @var{forks} processes each spinning on @samp{write()}. > > >> + > > >> +-@itemx --hdd-bytes @var{bytes} > > >> ++@item --hdd-bytes @var{bytes} > > >> + Write @var{bytes} number of bytes. The default is 1GB. > > >> + > > >> +-@itemx --hdd-noclean > > >> ++@item --hdd-noclean > > >> + Do not unlink file(s) to which random ASCII data is written. > > >> + > > >> + @end table > > >> diff --git > > >> a/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > > >> b/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > > >> new file mode 100644 > > >> index 0000000..04ad6ce > > >> --- /dev/null > > >> +++ b/meta-arago-extras/recipes-devtools/stress/stress_1.0.4.bb > > >> @@ -0,0 +1,16 @@ > > >> +DESCRIPTION = "Deliberately simple workload generator for POSIX > > >> +systems. It \ imposes a configurable amount of CPU, memory, I/O, and disk > > stress on the system." > > >> +HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" > > >> +LICENSE = "GPLv2" > > >> +LIC_FILES_CHKSUM = > > "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > > >> + > > >> +PR = "r0" > > >> + > > >> +SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/stress/stress- > > ${PV}.tar.gz/a607afa695a511765b40993a64c6e2f4/stress-${PV}.tar.gz \ > > >> + file://texinfo.patch \ > > >> + " > > >> + > > >> +SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4" > > >> +SRC_URI[sha256sum] = > > "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0 > > " > > >> + > > >> +inherit autotools > > >> -- > > >> 1.7.0.4 > > >> > > >> _______________________________________________ > > >> meta-arago mailing list > > >> meta-arago@arago-project.org > > >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 3/3] packagegroup-arago-test: Add useful testing tools 2014-01-20 23:16 [PATCH 1/3] ti-tisdk-setup: Update to support new u-boot, kernel and device Franklin S. Cooper Jr 2014-01-20 22:43 ` Denys Dmytriyenko 2014-01-20 23:16 ` [PATCH 2/3] stress: Pull stress into meta-arago-extras Franklin S. Cooper Jr @ 2014-01-20 23:16 ` Franklin S. Cooper Jr 2014-01-20 22:45 ` Denys Dmytriyenko 2 siblings, 1 reply; 11+ messages in thread From: Franklin S. Cooper Jr @ 2014-01-20 23:16 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr * Add two useful testing utilites to the arago filesystem. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> --- .../packagegroups/packagegroup-arago-test.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb index 399eea9..93a980f 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Extended task to get System Test specific apps" LICENSE = "MIT" -PR = "r13" +PR = "r14" inherit packagegroup @@ -17,6 +17,8 @@ ARAGO_TEST = "\ bc \ memtester \ libdrm-tests \ + powertop \ + stress \ " ARAGO_TI_TEST = "\ -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 3/3] packagegroup-arago-test: Add useful testing tools 2014-01-20 23:16 ` [PATCH 3/3] packagegroup-arago-test: Add useful testing tools Franklin S. Cooper Jr @ 2014-01-20 22:45 ` Denys Dmytriyenko 2014-01-28 20:27 ` Denys Dmytriyenko 2014-01-28 21:51 ` Cooper Jr., Franklin 0 siblings, 2 replies; 11+ messages in thread From: Denys Dmytriyenko @ 2014-01-20 22:45 UTC (permalink / raw) To: Franklin S. Cooper Jr; +Cc: meta-arago On Mon, Jan 20, 2014 at 05:16:58PM -0600, Franklin S. Cooper Jr wrote: > * Add two useful testing utilites to the arago filesystem. > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > --- > .../packagegroups/packagegroup-arago-test.bb | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb > index 399eea9..93a980f 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Extended task to get System Test specific apps" > LICENSE = "MIT" > -PR = "r13" > +PR = "r14" > > inherit packagegroup > > @@ -17,6 +17,8 @@ ARAGO_TEST = "\ > bc \ > memtester \ > libdrm-tests \ > + powertop \ This will add powertop-1.13 from oe-core - is that what you want? There's 2.3 in meta-linaro, which we don't use, though... > + stress \ > " > > ARAGO_TI_TEST = "\ > -- > 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] 11+ messages in thread
* Re: [PATCH 3/3] packagegroup-arago-test: Add useful testing tools 2014-01-20 22:45 ` Denys Dmytriyenko @ 2014-01-28 20:27 ` Denys Dmytriyenko 2014-01-28 21:51 ` Cooper Jr., Franklin 1 sibling, 0 replies; 11+ messages in thread From: Denys Dmytriyenko @ 2014-01-28 20:27 UTC (permalink / raw) Cc: meta-arago, Franklin S. Cooper Jr On Mon, Jan 20, 2014 at 05:45:48PM -0500, Denys Dmytriyenko wrote: > On Mon, Jan 20, 2014 at 05:16:58PM -0600, Franklin S. Cooper Jr wrote: > > * Add two useful testing utilites to the arago filesystem. > > > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > > --- > > .../packagegroups/packagegroup-arago-test.bb | 4 +++- > > 1 files changed, 3 insertions(+), 1 deletions(-) > > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb > > index 399eea9..93a980f 100644 > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-test.bb > > @@ -1,6 +1,6 @@ > > DESCRIPTION = "Extended task to get System Test specific apps" > > LICENSE = "MIT" > > -PR = "r13" > > +PR = "r14" > > > > inherit packagegroup > > > > @@ -17,6 +17,8 @@ ARAGO_TEST = "\ > > bc \ > > memtester \ > > libdrm-tests \ > > + powertop \ > > This will add powertop-1.13 from oe-core - is that what you want? > There's 2.3 in meta-linaro, which we don't use, though... Franklin, please confirm the above. > > + stress \ > > " > > > > ARAGO_TI_TEST = "\ > > -- > > 1.7.0.4 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 3/3] packagegroup-arago-test: Add useful testing tools 2014-01-20 22:45 ` Denys Dmytriyenko 2014-01-28 20:27 ` Denys Dmytriyenko @ 2014-01-28 21:51 ` Cooper Jr., Franklin 1 sibling, 0 replies; 11+ messages in thread From: Cooper Jr., Franklin @ 2014-01-28 21:51 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Sorry apparently I had this in my draft email directory since I forgot to hit send... > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Monday, January 20, 2014 4:46 PM > To: Cooper Jr., Franklin > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH 3/3] packagegroup-arago-test: Add useful > testing tools > > On Mon, Jan 20, 2014 at 05:16:58PM -0600, Franklin S. Cooper Jr wrote: > > * Add two useful testing utilites to the arago filesystem. > > > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > > --- > > .../packagegroups/packagegroup-arago-test.bb | 4 +++- > > 1 files changed, 3 insertions(+), 1 deletions(-) > > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup- > arago-test.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup- > arago-test.bb > > index 399eea9..93a980f 100644 > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > test.bb > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > test.bb > > @@ -1,6 +1,6 @@ > > DESCRIPTION = "Extended task to get System Test specific apps" > > LICENSE = "MIT" > > -PR = "r13" > > +PR = "r14" > > > > inherit packagegroup > > > > @@ -17,6 +17,8 @@ ARAGO_TEST = "\ > > bc \ > > memtester \ > > libdrm-tests \ > > + powertop \ > > This will add powertop-1.13 from oe-core - is that what you want? [Franklin] I heard that this version should be fine so I'm ok with that. > There's 2.3 in meta-linaro, which we don't use, though... > > > + stress \ > > " > > > > ARAGO_TI_TEST = "\ > > -- > > 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] 11+ messages in thread
end of thread, other threads:[~2014-01-28 21:51 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-01-20 23:16 [PATCH 1/3] ti-tisdk-setup: Update to support new u-boot, kernel and device Franklin S. Cooper Jr 2014-01-20 22:43 ` Denys Dmytriyenko 2014-01-20 23:16 ` [PATCH 2/3] stress: Pull stress into meta-arago-extras Franklin S. Cooper Jr 2014-01-20 22:15 ` Denys Dmytriyenko 2014-01-21 3:32 ` Cooper Jr., Franklin 2014-01-24 15:20 ` Cooper Jr., Franklin 2014-01-24 19:23 ` Denys Dmytriyenko 2014-01-20 23:16 ` [PATCH 3/3] packagegroup-arago-test: Add useful testing tools Franklin S. Cooper Jr 2014-01-20 22:45 ` Denys Dmytriyenko 2014-01-28 20:27 ` Denys Dmytriyenko 2014-01-28 21:51 ` Cooper Jr., Franklin
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.