mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00
Merge pull request #213 from MaxKrummenacher/master
machines: follow kernel deployment changes
This commit is contained in:
commit
fb198b6334
|
@ -19,7 +19,7 @@ KERNEL_DEVICETREE:append:use-nxp-bsp = " imx6q-apalis-ixora-v1.2.dtb"
|
|||
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
|
||||
PREFERRED_RPROVIDER_u-boot-default-script = "u-boot-script-toradex"
|
||||
|
|
|
@ -17,7 +17,7 @@ KERNEL_DEVICETREE += "imx6dl-colibri-eval-v3.dtb imx6dl-colibri-cam-eval-v3.dtb
|
|||
KERNEL_DEVICETREE:use-mainline-bsp = "imx6dl-colibri-eval-v3.dtb"
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_u-boot-default-script = "u-boot-script-toradex"
|
||||
|
|
|
@ -22,7 +22,7 @@ KERNEL_DEVICETREE:append:use-nxp-bsp = " \
|
|||
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
# The kernel lives in its own ubi volume.
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
|
||||
|
|
|
@ -21,7 +21,7 @@ KERNEL_DEVICETREE:append:use-nxp-bsp = " \
|
|||
"
|
||||
|
||||
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
|
||||
PREFERRED_RPROVIDER_u-boot-default-script = "u-boot-script-toradex"
|
||||
|
|
|
@ -25,7 +25,7 @@ KERNEL_DEVICETREE:append:use-nxp-bsp = " \
|
|||
|
||||
# U-Boot of our newer release read the Kernel and device tree from static UBI
|
||||
# volumes, hence no need to deploy the kernel binary in the image itself
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
|
||||
|
|
|
@ -25,7 +25,7 @@ KERNEL_DEVICETREE:append:use-nxp-bsp = " \
|
|||
|
||||
# U-Boot of our newer release read the Kernel and device tree from static UBI volumes,
|
||||
# hence no need to deploy the kernel binary in the image itself
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
|
||||
|
|
|
@ -21,7 +21,7 @@ KERNEL_DEVICETREE = "freescale/imx8mq-nitrogen8m.dtb \
|
|||
freescale/imx8mq-nitrogen8m-edp.dtb \
|
||||
"
|
||||
KERNEL_IMAGETYPE = "Image"
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
# U-Boot configuration
|
||||
PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary"
|
||||
|
|
|
@ -25,7 +25,7 @@ KERNEL_DEVICETREE = "freescale/imx8mq-nitrogen8m.dtb \
|
|||
freescale/imx8mm-nitrogen8mm_som-tc358743.dtb \
|
||||
"
|
||||
KERNEL_IMAGETYPE = "Image"
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
# U-Boot configuration
|
||||
PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary"
|
||||
|
|
|
@ -20,7 +20,7 @@ KERNEL_DEVICETREE = "freescale/imx8mn-nitrogen8mn.dtb \
|
|||
|
||||
KERNEL_IMAGETYPE = "Image"
|
||||
KERNEL_DEFCONFIG = "boundary_defconfig"
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
# U-Boot configuration
|
||||
PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary"
|
||||
|
|
|
@ -19,7 +19,7 @@ KERNEL_DEVICETREE = "freescale/imx8mp-nitrogen8mp.dtb \
|
|||
freescale/imx8mp-nitrogen8mp-m4.dtb \
|
||||
"
|
||||
KERNEL_IMAGETYPE = "Image"
|
||||
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
# U-Boot configuration
|
||||
PREFERRED_PROVIDER_u-boot ??= "u-boot-boundary"
|
||||
|
|
Loading…
Reference in New Issue
Block a user