diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-09-25 12:52:27 -0500 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-09-25 12:52:27 -0500 |
| commit | 86a62bef3643d659e6a3e159f2b1deae23a95370 (patch) | |
| tree | 8e440b5064e1fbc0984dcff4c3dbc695026026f0 /conf | |
| parent | 146d1ed22ca5a9e66ca8c2c53640f5e1d0c0ba30 (diff) | |
| download | meta-fsl-ppc-86a62bef3643d659e6a3e159f2b1deae23a95370.tar.gz | |
add u-boot as an extra image dep
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/e500mc.inc | 1 | ||||
| -rw-r--r-- | conf/machine/e500v2.inc | 1 | ||||
| -rw-r--r-- | conf/machine/e5500-64b.inc | 1 | ||||
| -rw-r--r-- | conf/machine/e5500.inc | 1 | ||||
| -rw-r--r-- | conf/machine/e6500-64b.inc | 1 | ||||
| -rw-r--r-- | conf/machine/e6500.inc | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/e500mc.inc b/conf/machine/e500mc.inc index 9f7ed31..a72ea5f 100644 --- a/conf/machine/e500mc.inc +++ b/conf/machine/e500mc.inc | |||
| @@ -16,3 +16,4 @@ KERNEL_IMAGETYPE ?= "uImage" | |||
| 16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" | 16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" |
| 17 | 17 | ||
| 18 | MACHINEOVERRIDES .= ":e500mc:fslmachine" | 18 | MACHINEOVERRIDES .= ":e500mc:fslmachine" |
| 19 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
diff --git a/conf/machine/e500v2.inc b/conf/machine/e500v2.inc index da515da..23d1bb5 100644 --- a/conf/machine/e500v2.inc +++ b/conf/machine/e500v2.inc | |||
| @@ -14,3 +14,4 @@ KERNEL_IMAGETYPE ?= "uImage" | |||
| 14 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" | 14 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" |
| 15 | 15 | ||
| 16 | MACHINEOVERRIDES .= ":e500v2:fslmachine" | 16 | MACHINEOVERRIDES .= ":e500v2:fslmachine" |
| 17 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
diff --git a/conf/machine/e5500-64b.inc b/conf/machine/e5500-64b.inc index 709880e..d88e14f 100644 --- a/conf/machine/e5500-64b.inc +++ b/conf/machine/e5500-64b.inc | |||
| @@ -17,3 +17,4 @@ KERNEL_IMAGETYPE ?= "uImage" | |||
| 17 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" | 17 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" |
| 18 | 18 | ||
| 19 | MACHINEOVERRIDES .= ":e5500-64b:fslmachine" | 19 | MACHINEOVERRIDES .= ":e5500-64b:fslmachine" |
| 20 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
diff --git a/conf/machine/e5500.inc b/conf/machine/e5500.inc index 75c333a..05facea 100644 --- a/conf/machine/e5500.inc +++ b/conf/machine/e5500.inc | |||
| @@ -16,3 +16,4 @@ KERNEL_IMAGETYPE ?= "uImage" | |||
| 16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" | 16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" |
| 17 | 17 | ||
| 18 | MACHINEOVERRIDES .= ":e5500:fslmachine" | 18 | MACHINEOVERRIDES .= ":e5500:fslmachine" |
| 19 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
diff --git a/conf/machine/e6500-64b.inc b/conf/machine/e6500-64b.inc index 32837b5..2b6632b 100644 --- a/conf/machine/e6500-64b.inc +++ b/conf/machine/e6500-64b.inc | |||
| @@ -17,3 +17,4 @@ KERNEL_IMAGETYPE ?= "uImage" | |||
| 17 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" | 17 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" |
| 18 | 18 | ||
| 19 | MACHINEOVERRIDES .= ":e6500-64b:fslmachine" | 19 | MACHINEOVERRIDES .= ":e6500-64b:fslmachine" |
| 20 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
diff --git a/conf/machine/e6500.inc b/conf/machine/e6500.inc index 4687972..d18070e 100644 --- a/conf/machine/e6500.inc +++ b/conf/machine/e6500.inc | |||
| @@ -16,3 +16,4 @@ KERNEL_IMAGETYPE ?= "uImage" | |||
| 16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" | 16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" |
| 17 | 17 | ||
| 18 | MACHINEOVERRIDES .= ":e6500:fslmachine" | 18 | MACHINEOVERRIDES .= ":e6500:fslmachine" |
| 19 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
