[#5053] EXT2_INODES and EXT2_BLOCKS values reversed in vendor.mak
Submitted By: Jeff Otterson
Open Date
2009-04-04 14:23:02 Close Date
2009-04-08 22:11:53
Priority:
Medium Assignee:
Nobody
Status:
Closed Fixed In Release:
N/A
Found In Release:
N/A Release:
svn 7942
Category:
Make Errors Board:
STAMP
Processor:
ALL Silicon Revision:
0.2
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
n/a Toolchain version or rev.:
svn
App binary format:
FDPIC
Summary: EXT2_INODES and EXT2_BLOCKS values reversed in vendor.mak
Details:
It looks like when the EXT2_INODES and EXT_BLOCKS values were promoted up to vendor.mak in revsion 7942, the values got reversed. The end result is that an ext2 image cannot be created and the build fails.
I reversed the values as shown:
EXT2_INODES ?= 1024
EXT2_BLOCKS ?= 8192 # Blocks must be a multiple of 1024
and I can build anm ext2 image again...
I marked this item as release 2009r1 because that is the label put on the kernel. This is current in SVN as of today, 2009/04/04.
Kernel svn version 6244
uclinux svn version 7958
Follow-ups
--- Mike Frysinger 2009-04-04 14:42:42
thanks, fixed in svn now
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found