derrenardl

Untitled

Sep 26th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. PlatformSDK renard@sfosBUILD:~/hadk$ cat /home/renard/hadk/hybris/droid-configs.log
  2. error: line 26: Unknown tag: /sdcard\
  3. error: query of specfile /home/renard/hadk/hybris/droid-configs/.mb2/spec failed, can't parse
  4. error: line 26: Unknown tag: /sdcard\
  5. error: query of specfile /home/renard/hadk/hybris/droid-configs/.mb2/spec failed, can't parse
  6. Directory walk started
  7. Directory walk done - 31 packages
  8. Temporary output repo path: /home/renard/hadk/hybris/droid-configs/.mb2/filtered-output-dir/.repodata/
  9. Preparing sqlite DBs
  10. Pool started (with 5 workers)
  11. Pool finished
  12. Entering 'no-gpg-checks' mode.
  13. Entering non-interactive mode.
  14. Verbosity: 2
  15. Initializing Target
  16. Checking whether to refresh metadata for dir:/home/renard/hadk/hybris/droid-configs/.mb2/filtered-output-dir
  17. Retrieving repository 'dir:/home/renard/hadk/hybris/droid-configs/.mb2/filtered-output-dir' metadata [.
  18. Warning: Accepting an unsigned file 'repomd.xml' from repository 'dir:/home/renard/hadk/hybris/droid-configs/.mb2/filtered-output-dir'.
  19. done]
  20. Building repository 'dir:/home/renard/hadk/hybris/droid-configs/.mb2/filtered-output-dir' cache [...done]
  21. Loading repository data...
  22. Reading installed packages...
  23. Computing distribution upgrade...
  24. Force resolution: No
  25.  
  26. The following package is going to be reinstalled:
  27. community-adaptation-localbuild
  28. 0.0.4-1
  29.  
  30. 1 package to reinstall.
  31. Overall download size: 6.9 KiB. Already cached: 0 B. No additional space will be used or freed after the operation.
  32. Continue? [y/n/v/...? shows all options] (y): y
  33. committing
  34. Retrieving: community-adaptation-localbuild-0.0.4-1.noarch (dir:/home/renard/hadk/hybris/droid-configs/.mb2/filtered-output-dir) (1/1), 6.9 KiB
  35. Header SHA256 digest: OK
  36. Header SHA1 digest: OK
  37. Payload SHA256 digest: OK
  38. MD5 digest: OK
  39. Package header is not signed!
  40.  
  41.  
  42. Checking for file conflicts: [..done]
  43. (1/1) Installing: community-adaptation-localbuild-0.0.4-1.noarch [..
  44. Removing ssu feature cache
  45. DBus unavailable, falling back to libssu
  46. add-oneshot: /usr/lib/oneshot.d/ssu-update-repos - run OK
  47. DBus unavailable, falling back to libssu
  48. add-oneshot: /usr/lib/oneshot.d/ssu-update-repos - run OK
  49. done]
  50. CommitResult (total 1, done 1, error 0, skipped 0, updateMessages 0)
  51. error: line 26: Unknown tag: /sdcard\
  52. error: query of specfile /home/renard/hadk/hybris/droid-configs/.mb2/spec failed, can't parse
  53. error: line 26: Unknown tag: /sdcard\
  54. Building target platforms: aarch64-meego-linux-gnu
  55. Building for target aarch64-meego-linux-gnu
  56.  
  57.  
  58.  
  59.  
  60.  
  61. PlatformSDK renard@sfosBUILD:~/hadk$ cat rpm/droid-hal-mi439.spec
  62. # These and other macros are documented in dhd/droid-hal-device.inc
  63. # Feel free to cleanup this file by removing comments, once you have memorised them ;)
  64.  
  65. %define device Mi439
  66. %define vendor xiaomi
  67.  
  68. %define vendor_pretty Xiaomi
  69. %define device_pretty Redmi 7a
  70.  
  71. %define installable_zip 1
  72.  
  73. %define droid_target_aarch64 1
  74.  
  75. %define straggler_files \
  76. /bugreports\
  77. /d\
  78. /dsp\
  79. /firmware\
  80. /persist\
  81. /sdcard\
  82. %{nil}
  83.  
  84. %include rpm/dhd/droid-hal-device.inc
  85.  
  86.  
  87. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  88. # sign, otherwise they will remain defined! E.g.:
  89. #define some_macro "I'll not be defined because I don't have % in front"
  90.  
  91.  
  92.  
Advertisement
Add Comment
Please, Sign In to add comment