diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/conf/machine-sdk | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine-sdk')
-rw-r--r-- | meta/conf/machine-sdk/aarch64.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine-sdk/i586.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine-sdk/i686.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine-sdk/ppc64.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine-sdk/ppc64le.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine-sdk/x86_64.conf | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/meta/conf/machine-sdk/aarch64.conf b/meta/conf/machine-sdk/aarch64.conf index 98d8380ecb..4a285cf6cb 100644 --- a/meta/conf/machine-sdk/aarch64.conf +++ b/meta/conf/machine-sdk/aarch64.conf | |||
@@ -1,2 +1,2 @@ | |||
1 | SDK_ARCH = "aarch64" | 1 | SDK_ARCH = "aarch64" |
2 | ABIEXTENSION_class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
diff --git a/meta/conf/machine-sdk/i586.conf b/meta/conf/machine-sdk/i586.conf index 41e5e159d1..05e826965e 100644 --- a/meta/conf/machine-sdk/i586.conf +++ b/meta/conf/machine-sdk/i586.conf | |||
@@ -1,4 +1,4 @@ | |||
1 | SDK_ARCH = "i586" | 1 | SDK_ARCH = "i586" |
2 | SDK_CC_ARCH = "-march=i586" | 2 | SDK_CC_ARCH = "-march=i586" |
3 | ABIEXTENSION_class-nativesdk = "" | 3 | ABIEXTENSION:class-nativesdk = "" |
4 | 4 | ||
diff --git a/meta/conf/machine-sdk/i686.conf b/meta/conf/machine-sdk/i686.conf index fe406972c8..22f580e70f 100644 --- a/meta/conf/machine-sdk/i686.conf +++ b/meta/conf/machine-sdk/i686.conf | |||
@@ -1,3 +1,3 @@ | |||
1 | SDK_ARCH = "i686" | 1 | SDK_ARCH = "i686" |
2 | SDK_CC_ARCH = "-march=i686" | 2 | SDK_CC_ARCH = "-march=i686" |
3 | ABIEXTENSION_class-nativesdk = "" | 3 | ABIEXTENSION:class-nativesdk = "" |
diff --git a/meta/conf/machine-sdk/ppc64.conf b/meta/conf/machine-sdk/ppc64.conf index 1eb064eef0..b41325dfe7 100644 --- a/meta/conf/machine-sdk/ppc64.conf +++ b/meta/conf/machine-sdk/ppc64.conf | |||
@@ -1,2 +1,2 @@ | |||
1 | SDK_ARCH = "ppc64" | 1 | SDK_ARCH = "ppc64" |
2 | ABIEXTENSION_class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
diff --git a/meta/conf/machine-sdk/ppc64le.conf b/meta/conf/machine-sdk/ppc64le.conf index 0eebc5853c..db1f863496 100644 --- a/meta/conf/machine-sdk/ppc64le.conf +++ b/meta/conf/machine-sdk/ppc64le.conf | |||
@@ -1,2 +1,2 @@ | |||
1 | SDK_ARCH = "ppc64le" | 1 | SDK_ARCH = "ppc64le" |
2 | ABIEXTENSION_class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 61439b4fb0..8d494b261e 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf | |||
@@ -1,2 +1,2 @@ | |||
1 | SDK_ARCH = "x86_64" | 1 | SDK_ARCH = "x86_64" |
2 | ABIEXTENSION_class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |