From 5358c179e08d22b54769d22a1e6f2c8accc07f2d Mon Sep 17 00:00:00 2001 From: Konstantin Baladurin Date: Mon, 11 Sep 2017 17:48:01 +0300 Subject: Fix building of rootfs for Tizen armel (#13854) Now there isn't arm buildtarget in tizen-base repository. Use standard one to fetch packages for rootfs. --- cross/armel/tizen-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cross') diff --git a/cross/armel/tizen-fetch.sh b/cross/armel/tizen-fetch.sh index a0fa72b7d7..c7a509a750 100755 --- a/cross/armel/tizen-fetch.sh +++ b/cross/armel/tizen-fetch.sh @@ -155,7 +155,7 @@ fetch_tizen_pkgs() } Inform "Initialize base" -fetch_tizen_pkgs_init arm base +fetch_tizen_pkgs_init standard base Inform "fetch common packages" fetch_tizen_pkgs armv7l gcc glibc glibc-devel fetch_tizen_pkgs noarch linux-glibc-devel -- cgit v1.2.3