diff options
| author | Bhargav Das <bhargav.das@siemens.com> | 2023-05-03 00:07:09 +0530 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-05-06 07:42:22 -0400 |
| commit | 3091aec516387a820fcb07975c478196f030c5ea (patch) | |
| tree | 8420718ba6c858804a646466b640092ce791871e | |
| parent | 0cc8e22c463324ddd833239116b1ff82ef82f42c (diff) | |
| download | meta-openembedded-3091aec516387a820fcb07975c478196f030c5ea.tar.gz | |
pointercal: Add native & nativestdk package support
Add support for building native and nativesdk variants.
Signed-off-by: Bhargav Das <bhargav.das@siemens.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb b/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb index d3e7973329..9b72ffefe4 100644 --- a/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb +++ b/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb | |||
| @@ -20,3 +20,5 @@ do_install() { | |||
| 20 | ALLOW_EMPTY:${PN} = "1" | 20 | ALLOW_EMPTY:${PN} = "1" |
| 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 22 | INHIBIT_DEFAULT_DEPS = "1" | 22 | INHIBIT_DEFAULT_DEPS = "1" |
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
