diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2010-03-16 07:51:08 +0100 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2010-03-16 07:55:11 +0100 |
commit | 5051155fd112ebce51ce262444400a666966c3f8 (patch) | |
tree | 73a3eb3d2269615ed656a5474766275149d7d4c3 /recipes/at91bootstrap/at91bootstrap_2.13.bb | |
parent | ccc8a55321a9795e67a34b205eb499c5f3a71fc0 (diff) |
at91bootstrap-2.13: Build ${AT91BOOTSTRAP_BOARD}
Previous version of at91bootstrap recipes provided a defconfig file.
The new version assumes you have defined a variable
* AT91BOOTSTRAP_BOARD
This can be a list of boards allowing multiple configurations to be built.
Example of use (in MACHINE configuration file):
AT91BOOTSTRAP_BOARD = "at91sam9g20df at91sam9g20ek"
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Diffstat (limited to 'recipes/at91bootstrap/at91bootstrap_2.13.bb')
-rw-r--r-- | recipes/at91bootstrap/at91bootstrap_2.13.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/at91bootstrap/at91bootstrap_2.13.bb b/recipes/at91bootstrap/at91bootstrap_2.13.bb index 6f544fba54..147bb61cf1 100644 --- a/recipes/at91bootstrap/at91bootstrap_2.13.bb +++ b/recipes/at91bootstrap/at91bootstrap_2.13.bb @@ -1,5 +1,5 @@ -require at91bootstrap.inc -PR = "r0" +require at91bootstrap_2.0.inc +PR = "r1" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_at91sam9g45ek = "1" DEFAULT_PREFERENCE_at91sam9g45ekes = "1" |