From 82fdd2f6ef2b6c54c729963d89787781acbd7441 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Mon, 1 Sep 2014 09:14:03 +0300 Subject: Revert "linaro-image-common: install libhugetlbfs on armv8 only" This reverts commit a139b99a8f401363e4e4ad7002a1147f67e3825f. Patch to build on ARMv7 and BE is upstreamed. Change-Id: If98d42e6da779e52a63a69445537a0516f770fbc --- meta-linaro/recipes-linaro/images/linaro-image-common.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-linaro/recipes-linaro/images/linaro-image-common.inc b/meta-linaro/recipes-linaro/images/linaro-image-common.inc index da48d7fa..50897b3f 100644 --- a/meta-linaro/recipes-linaro/images/linaro-image-common.inc +++ b/meta-linaro/recipes-linaro/images/linaro-image-common.inc @@ -2,9 +2,6 @@ inherit core-image IMAGE_FEATURES += "ssh-server-openssh nfs-server package-management" -HUGETLB_aarch64 = "libhugetlbfs-tests" -HUGETLB ?= "" - IMAGE_INSTALL += " \ bash \ e2fsprogs-e2fsck \ @@ -48,6 +45,7 @@ SDK_IMAGE_INSTALL += "\ libcap \ libdwarf-dev \ libevent-fb \ + libhugetlbfs-tests \ libmcrypt \ libmemcached \ libmysqlclient-r \ @@ -79,7 +77,6 @@ SDK_IMAGE_INSTALL += "\ xserver-xorg-xvfb \ xz \ zlib \ - ${HUGETLB} \ " IMAGE_PREPROCESS_COMMAND += "make_boot_verbose; " -- cgit v1.2.3