From 0cc6da1e699eddf065cdc6594f153f4a9c0495b6 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 18 Jun 2020 11:57:00 +0200 Subject: gpio-tool: replace soc overrides to also include use-mainline-bsp With use-mainline-bsp the SoC overrides mx6/mx6q/mx6ull... are filtered out of the overrides. Replace them with the specific machine name. Related-to: ELB-2805 --- .../gpio-tool/files/colibri-imx7-emmc/gpio-tool | 1 + recipes-support/gpio-tool/files/colibri-imx7/gpio-tool | Bin 0 -> 505516 bytes recipes-support/gpio-tool/files/mx7d/gpio-tool | Bin 505516 -> 0 bytes 3 files changed, 1 insertion(+) create mode 120000 recipes-support/gpio-tool/files/colibri-imx7-emmc/gpio-tool create mode 100755 recipes-support/gpio-tool/files/colibri-imx7/gpio-tool delete mode 100755 recipes-support/gpio-tool/files/mx7d/gpio-tool diff --git a/recipes-support/gpio-tool/files/colibri-imx7-emmc/gpio-tool b/recipes-support/gpio-tool/files/colibri-imx7-emmc/gpio-tool new file mode 120000 index 0000000..7616811 --- /dev/null +++ b/recipes-support/gpio-tool/files/colibri-imx7-emmc/gpio-tool @@ -0,0 +1 @@ +../colibri-imx7/gpio-tool \ No newline at end of file diff --git a/recipes-support/gpio-tool/files/colibri-imx7/gpio-tool b/recipes-support/gpio-tool/files/colibri-imx7/gpio-tool new file mode 100755 index 0000000..318137f Binary files /dev/null and b/recipes-support/gpio-tool/files/colibri-imx7/gpio-tool differ diff --git a/recipes-support/gpio-tool/files/mx7d/gpio-tool b/recipes-support/gpio-tool/files/mx7d/gpio-tool deleted file mode 100755 index 318137f..0000000 Binary files a/recipes-support/gpio-tool/files/mx7d/gpio-tool and /dev/null differ -- cgit v1.2.3