From 6633370f29c3029e023e545e52c4b7d7abdba9e7 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 12 Oct 2010 18:01:46 -0700 Subject: [PATCH] motorola-ezx-base.inc: Add iwmmxt to PACKAGE_EXTRA_ARCHS Since we have this as a MACHINE_FEATURES we need this to be able to add contents to the rootfs that use the feature. Tested-by: Angelo Stefanos Mavridis Bartolome Signed-off-by: Tom Rini --- conf/machine/include/motorola-ezx-base.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index d65b5b2c71..ea1b0eb5f5 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -28,6 +28,9 @@ MACHINE_DISPLAY_PPI = "180" MACHINE_FEATURES = "alsa apm bluetooth kernel26 keyboard phone screen touchscreen usbgadget usbhost vfat" MACHINE_FEATURES += " iwmmxt" +# Comment this out if you change to tune-iwmmxt.inc above +PACKAGE_EXTRA_ARCHS += "iwmmxt" + # # Software/packages selection # -- 2.39.5