summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2011-12-20 06:28:34 +0000
committerKalle Vahlman <kalle.vahlman@movial.com>2011-12-20 06:34:25 +0000
commit319d146f10d7332ad817e56e73a1fa32da30325f (patch)
tree022899c0164bb192173a30f68d9627f18ca44e81 /README
Import linux kernel metapackages for ux500
Based on John Rigby's repository at git://git.linaro.org/people/jcrigby/ubuntu/linux-meta-linaro-natty.git
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..bb6ccff
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+The toplevel makefile in this directory is used to create the upload source
+for linux-meta. By convention the directory name is supposed to be the
+name of the package with version number attached.
+In order to fullfill that convention and prevent git from being useless
+(since the renaming produces big diffs), a soft-link is created before
+calling dpkk-buildpackage.
+
+The versioning scheme in debian/changelog must be k.k.k.a.m, where
+k is the kernel version a is the ABI version and m is the version
+of the linux-meta package.
+
+You can create an upload set by calling:
+
+ make source
+
+Afterwards the temporary stuff can be removed by calling:
+
+ make clean