Advertisement
davisroman

raspberrypi ostree patch

Sep 10th, 2023 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. diff -Naur a/meta-updater/recipes-sota/fit-conf/fit-conf.bb b/meta-updater/recipes-sota/fit-conf/fit-conf.bb
  2. --- a/meta-updater/recipes-sota/fit-conf/fit-conf.bb 2023-09-10 18:14:12.749785126 +0000
  3. +++ b/meta-updater/recipes-sota/fit-conf/fit-conf.bb 2023-09-10 18:14:30.857638467 +0000
  4. @@ -9,11 +9,11 @@
  5. echo -n "fit_conf=" >${D}${libdir}/fit_conf
  6.  
  7. if [ -n ${SOTA_MAIN_DTB} ]; then
  8. - echo -n "#conf@${SOTA_MAIN_DTB}" >> ${D}${libdir}/fit_conf
  9. + echo -n "#conf-${SOTA_MAIN_DTB}" >> ${D}${libdir}/fit_conf
  10. fi
  11.  
  12. for ovrl in ${SOTA_DT_OVERLAYS}; do
  13. - echo -n "#conf@overlays_${ovrl}" >> ${D}${libdir}/fit_conf
  14. + echo -n "#conf-overlays_${ovrl}" >> ${D}${libdir}/fit_conf
  15. done
  16.  
  17. for conf_frag in ${SOTA_EXTRA_CONF_FRAGS}; do
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement