diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-30 17:38:43 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-30 18:57:53 +1000 |
commit | bb658a047ea4d6d82866911484d392fc27956b5e (patch) | |
tree | d11979e73cf799cfb9e30f54d029b46bab46c20b /conf/machine/include/tune-microblaze.inc | |
parent | 474aab71f55f4f13f65de5afe9d643290244fb40 (diff) | |
download | meta-xilinx-bb658a047ea4d6d82866911484d392fc27956b5e.tar.gz |
tune-microblaze: Fix default KERNEL_IMAGETYPE value for microblaze
* Use the proper target 'linux.bin.ub'
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/machine/include/tune-microblaze.inc')
-rw-r--r-- | conf/machine/include/tune-microblaze.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-microblaze.inc b/conf/machine/include/tune-microblaze.inc index b03b42a9..4eee2670 100644 --- a/conf/machine/include/tune-microblaze.inc +++ b/conf/machine/include/tune-microblaze.inc | |||
@@ -12,7 +12,7 @@ PACKAGE_EXTRA_ARCHS_tune-microblaze = "${TUNE_PKGARCH}" | |||
12 | # Linux Configuration | 12 | # Linux Configuration |
13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | 13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" |
14 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" | 14 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" |
15 | KERNEL_IMAGETYPE ?= "linux.bin" | 15 | KERNEL_IMAGETYPE ?= "linux.bin.ub" |
16 | 16 | ||
17 | # File System Configuration | 17 | # File System Configuration |
18 | IMAGE_FSTYPES ?= "cpio ext2 ext2.gz.u-boot ext2.gz" | 18 | IMAGE_FSTYPES ?= "cpio ext2 ext2.gz.u-boot ext2.gz" |