From 8e445f8434f1525bce5bd4ba4b561f379b5f2cf4 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 13 Jan 2017 15:37:03 +0100 Subject: [PATCH] Rename ill-named RPi3 specs to match the rest Renaming these specs should cause less trouble than usual since most people are likely using the rasp-pi2 spec even for RPi3. [ChangeLog][Platform Specific Changes][Linux] The Raspberry Pi 3 device specs have been renamed from linux-rpi3-* to linux-rasp-pi3-* in order to follow the pattern of the RPi 1 and 2 specs. Change-Id: I7d1ed6a4665078af9a4cbbe4c38b5fac760d03f9 Reviewed-by: Oswald Buddenhagen --- mkspecs/devices/{linux-rpi3-g++ => linux-rasp-pi3-g++}/qmake.conf | 0 .../{linux-rpi3-g++ => linux-rasp-pi3-g++}/qplatformdefs.h | 0 .../{linux-rpi3-vc4-g++ => linux-rasp-pi3-vc4-g++}/qmake.conf | 0 .../qplatformdefs.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename mkspecs/devices/{linux-rpi3-g++ => linux-rasp-pi3-g++}/qmake.conf (100%) rename mkspecs/devices/{linux-rpi3-g++ => linux-rasp-pi3-g++}/qplatformdefs.h (100%) rename mkspecs/devices/{linux-rpi3-vc4-g++ => linux-rasp-pi3-vc4-g++}/qmake.conf (100%) rename mkspecs/devices/{linux-rpi3-vc4-g++ => linux-rasp-pi3-vc4-g++}/qplatformdefs.h (100%) diff --git a/mkspecs/devices/linux-rpi3-g++/qmake.conf b/mkspecs/devices/linux-rasp-pi3-g++/qmake.conf similarity index 100% rename from mkspecs/devices/linux-rpi3-g++/qmake.conf rename to mkspecs/devices/linux-rasp-pi3-g++/qmake.conf diff --git a/mkspecs/devices/linux-rpi3-g++/qplatformdefs.h b/mkspecs/devices/linux-rasp-pi3-g++/qplatformdefs.h similarity index 100% rename from mkspecs/devices/linux-rpi3-g++/qplatformdefs.h rename to mkspecs/devices/linux-rasp-pi3-g++/qplatformdefs.h diff --git a/mkspecs/devices/linux-rpi3-vc4-g++/qmake.conf b/mkspecs/devices/linux-rasp-pi3-vc4-g++/qmake.conf similarity index 100% rename from mkspecs/devices/linux-rpi3-vc4-g++/qmake.conf rename to mkspecs/devices/linux-rasp-pi3-vc4-g++/qmake.conf diff --git a/mkspecs/devices/linux-rpi3-vc4-g++/qplatformdefs.h b/mkspecs/devices/linux-rasp-pi3-vc4-g++/qplatformdefs.h similarity index 100% rename from mkspecs/devices/linux-rpi3-vc4-g++/qplatformdefs.h rename to mkspecs/devices/linux-rasp-pi3-vc4-g++/qplatformdefs.h