Re: [ptxdist] Building a package every time

2012-01-03 Thread Tim Sander
Hi
> Is there a way to build a package every time "ptxdist go" is executed
> without dropping any of its stages?
> The package generates a file for the target root file system which
> contains build information (build time, host, ...) which should
> updated every time a build is triggered.
Well i think it works with image creation, but i am not shure with only 
"ptxdist go". I think you can hook into the process of the image creation.

Best regards
Tim

-- 
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] [PATCH] i2c-tools: version bump (3.0.3 -> 3.1.0)

2012-01-03 Thread Bernhard Walle
Signed-off-by: Bernhard Walle 
---
 rules/i2c-tools.make |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/i2c-tools.make b/rules/i2c-tools.make
index 6ee8582..a8d2d00 100644
--- a/rules/i2c-tools.make
+++ b/rules/i2c-tools.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_I2C_TOOLS) += i2c-tools
 #
 # Paths and names
 #
-I2C_TOOLS_VERSION  := 3.0.3
-I2C_TOOLS_MD5  := 511376eed04455cdb277ef19c5f73bb4
+I2C_TOOLS_VERSION  := 3.1.0
+I2C_TOOLS_MD5  := f15019e559e378c6e9d5d6299a00df21
 I2C_TOOLS  := i2c-tools-$(I2C_TOOLS_VERSION)
 I2C_TOOLS_SUFFIX   := tar.bz2
 I2C_TOOLS_URL  := 
http://dl.lm-sensors.org/i2c-tools/releases/$(I2C_TOOLS).$(I2C_TOOLS_SUFFIX)
-- 
1.7.8.1


-- 
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] Building a package every time

2012-01-03 Thread Bart Jonkers
Hi all,

Is there a way to build a package every time "ptxdist go" is executed
without dropping any of its stages?
The package generates a file for the target root file system which
contains build information (build time, host, ...) which should
updated every time a build is triggered.

Regards,
Bart

-- 
ptxdist mailing list
ptxdist@pengutronix.de