diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-30 11:07:01 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-06 16:25:47 -0200 |
| commit | a5ae68ef3e26a2f19b45bd2eb89b5d7097e85170 (patch) | |
| tree | b149937f5422e8c9e4be4bf61ff57d0ce4cb789a | |
| parent | b03bb9e0c7f3a004bb762c035213d2a6eb1810ed (diff) | |
| download | meta-freescale-a5ae68ef3e26a2f19b45bd2eb89b5d7097e85170.tar.gz | |
ceetm: Set PACKAGE_ARCH to the value of MACHINE_SOCARCH
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-kernel/ceetm/ceetm_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb index e6687a4d7..cff4a9c95 100644 --- a/recipes-kernel/ceetm/ceetm_git.bb +++ b/recipes-kernel/ceetm/ceetm_git.bb | |||
| @@ -16,4 +16,7 @@ do_install(){ | |||
| 16 | 16 | ||
| 17 | FILES_${PN} += "${libdir}/tc" | 17 | FILES_${PN} += "${libdir}/tc" |
| 18 | INHIBIT_PACKAGE_STRIP = "1" | 18 | INHIBIT_PACKAGE_STRIP = "1" |
| 19 | |||
| 19 | COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a)" | 20 | COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a)" |
| 21 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 22 | |||
