diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-18 23:21:34 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-18 23:21:34 +0000 |
commit | 11450c76c7c886076971261be8d56820d88f3257 (patch) | |
tree | c4a8cf60d15a8f98df4aabb43d50c7832b459185 /linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe | |
parent | a2aae07da6051b69c24c7faa8520d2e429e4a3f4 (diff) |
change ext2 and vfat from modules to compiled-in on simpad kernel to save space in rootfs
BKrev: 419d2e7eTWkodqpJYwZqMwR-4pmmNw
Diffstat (limited to 'linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe')
-rw-r--r-- | linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe index bb722973e9..7eb0195091 100644 --- a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe +++ b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe @@ -6,7 +6,7 @@ KV = "${@oe.data.getVar('PV',d,True).split('-')[0]}" VRSV = "${@oe.data.getVar('PV',d,True).split('-')[1]}" PXAV = "${@oe.data.getVar('PV',d,True).split('-')[2]}" JPMV = "${@oe.data.getVar('PV',d,True).split('-')[3]}" -PR = "r14" +PR = "r15" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensimpad-${PV}" |