[oe-commits] org.oe.dev foonas: Make u-boot specific to turbostation, correct spelling error

nail commit openembedded-commits at lists.openembedded.org
Thu Mar 15 21:22:28 UTC 2007


foonas: Make u-boot specific to turbostation, correct spelling error

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 1608531ca7add2a6f254d927038c7e47bbec1ad0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1608531ca7add2a6f254d927038c7e47bbec1ad0
Files:
1
packages/images/foonas-image.bb
Diffs:

#
# mt diff -r0f7327074d0e7d8e5ec6abc8e1590c13842fd5a7 -r1608531ca7add2a6f254d927038c7e47bbec1ad0
#
# 
# 
# patch "packages/images/foonas-image.bb"
#  from [7e9a0354fd78bf76d7a29fbee78d5770f85d51dd]
#    to [44d98990ceee8b05e749435a07eed5dc6a949248]
# 
============================================================
--- packages/images/foonas-image.bb	7e9a0354fd78bf76d7a29fbee78d5770f85d51dd
+++ packages/images/foonas-image.bb	44d98990ceee8b05e749435a07eed5dc6a949248
@@ -1,9 +1,9 @@ DEPENDS = "${MACHINE_TASK_PROVIDER}"
 DESCRIPTION = "Foonas image"
 LICENSE = "GPL"
 PR = "r0"
 
 DEPENDS = "${MACHINE_TASK_PROVIDER}"
-EXTRA_IMAGECMD_turbostation = "--bit-endian"
+EXTRA_IMAGECMD_turbostation = "--big-endian"
 EXTRA_IMAGECMD_n2100 = "--little-endian"
 EXTRA_IMAGECMD_jffs2 += " --eraseblock=${ERASEBLOCK_SIZE} -D ${SLUGOS_DEVICE_TABLE}"
 IMAGE_LINGUAS = ""
@@ -36,7 +36,8 @@ IMAGE_TOOLS = ""
 IMAGE_TOOLS = ""
 #EXTRA_IMAGEDEPENDS += "${IMAGE_TOOLS}"
 
-FOONAS_SUPPORT += "diffutils cpio findutils uboot-utils udev"
+FOONAS_SUPPORT += "diffutils cpio findutils udev"
+FOONAS_SUPPORT_turbostation += "uboot-utils"
 
 # this gets /lib/modules made....
 FOONAS_KERNEL_turbostation = "kernel-module-ext3 kernel-module-minix \






More information about the Openembedded-commits mailing list