meta-openembedded broke the bpftool-native package out into a new recipe [1]. Our bpftool patch was changing something in bpftool-native, so we need to rename our bbappend to match.
[1] https://git.openembedded.org/meta-openembedded/commit/?id=6d3a6503720b10b0edd6e70ee3595032e0aa975b Signed-off-by: Ryan Eatmon <[email protected]> --- .../recipes-devtools/bpftool/bpftool-native-ti.inc | 1 + .../recipes-devtools/bpftool/bpftool-native_%.bbappend | 4 ++++ meta-arago-test/recipes-devtools/bpftool/bpftool-ti.inc | 1 - meta-arago-test/recipes-devtools/bpftool/bpftool.bbappend | 4 ---- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 meta-arago-test/recipes-devtools/bpftool/bpftool-native-ti.inc create mode 100644 meta-arago-test/recipes-devtools/bpftool/bpftool-native_%.bbappend delete mode 100644 meta-arago-test/recipes-devtools/bpftool/bpftool-ti.inc delete mode 100644 meta-arago-test/recipes-devtools/bpftool/bpftool.bbappend diff --git a/meta-arago-test/recipes-devtools/bpftool/bpftool-native-ti.inc b/meta-arago-test/recipes-devtools/bpftool/bpftool-native-ti.inc new file mode 100644 index 00000000..213a0f4e --- /dev/null +++ b/meta-arago-test/recipes-devtools/bpftool/bpftool-native-ti.inc @@ -0,0 +1 @@ +DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map" diff --git a/meta-arago-test/recipes-devtools/bpftool/bpftool-native_%.bbappend b/meta-arago-test/recipes-devtools/bpftool/bpftool-native_%.bbappend new file mode 100644 index 00000000..3d084dcc --- /dev/null +++ b/meta-arago-test/recipes-devtools/bpftool/bpftool-native_%.bbappend @@ -0,0 +1,4 @@ +BPFTOOL_NATIVE_TI = "" +BPFTOOL_NATIVE_TI:ti-soc = "bpftool-native-ti.inc" + +require ${BPFTOOL_NATIVE_TI} diff --git a/meta-arago-test/recipes-devtools/bpftool/bpftool-ti.inc b/meta-arago-test/recipes-devtools/bpftool/bpftool-ti.inc deleted file mode 100644 index 0310ebaa..00000000 --- a/meta-arago-test/recipes-devtools/bpftool/bpftool-ti.inc +++ /dev/null @@ -1 +0,0 @@ -DEBUG_PREFIX_MAP:remove:class-native = "-fcanon-prefix-map" diff --git a/meta-arago-test/recipes-devtools/bpftool/bpftool.bbappend b/meta-arago-test/recipes-devtools/bpftool/bpftool.bbappend deleted file mode 100644 index b2dfa9d5..00000000 --- a/meta-arago-test/recipes-devtools/bpftool/bpftool.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -BPFTOOL_TI = "" -BPFTOOL_TI:ti-soc = "bpftool-ti.inc" - -require ${BPFTOOL_TI} -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16841): https://lists.yoctoproject.org/g/meta-arago/message/16841 Mute This Topic: https://lists.yoctoproject.org/mt/116562363/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
