diff options
Diffstat (limited to 'recipes/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb')
-rw-r--r-- | recipes/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb b/recipes/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb new file mode 100644 index 0000000000..65c5a92621 --- /dev/null +++ b/recipes/linux/opensimpad-64+0_2.4.27-vrs1-pxa1-jpm1.bb @@ -0,0 +1,11 @@ +# to use another configuration, duplicate this file, change the sizes, +# change the filename accordingly, and add the followin line to local.conf: +# PREFERRED_PROVIDER_virtual/kernel_kernel24 = "opensimpad-64+0" + +SECTION = "kernel" +require opensimpad_${PV}.bb + +# fraction of the memory (in Mb) used for RAM +SIMPAD_MEM = "64" +# fraction of the memory (in Mb) used as a ramdisk +SIMPAD_RD = "0" |