diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-02-01 16:34:56 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-03 08:44:32 -0800 |
| commit | 4b4485fe779c2682b6b13b8b76fc53b54789adbd (patch) | |
| tree | ed67424a4b3d7ce23be524f99563ea7a8f797eb2 | |
| parent | ea6d967dbe396072b5ba58331bb07252c3c449c4 (diff) | |
| download | meta-openembedded-4b4485fe779c2682b6b13b8b76fc53b54789adbd.tar.gz | |
concurrencykit: enable 32- and 64-bit Arm targets
As per upstream, 32- and 64-bit Arm targets are supported.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb index 8d04507b09..0018064119 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI = "git://github.com/concurrencykit/ck.git;branch=master;protocol=https \ | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*" | 19 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64|powerpc|powerpc64).*-linux*" |
| 20 | 20 | ||
| 21 | inherit autotools-brokensep | 21 | inherit autotools-brokensep |
| 22 | 22 | ||
