summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-09-25 12:52:27 -0500
committerMatthew McClintock <msm@freescale.com>2012-09-25 12:52:27 -0500
commit86a62bef3643d659e6a3e159f2b1deae23a95370 (patch)
tree8e440b5064e1fbc0984dcff4c3dbc695026026f0 /conf
parent146d1ed22ca5a9e66ca8c2c53640f5e1d0c0ba30 (diff)
downloadmeta-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.inc1
-rw-r--r--conf/machine/e500v2.inc1
-rw-r--r--conf/machine/e5500-64b.inc1
-rw-r--r--conf/machine/e5500.inc1
-rw-r--r--conf/machine/e6500-64b.inc1
-rw-r--r--conf/machine/e6500.inc1
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
18MACHINEOVERRIDES .= ":e500mc:fslmachine" 18MACHINEOVERRIDES .= ":e500mc:fslmachine"
19EXTRA_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
16MACHINEOVERRIDES .= ":e500v2:fslmachine" 16MACHINEOVERRIDES .= ":e500v2:fslmachine"
17EXTRA_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
19MACHINEOVERRIDES .= ":e5500-64b:fslmachine" 19MACHINEOVERRIDES .= ":e5500-64b:fslmachine"
20EXTRA_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
18MACHINEOVERRIDES .= ":e5500:fslmachine" 18MACHINEOVERRIDES .= ":e5500:fslmachine"
19EXTRA_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
19MACHINEOVERRIDES .= ":e6500-64b:fslmachine" 19MACHINEOVERRIDES .= ":e6500-64b:fslmachine"
20EXTRA_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
18MACHINEOVERRIDES .= ":e6500:fslmachine" 18MACHINEOVERRIDES .= ":e6500:fslmachine"
19EXTRA_IMAGEDEPENDS += "u-boot"