Commit d931d69d authored by Michael Shigorin's avatar Michael Shigorin

armh.mk: *fix* nexus7 aliases

So the autobuilds were failing for these two weeks since commit e43386c1 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...
parent bd9fef2c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment