diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2010-01-15 19:50:26 +0100 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2010-01-15 19:50:26 +0100 |
commit | 7ebc3015cb766f7a7ea78f539e4bc8f17dd999c1 (patch) | |
tree | 0cec594dbd6a69d0e999e0dabee02f942c2c2b2e /recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc | |
parent | 48c47f275e1ca11fd64aa8f3c032305003c4eab8 (diff) |
From: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Add Linux-2.6.32 recipe for AT91SAM9G45EK.
Two patches are included.
1) Patch which will allow the NAND flash partitioning to be configurable
2) Patch which will fix reset for SAM9260, not needed for SAM9G45 though
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
---
Diffstat (limited to 'recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc')
-rw-r--r-- | recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc b/recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc new file mode 100644 index 0000000000..ce18159162 --- /dev/null +++ b/recipes/linux/linux-2.6.32/at91/SRC_URI_append.inc @@ -0,0 +1,9 @@ +# Automatically generated from gnome script: "SRC_URI_append_linux" + +SRC_URI_append += "\ + file://recipes/linux/linux-2.6.32/patch-sets/linux-2.6.32-001-configurable-nand-partitions.patch;patch=1 \ + file://recipes/linux/linux-2.6.32/patch-sets/linux-2.6.32-002-sam9g20-proper-reset.patch;patch=1 \ + " + +# no board directory=recipes/linux/linux-2.6.32/boards + |