blob: 65c5a9262168728aafa268298d368cd332b1adad (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|