- This workaround to exclude rm_work on these packages was added to address issues that were observed when combined with the sourceipk feature of arago [1].
- As the sourceipk class is dropped from arago [2], we no longer need this workaround. If required this workaround should be carried in Processor SDK layer (i.e. meta-tisdk) which currently has the sourceipk class [3]. [1]: https://git.ti.com/cgit/arago-project/meta-arago/commit/?h=scarthgap&id=0070bdfdf1a91b62eabf8a4d8e2e441bfc1d014b [2]: https://git.ti.com/cgit/arago-project/meta-arago/commit/?h=scarthgap&id=22868449008e2872a75dede8027947c36a6afc80 [3]: https://git.ti.com/cgit/ti-sdk-linux/meta-tisdk/commit/?h=scarthgap&id=aa297415d65b9bb9d1171a3dd18a2b2b2341fd79 Signed-off-by: Chirag Shilwant <[email protected]> --- .../recipes-devtools/opkg-utils/opkg-utils_%.bbappend | 3 --- meta-arago-distro/recipes-devtools/swig/swig_%.bbappend | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 meta-arago-distro/recipes-devtools/opkg-utils/opkg-utils_%.bbappend delete mode 100644 meta-arago-distro/recipes-devtools/swig/swig_%.bbappend diff --git a/meta-arago-distro/recipes-devtools/opkg-utils/opkg-utils_%.bbappend b/meta-arago-distro/recipes-devtools/opkg-utils/opkg-utils_%.bbappend deleted file mode 100644 index 29d90a9d..00000000 --- a/meta-arago-distro/recipes-devtools/opkg-utils/opkg-utils_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ - -RM_WORK_EXCLUDE += "${PN}" - diff --git a/meta-arago-distro/recipes-devtools/swig/swig_%.bbappend b/meta-arago-distro/recipes-devtools/swig/swig_%.bbappend deleted file mode 100644 index 29d90a9d..00000000 --- a/meta-arago-distro/recipes-devtools/swig/swig_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ - -RM_WORK_EXCLUDE += "${PN}" - -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15285): https://lists.yoctoproject.org/g/meta-arago/message/15285 Mute This Topic: https://lists.yoctoproject.org/mt/105551609/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
