diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2016-12-19 16:05:44 +0100 |
|---|---|---|
| committer | Martin Borg <martin.borg@enea.com> | 2017-01-12 14:49:12 +0100 |
| commit | 3ef5b9a048b1202dad251667cadb14cb3fea1432 (patch) | |
| tree | 8f69a3807a6712a47d8d8dad3f11166e9802257a | |
| parent | 87a2aedd8b1ad918ad02ea86a9e321a4f6356308 (diff) | |
| download | meta-el-common-3ef5b9a048b1202dad251667cadb14cb3fea1432.tar.gz | |
nativesdk-packagegroup-sdk-host: Add mkimage only if U-Boot is used
Not all architectures/targets use u-boot, so we shouldn't force mkimage
in every SDK.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
| -rw-r--r-- | recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend index 0b5c927..f9ab464 100644 --- a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend +++ b/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | RDEPENDS_${PN} += "nativesdk-e2fsprogs \ | 1 | RDEPENDS_${PN} += "nativesdk-e2fsprogs \ |
| 2 | nativesdk-u-boot-mkimage \ | 2 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/bootloader', 'u-boot', 'nativesdk-u-boot-mkimage', '', d)} \ |
| 3 | nativesdk-rpm-build \ | 3 | nativesdk-rpm-build \ |
| 4 | nativesdk-rpm-common \ | 4 | nativesdk-rpm-common \ |
| 5 | " | 5 | " |
