generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
18
package/uuu/Config.in.host
Normal file
18
package/uuu/Config.in.host
Normal file
@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_HOST_UUU
|
||||
bool "host uuu"
|
||||
depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
|
||||
help
|
||||
UUU (Universal Update Utility) is Freescale/NXP I.MX Chip
|
||||
image deploy tool. UUU is an evolution of MFGTools
|
||||
(aka MFGTools v3).
|
||||
|
||||
To be able to run uuu without root privileges, execute the
|
||||
following steps:
|
||||
|
||||
sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules"
|
||||
sudo udevadm control --reload
|
||||
|
||||
https://github.com/NXPmicro/mfgtools
|
||||
|
||||
comment "host uuu needs a toolchain w/ host gcc >= 4.9"
|
||||
depends on !BR2_HOST_GCC_AT_LEAST_4_9
|
||||
13
package/uuu/readme.txt
Normal file
13
package/uuu/readme.txt
Normal file
@ -0,0 +1,13 @@
|
||||
uuu Howto
|
||||
=========
|
||||
|
||||
Running uuu without root privileges
|
||||
-----------------------------------
|
||||
|
||||
Accessing USB devices on Linux requires root privileges by default.
|
||||
To be able to run uuu without root priviles, execute the following
|
||||
steps:
|
||||
|
||||
sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules"
|
||||
sudo udevadm control --reload
|
||||
|
||||
4
package/uuu/uuu.hash
Normal file
4
package/uuu/uuu.hash
Normal file
@ -0,0 +1,4 @@
|
||||
# locally computed
|
||||
sha256 9fcfe317c379be1e274aae34c19e1fd57188107f8fd0cdd379fe4473aacc92b1 uuu_source-1.4.243.tar.gz
|
||||
sha256 cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495 LICENSE
|
||||
sha256 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8 README.md
|
||||
14
package/uuu/uuu.mk
Normal file
14
package/uuu/uuu.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# uuu
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UUU_VERSION = 1.4.243
|
||||
UUU_SOURCE = uuu_source-$(UUU_VERSION).tar.gz
|
||||
UUU_SITE = https://github.com/NXPmicro/mfgtools/releases/download/uuu_$(UUU_VERSION)
|
||||
UUU_LICENSE = BSD 3-Clause "New" or "Revised" License
|
||||
UUU_LICENSE_FILES = LICENSE README.md
|
||||
HOST_UUU_DEPENDENCIES = host-bzip2 host-openssl host-zlib host-libusb host-zstd
|
||||
|
||||
$(eval $(host-cmake-package))
|
||||
Reference in New Issue
Block a user