[oe-commits] Leon Woestenberg : linux-powerpc-fsl-git: Add patch for missing MSI support in the DTS.

git version control git at git.openembedded.org
Fri Jun 5 20:14:11 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 59b520ae17c6b79b0a3bd741ffc37bbbd9ee32b0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=59b520ae17c6b79b0a3bd741ffc37bbbd9ee32b0

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Fri Jun  5 22:13:54 2009 +0200

linux-powerpc-fsl-git: Add patch for missing MSI support in the DTS.

Also fixed the comments in the mpc8315e-rdb machine configuration.

---

 conf/machine/mpc8315e-rdb.conf         |    4 ++--
 recipes/linux/linux-powerpc-fsl_git.bb |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/conf/machine/mpc8315e-rdb.conf b/conf/machine/mpc8315e-rdb.conf
index 7d3a93b..40f289f 100644
--- a/conf/machine/mpc8315e-rdb.conf
+++ b/conf/machine/mpc8315e-rdb.conf
@@ -2,8 +2,8 @@
 #@Name: Freescale MPC8315E-RDB
 #@DESCRIPTION: Machine configuration for the Freescale MPC8315E-RDB
 
-# Development board with low power PowerPC SoC with MMU/FPU and PCI,
-# PCI Express x1, 2x SATA.
+# Development board with low-power PowerPC SoC with MMU/FPU and PCI,
+# 2x PCI Express x1, 2x SATA.
 
 TARGET_ARCH = "powerpc"
 
diff --git a/recipes/linux/linux-powerpc-fsl_git.bb b/recipes/linux/linux-powerpc-fsl_git.bb
index bc20306..4d27851 100644
--- a/recipes/linux/linux-powerpc-fsl_git.bb
+++ b/recipes/linux/linux-powerpc-fsl_git.bb
@@ -8,11 +8,13 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-powerpc-git/${
 SRCREV = "1406de8e11eb043681297adf86d6892ff8efc27a"
 
 PV = "2.6.30"
-PR = "r0"
+PR = "r2"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git;protocol=git \
 	   file://defconfig"
 
+SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1"
+
 COMPATIBLE_MACHINE = "mpc8315e-rdb"
 
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list