summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-07-25 15:57:24 -0500
committerMatthew McClintock <msm@freescale.com>2012-09-05 18:21:21 -0500
commit295db0bc44d068f488db856c08d9b249097686be (patch)
treeeb0798b6da4f946ea26bbc49999b4f56b60f9b74
parent545d06b7aeccc8029b84ec27a2446b4dfb7d3ba6 (diff)
downloadmeta-freescale-295db0bc44d068f488db856c08d9b249097686be.tar.gz
add fslmachine overrides
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--meta-fsl-ppc/conf/machine/e500mc.inc2
-rw-r--r--meta-fsl-ppc/conf/machine/e500v2.inc2
-rw-r--r--meta-fsl-ppc/conf/machine/e5500-64b.inc2
-rw-r--r--meta-fsl-ppc/conf/machine/e5500.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-fsl-ppc/conf/machine/e500mc.inc b/meta-fsl-ppc/conf/machine/e500mc.inc
index 5cd74c78..acb55c35 100644
--- a/meta-fsl-ppc/conf/machine/e500mc.inc
+++ b/meta-fsl-ppc/conf/machine/e500mc.inc
@@ -14,4 +14,4 @@ KERNEL_IMAGETYPE ?= "uImage"
14# ext2.bz2 ext2.lzma \ 14# ext2.bz2 ext2.lzma \
15# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" 15# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
16 16
17MACHINEOVERRIDES .= ":e500mc" 17MACHINEOVERRIDES .= ":e500mc:fslmachine"
diff --git a/meta-fsl-ppc/conf/machine/e500v2.inc b/meta-fsl-ppc/conf/machine/e500v2.inc
index 076158b2..2b837952 100644
--- a/meta-fsl-ppc/conf/machine/e500v2.inc
+++ b/meta-fsl-ppc/conf/machine/e500v2.inc
@@ -12,4 +12,4 @@ KERNEL_IMAGETYPE ?= "uImage"
12# ext2.bz2 ext2.lzma \ 12# ext2.bz2 ext2.lzma \
13# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" 13# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
14 14
15MACHINEOVERRIDES .= ":e500v2" 15MACHINEOVERRIDES .= ":e500v2:fslmachine"
diff --git a/meta-fsl-ppc/conf/machine/e5500-64b.inc b/meta-fsl-ppc/conf/machine/e5500-64b.inc
index 4e811593..79639f66 100644
--- a/meta-fsl-ppc/conf/machine/e5500-64b.inc
+++ b/meta-fsl-ppc/conf/machine/e5500-64b.inc
@@ -15,4 +15,4 @@ KERNEL_IMAGETYPE ?= "uImage"
15# ext2.bz2 ext2.lzma \ 15# ext2.bz2 ext2.lzma \
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-64b" 18MACHINEOVERRIDES .= ":e5500-64b:fslmachine"
diff --git a/meta-fsl-ppc/conf/machine/e5500.inc b/meta-fsl-ppc/conf/machine/e5500.inc
index 46304c9f..b89041b7 100644
--- a/meta-fsl-ppc/conf/machine/e5500.inc
+++ b/meta-fsl-ppc/conf/machine/e5500.inc
@@ -14,4 +14,4 @@ KERNEL_IMAGETYPE ?= "uImage"
14# ext2.bz2 ext2.lzma \ 14# ext2.bz2 ext2.lzma \
15# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" 15# ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot"
16 16
17MACHINEOVERRIDES .= ":e5500" 17MACHINEOVERRIDES .= ":e5500:fslmachine"