armh.mk: *fix* nexus7 aliases

So the autobuilds were failing for these two weeks since
commit e43386c1fe was *totally*
braindead: there's no "arm-e17" target neither "arm-kde4" one.

Fixed while awake and adjusted (in sync with build node)
to reference particular nexus7 and not just "arm".

The sad thing is that it should now read "nexus7old" TBH,
2013 model is not Linux friendly at all at the moment...
This commit is contained in:
Michael Shigorin 2013-08-14 16:05:19 +00:00
parent bd9fef2c2c
commit d931d69ddd

View File

@ -3,10 +3,10 @@ ifeq (armh,$(ARCH))
ifeq (ve,$(IMAGE_CLASS))
# aliases for autobuild
ve/regular-arm-e17: ve/arm-e17; @:
ve/regular-arm-kde4: ve/arm-kde4; @:
ve/altlinux-p7-nexus7-e17: ve/arm-e17; @:
ve/altlinux-p7-nexus7-kde4: ve/arm-kde4; @:
ve/regular-nexus7-e17: ve/nexus7-e17; @:
ve/regular-nexus7-kde4: ve/nexus7-kde4; @:
ve/altlinux-p7-nexus7-e17: ve/nexus7-e17; @:
ve/altlinux-p7-nexus7-kde4: ve/nexus7-kde4; @:
ve/.tegra3-base: ve/.base use/armh use/kernel
@$(call add,BASE_PACKAGES,nvidia-tegra)