All firmware that includes this helper should set their own SUMMARY line. Currently all do (other than ti-adc-fw which we fix here), but they often include this file after setting their own SUMMARY, so this common one overwrites the correct one. Remove this default SUMMARY.
Signed-off-by: Andrew Davis <[email protected]> --- Changes for v2: - Update ti-adc-fw so it has a SUMMARY meta-ti-bsp/recipes-bsp/ti-adc-fw/ti-adc-fw.bb | 2 +- meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-ti-bsp/recipes-bsp/ti-adc-fw/ti-adc-fw.bb b/meta-ti-bsp/recipes-bsp/ti-adc-fw/ti-adc-fw.bb index ad025483..0b70d69d 100644 --- a/meta-ti-bsp/recipes-bsp/ti-adc-fw/ti-adc-fw.bb +++ b/meta-ti-bsp/recipes-bsp/ti-adc-fw/ti-adc-fw.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "TI ADC PCM6240 config prebuild binary firmware" +SUMMARY = "TI ADC PCM6240 config prebuild binary firmware" require recipes-bsp/ti-linux-fw/ti-linux-fw.inc diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 126c46df..d343a6aa 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -1,5 +1,3 @@ -SUMMARY = "Common include for TI Linux firmware" - LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20081): https://lists.yoctoproject.org/g/meta-ti/message/20081 Mute This Topic: https://lists.yoctoproject.org/mt/119964106/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
