a249206e10
Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com> [Thomas: - Rename prompt from "host-mxsldr" to "host mxsldr". - Add BR2_armeb in the list of architectures under which this package can be enabled. - Remove double quotes around the _SITE value. - The license is GPLv2+, not GPLv2. - Add a value for the _LICENSE_FILES variable - Rename MXSLDR_DEPENDENCIES to HOST_MXSLDR_DEPENDENCIES, since the dependencies of the host package are no longer derived from the dependencies of the target package. - Remove the MXSLDR_MAKE_OPTS variable that contained the PKG_CONFIG variable definition: it is already passed in HOST_CONFIGURE_OPTS. - Remove hash file, as it is not checked on Git packages for now.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
menu "Host utilities"
|
|
|
|
source "package/aespipe/Config.in.host"
|
|
source "package/android-tools/Config.in.host"
|
|
source "package/cbootimage/Config.in.host"
|
|
source "package/checkpolicy/Config.in.host"
|
|
source "package/cramfs/Config.in.host"
|
|
source "package/dfu-util/Config.in.host"
|
|
source "package/dos2unix/Config.in.host"
|
|
source "package/dosfstools/Config.in.host"
|
|
source "package/dtc/Config.in.host"
|
|
source "package/e2fsprogs/Config.in.host"
|
|
source "package/e2tools/Config.in.host"
|
|
source "package/faketime/Config.in.host"
|
|
source "package/fwup/Config.in.host"
|
|
source "package/genext2fs/Config.in.host"
|
|
source "package/genimage/Config.in.host"
|
|
source "package/genpart/Config.in.host"
|
|
source "package/go/Config.in.host"
|
|
source "package/gptfdisk/Config.in.host"
|
|
source "package/imx-usb-loader/Config.in.host"
|
|
source "package/jq/Config.in.host"
|
|
source "package/jsmin/Config.in.host"
|
|
source "package/lpc3250loader/Config.in.host"
|
|
source "package/mke2img/Config.in.host"
|
|
source "package/mtd/Config.in.host"
|
|
source "package/mtools/Config.in.host"
|
|
source "package/mxsldr/Config.in.host"
|
|
source "package/omap-u-boot-utils/Config.in.host"
|
|
source "package/openocd/Config.in.host"
|
|
source "package/parted/Config.in.host"
|
|
source "package/patchelf/Config.in.host"
|
|
source "package/pwgen/Config.in.host"
|
|
source "package/qemu/Config.in.host"
|
|
source "package/sam-ba/Config.in.host"
|
|
source "package/squashfs/Config.in.host"
|
|
source "package/sunxi-tools/Config.in.host"
|
|
source "package/tegrarcm/Config.in.host"
|
|
source "package/uboot-tools/Config.in.host"
|
|
source "package/util-linux/Config.in.host"
|
|
source "package/vboot-utils/Config.in.host"
|
|
source "package/xorriso/Config.in.host"
|
|
source "package/zip/Config.in.host"
|
|
|
|
endmenu
|