mbox series

[meta-oe,v3,0/4] add idevicerestore support

Message ID 20220331154912.1456-1-potin.lai@quantatw.com
Headers show
Series add idevicerestore support | expand

Message

Potin Lai March 31, 2022, 3:49 p.m. UTC
This patch series adds idevicerestore package and dependent libraries.

LINK: [v1] https://lore.kernel.org/all/20220329024856.27349-1-potin.lai@quantatw.com/
LINK: [v2] https://lore.kernel.org/all/20220331021648.16582-1-potin.lai@quantatw.com/

Changes v2 --> v3:
- update license to follow SPDX format
- set PV information

Changes v1 --> v2:
- add patch for libimobiledevice-glue to fix undefined bswap error

Potin Lai (4):
  libimobiledevice-glue: add recipe
  libimobiledevice-glue: fix undefined bswap error
  libirecovery: add recipe
  idevicerestore: add recipe

 ...wap32-and-bswap64-errors-for-MIPS-ma.patch | 32 +++++++++++++++++++
 .../libimobiledevice-glue_git.bb              | 20 ++++++++++++
 .../libirecovery/libirecovery_git.bb          | 17 ++++++++++
 .../idevicerestore/idevicerestore_git.bb      | 17 ++++++++++
 4 files changed, 86 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/libimobiledevice-glue/files/0001-fix-undefined-bswap32-and-bswap64-errors-for-MIPS-ma.patch
 create mode 100644 meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_git.bb
 create mode 100644 meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb
 create mode 100644 meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb