summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/package_rpm.bbclass2
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/linux/linux_2.6.30.bb3
3 files changed, 6 insertions, 3 deletions
diff --git a/classes/package_rpm.bbclass b/classes/package_rpm.bbclass
index 0cebdea244..9755bf1d2d 100644
--- a/classes/package_rpm.bbclass
+++ b/classes/package_rpm.bbclass
@@ -129,8 +129,6 @@ python write_specfile() {
# call out rpm -bb on the .spec, thereby creating an rpm
- bb.note(bb.data.expand("${RPMBUILD} -bb ${OUTSPECFILE}", d))
-
bb.data.setVar('BUILDSPEC', "${RPMBUILD} -bb ${OUTSPECFILE}\n", d)
bb.data.setVarFlag('BUILDSPEC', 'func', '1', d)
bb.build.exec_func('BUILDSPEC', d)
diff --git a/conf/checksums.ini b/conf/checksums.ini
index f2c0288e88..283daf773d 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -54,6 +54,10 @@ sha256=8930ebfdc8a606d8cb26f073d4700460c3289fb79e943e12948329e17336ca47
md5=4469d6336f9659f1725fedd4a52261ad
sha256=7a960180e7873b1bdb522e76b0423b5c2c1b8efe1d30d7ca80c41eb97d822b2d
+[http://maxim.org.za/AT91RM9200/2.6/2.6.30-at91.patch.gz]
+md5=f13ab353b11329ce3d605b6f40e77fa6
+sha256=41991e8aa2e5fe8e5dfd47b1e5c446fa03c3ee96a5eae54fd6ec15d1d9afef30
+
[http://sense.net/zc/free42/42c_skins.tgz]
md5=24b0e5bbfe21ea9c5a5c589bcc79c0f2
sha256=ab877846c6caaff32efbf5be6fc5c63b7dec97a2e78c57c525da7705d2052bfc
diff --git a/recipes/linux/linux_2.6.30.bb b/recipes/linux/linux_2.6.30.bb
index aa13fca783..b168bfc161 100644
--- a/recipes/linux/linux_2.6.30.bb
+++ b/recipes/linux/linux_2.6.30.bb
@@ -1,6 +1,6 @@
require linux.inc
-PR = "r0"
+PR = "r1"
S = "${WORKDIR}/linux-${PV}"
@@ -10,6 +10,7 @@ DEFAULT_PREFERENCE_mpc8315e-rdb = "1"
DEFAULT_PREFERENCE_mx27ads = "1"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
+ http://maxim.org.za/AT91RM9200/2.6/2.6.30-at91.patch.gz;patch=1 \
file://defconfig"
SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1"