Skip to content

Commit

Permalink
Add shared-scripts and normal/recovery mode usb scripts into the sett…
Browse files Browse the repository at this point in the history
…ings and remove the old usb init files
  • Loading branch information
Biktor authored and Biktor committed Oct 7, 2020
1 parent 9ddd06d commit 3be5c02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tools/config/poky/recovery.conf
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ CONF_VERSION = "1"
CORE_IMAGE_EXTRA_INSTALL += "lzo "
CORE_IMAGE_EXTRA_INSTALL += "libmcrypt "
CORE_IMAGE_EXTRA_INSTALL += "android-tools "
CORE_IMAGE_EXTRA_INSTALL += "usb-scripts "
CORE_IMAGE_EXTRA_INSTALL += "shared-scripts "
CORE_IMAGE_EXTRA_INSTALL += "usb-recoveryboot "
CORE_IMAGE_EXTRA_INSTALL += "kernel-modules "
CORE_IMAGE_EXTRA_INSTALL += "mtd-utils mtd-utils-ubifs "
CORE_IMAGE_EXTRA_INSTALL += "util-linux-cfdisk util-linux-fdisk util-linux-losetup util-linux-mkfs "
Expand Down
3 changes: 2 additions & 1 deletion tools/config/poky/rootfs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ CONF_VERSION = "1"
CORE_IMAGE_EXTRA_INSTALL += "lzo "
CORE_IMAGE_EXTRA_INSTALL += "libmcrypt "
CORE_IMAGE_EXTRA_INSTALL += "android-tools "
CORE_IMAGE_EXTRA_INSTALL += "usb-scripts "
CORE_IMAGE_EXTRA_INSTALL += "shared-scripts "
CORE_IMAGE_EXTRA_INSTALL += "usb-normalboot "
CORE_IMAGE_EXTRA_INSTALL += "kernel-modules "
CORE_IMAGE_EXTRA_INSTALL += "mtd-utils mtd-utils-ubifs "
CORE_IMAGE_EXTRA_INSTALL += "dbus "
Expand Down

0 comments on commit 3be5c02

Please sign in to comment.