diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-26 19:20:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-26 19:20:04 +0000 |
commit | 57aa0d08cf93822048559809937dc266688a8389 (patch) | |
tree | baad68edf83d6152e62a8cc183344c5df3f84010 /conf/distro | |
parent | af0e89bdc827faad126dfd9e2e20844cae666dab (diff) |
angstrom legacy: add a skeleton for building angstrom for devices that require legacy software (e.g. kernel 2.4)
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2007.1-legacy.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2007.1-legacy.conf b/conf/distro/angstrom-2007.1-legacy.conf new file mode 100644 index 0000000000..a22a35d204 --- /dev/null +++ b/conf/distro/angstrom-2007.1-legacy.conf @@ -0,0 +1,9 @@ +#this is a special version of angstrom for legacy (e.g. kernel 2.4) software +# that means: +# * no udev +# * no sysfs +# * no EABI for ARM + +require conf/distro/angstrom-2007.1-oabi.conf + +# We'll have to fill this in as we go. |