diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-20 13:09:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-20 13:09:55 +0000 |
commit | 5e005f7ef14ad4c004512e9a0deda05052af082a (patch) | |
tree | ebcf2b85eadbdf2e9713f19e3d1419eeffff2524 /conf/distro/include | |
parent | 66330066f357d88b85653ee8277c17fb52a3e2bd (diff) |
angstrom: fix OABI package archs
* downside: now there are 3 places for people to edit for people with oabi machines
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/angstromoabi.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/include/angstromoabi.inc b/conf/distro/include/angstromoabi.inc new file mode 100644 index 0000000000..bb7bc45fbd --- /dev/null +++ b/conf/distro/include/angstromoabi.inc @@ -0,0 +1,4 @@ +require conf/distro/include/angstrom.inc + +PACKAGE_ARCH = "arm-oabi" + |