diff options
author | Carsten Haitzler (Raster <raster@rasterman.com> | 2008-10-30 21:56:07 +1100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-13 21:56:07 +0000 |
commit | df3c983439ad9a14601522c69f77df1f355a1a82 (patch) | |
tree | 16197a72a134e4aeca1a03dbdf9f31ab038f6318 | |
parent | 81591cd3d159e74c944764fc9666c6758a77d291 (diff) |
palm.inc: plam.inc machne conf need to remove EXTRA_PACKAGE_ARCHS
remove EXTRA_PACKAGE_ARCHS as this makes the arm architectures repeat
and fail sanity test.
-rw-r--r-- | conf/machine/include/palm.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/palm.inc b/conf/machine/include/palm.inc index 22c6ad4233..5394855523 100644 --- a/conf/machine/include/palm.inc +++ b/conf/machine/include/palm.inc @@ -3,7 +3,6 @@ # TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te" SERIAL_CONSOLE = "115200 ttyS0" |