mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
freescale: Create the board/freescale/common/imx/ directory
In order to have a better hierarchy for the genimage scripts used by NXP mx25, mx51, mx53, mx6, mx7 SoCs, let's place them inside the board/freescale/common/imx/ directory. This helps in creating a more natural separation between the mxs scripts that are placed inside the board/freescale/common/mxs/ directory. Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
177bbf6566
commit
e3f6475801
@ -35,7 +35,7 @@ main()
|
|||||||
local GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
|
local GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
|
||||||
|
|
||||||
sed -e "s/%FILES%/${FILES}/" \
|
sed -e "s/%FILES%/${FILES}/" \
|
||||||
board/freescale/common/genimage.cfg.template > ${GENIMAGE_CFG}
|
board/freescale/common/imx/genimage.cfg.template > ${GENIMAGE_CFG}
|
||||||
|
|
||||||
rm -rf "${GENIMAGE_TMP}"
|
rm -rf "${GENIMAGE_TMP}"
|
||||||
|
|
@ -40,7 +40,7 @@ command as root:
|
|||||||
*** WARNING! This will destroy all the card content. Use with care! ***
|
*** WARNING! This will destroy all the card content. Use with care! ***
|
||||||
|
|
||||||
For details about the medium image layout, see the definition in
|
For details about the medium image layout, see the definition in
|
||||||
board/freescale/common/genimage.cfg.template.
|
board/freescale/common/imx/genimage.cfg.template.
|
||||||
|
|
||||||
Boot the i.MX25 PDK board
|
Boot the i.MX25 PDK board
|
||||||
=========================
|
=========================
|
||||||
|
@ -40,7 +40,7 @@ command as root:
|
|||||||
*** WARNING! This will destroy all the card content. Use with care! ***
|
*** WARNING! This will destroy all the card content. Use with care! ***
|
||||||
|
|
||||||
For details about the medium image layout, see the definition in
|
For details about the medium image layout, see the definition in
|
||||||
board/freescale/common/genimage.cfg.template.
|
board/freescale/common/imx/genimage.cfg.template.
|
||||||
|
|
||||||
Boot the i.MX51 EVK board
|
Boot the i.MX51 EVK board
|
||||||
=========================
|
=========================
|
||||||
|
@ -71,7 +71,7 @@ command as root:
|
|||||||
*** WARNING! The script will destroy all the card content. Use with care! ***
|
*** WARNING! The script will destroy all the card content. Use with care! ***
|
||||||
|
|
||||||
For details about the medium image layout, see the definition in
|
For details about the medium image layout, see the definition in
|
||||||
board/freescale/common/genimage.cfg.template.
|
board/freescale/common/imx/genimage.cfg.template.
|
||||||
|
|
||||||
Boot the SABRE board
|
Boot the SABRE board
|
||||||
====================
|
====================
|
||||||
|
@ -43,7 +43,7 @@ command as root:
|
|||||||
*** WARNING! This will destroy all the card content. Use with care! ***
|
*** WARNING! This will destroy all the card content. Use with care! ***
|
||||||
|
|
||||||
For details about the medium image layout, see the definition in
|
For details about the medium image layout, see the definition in
|
||||||
board/freescale/common/genimage.cfg.template.
|
board/freescale/common/imx/genimage.cfg.template.
|
||||||
|
|
||||||
Boot the i.MX6UL EVK board
|
Boot the i.MX6UL EVK board
|
||||||
=========================
|
=========================
|
||||||
|
@ -40,7 +40,7 @@ command as root:
|
|||||||
*** WARNING! This will destroy all the card content. Use with care! ***
|
*** WARNING! This will destroy all the card content. Use with care! ***
|
||||||
|
|
||||||
For details about the medium image layout, see the definition in
|
For details about the medium image layout, see the definition in
|
||||||
board/freescale/common/genimage.cfg.template.
|
board/freescale/common/imx/genimage.cfg.template.
|
||||||
|
|
||||||
Boot the i.MX7D SDB board
|
Boot the i.MX7D SDB board
|
||||||
=========================
|
=========================
|
||||||
|
@ -46,7 +46,7 @@ command as root:
|
|||||||
*** WARNING! This will destroy all the card content. Use with care! ***
|
*** WARNING! This will destroy all the card content. Use with care! ***
|
||||||
|
|
||||||
For details about the medium image layout, see the definition in
|
For details about the medium image layout, see the definition in
|
||||||
board/freescale/common/genimage.cfg.template.
|
board/freescale/common/imx/genimage.cfg.template.
|
||||||
|
|
||||||
Boot the i.MX6UL Pico board
|
Boot the i.MX6UL Pico board
|
||||||
=========================
|
=========================
|
||||||
|
@ -21,7 +21,7 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|||||||
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-sabreauto"
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-sabreauto"
|
||||||
|
|
||||||
# filesystem
|
# filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|||||||
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-sabresd"
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-sabresd"
|
||||||
|
|
||||||
# filesystem
|
# filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
|
|
||||||
# required tools to create the microSD image
|
# required tools to create the microSD image
|
||||||
|
@ -21,7 +21,7 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|||||||
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabreauto"
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabreauto"
|
||||||
|
|
||||||
# filesystem
|
# filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|||||||
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6q-sabresd"
|
||||||
|
|
||||||
# filesystem
|
# filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|||||||
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sl-evk"
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sl-evk"
|
||||||
|
|
||||||
# filesystem
|
# filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
|
|
||||||
# required tools to create the microSD image
|
# required tools to create the microSD image
|
||||||
|
@ -21,7 +21,7 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|||||||
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sx-sdb"
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sx-sdb"
|
||||||
|
|
||||||
# filesystem
|
# filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
|
|
||||||
# required tools to create the microSD image
|
# required tools to create the microSD image
|
||||||
|
@ -31,6 +31,6 @@ BR2_PACKAGE_HOST_GENIMAGE=y
|
|||||||
BR2_PACKAGE_HOST_MTOOLS=y
|
BR2_PACKAGE_HOST_MTOOLS=y
|
||||||
|
|
||||||
# filesystem / image
|
# filesystem / image
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
|
@ -33,4 +33,4 @@ BR2_TARGET_UBOOT_FORMAT_IMX=y
|
|||||||
BR2_PACKAGE_HOST_DOSFSTOOLS=y
|
BR2_PACKAGE_HOST_DOSFSTOOLS=y
|
||||||
BR2_PACKAGE_HOST_GENIMAGE=y
|
BR2_PACKAGE_HOST_GENIMAGE=y
|
||||||
BR2_PACKAGE_HOST_MTOOLS=y
|
BR2_PACKAGE_HOST_MTOOLS=y
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
|
@ -45,6 +45,6 @@ BR2_PACKAGE_HOST_GENIMAGE=y
|
|||||||
BR2_PACKAGE_HOST_MTOOLS=y
|
BR2_PACKAGE_HOST_MTOOLS=y
|
||||||
|
|
||||||
# filesystem / image
|
# filesystem / image
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
|
@ -14,7 +14,7 @@ BR2_PACKAGE_HOST_GENIMAGE=y
|
|||||||
BR2_PACKAGE_HOST_MTOOLS=y
|
BR2_PACKAGE_HOST_MTOOLS=y
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ BR2_PACKAGE_HOST_GENIMAGE=y
|
|||||||
BR2_PACKAGE_HOST_MTOOLS=y
|
BR2_PACKAGE_HOST_MTOOLS=y
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ BR2_PACKAGE_HOST_GENIMAGE=y
|
|||||||
BR2_PACKAGE_HOST_MTOOLS=y
|
BR2_PACKAGE_HOST_MTOOLS=y
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ BR2_PACKAGE_WPA_SUPPLICANT=y
|
|||||||
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
|
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ BR2_PACKAGE_HOST_DFU_UTIL=y
|
|||||||
BR2_PACKAGE_HOST_IMX_USB_LOADER=y
|
BR2_PACKAGE_HOST_IMX_USB_LOADER=y
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
|
||||||
BR2_TARGET_ROOTFS_EXT2=y
|
BR2_TARGET_ROOTFS_EXT2=y
|
||||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user