diff options
author | Mark Brown <broonie@sirena.org.uk> | 2009-01-07 12:41:59 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-01-07 12:41:59 +0100 |
commit | 02ddc78cc868c8a76686914101b25700fbe9c539 (patch) | |
tree | 59fe9996cd72fffc1d0568e20693c6f34d542063 /conf/machine/mainstone.conf | |
parent | d0d237ed3d93548ffe983d6df51bb8e560f3a5d7 (diff) |
mainstone: do not set PACKAGE_EXTRA_ARCHS - closes #4968
Diffstat (limited to 'conf/machine/mainstone.conf')
-rw-r--r-- | conf/machine/mainstone.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/mainstone.conf b/conf/machine/mainstone.conf index 68dcfb069a..8cf5210cf5 100644 --- a/conf/machine/mainstone.conf +++ b/conf/machine/mainstone.conf @@ -5,7 +5,6 @@ TARGET_ARCH = "arm" GUI_MACHINE_CLASS = "smallscreen" -PACKAGE_EXTRA_ARCHS = "armv5te" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" |