| Submitter | Antonio Ospite |
|---|---|
| Date | Dec. 9, 2011, 12:29 a.m. |
| Message ID | <1323390570-3088-2-git-send-email-ospite@studenti.unina.it> |
| Download | mbox | patch |
| Permalink | /patch/16549/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index ea1b0eb..3e22eec 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -4,7 +4,6 @@ MACHINE_CLASS = "motorola-ezx" # # Hardware-based properties # -TARGET_ARCH = "arm" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.inc
Removing TARGET_ARCH = "arm" fixes this error: Error, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (armv5te). Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> --- conf/machine/include/motorola-ezx-base.inc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)