diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2018-02-06 06:04:13 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-02-05 20:10:01 -0500 |
| commit | 9241725cc06eb4657115df7caa52312d46329395 (patch) | |
| tree | d6000f4dc2bab1c137ae8b7960102d2584c32076 | |
| parent | 76afd766bd021a37345d798b0fa104efb8432fd5 (diff) | |
| download | meta-ti-9241725cc06eb4657115df7caa52312d46329395.tar.gz | |
linux-ti-staging: support multiple kernel packages with KERNEL_PACKAGE_NAME
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.9.bb | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb index 467cddca..4cde7d34 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.9.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.9.bb | |||
| @@ -13,40 +13,40 @@ require recipes-kernel/linux/ti-uio.inc | |||
| 13 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" | 13 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:" |
| 14 | 14 | ||
| 15 | # Pull in the devicetree files into the rootfs | 15 | # Pull in the devicetree files into the rootfs |
| 16 | RDEPENDS_kernel-base += "kernel-devicetree" | 16 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base += "kernel-devicetree" |
| 17 | 17 | ||
| 18 | # Add run-time dependency for PM firmware to the rootfs | 18 | # Add run-time dependency for PM firmware to the rootfs |
| 19 | RDEPENDS_kernel-base_append_ti33x = " amx3-cm3" | 19 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti33x = " amx3-cm3" |
| 20 | RDEPENDS_kernel-base_append_ti43x = " amx3-cm3" | 20 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_ti43x = " amx3-cm3" |
| 21 | 21 | ||
| 22 | # Add run-time dependency for VPE VPDMA firmware to the rootfs | 22 | # Add run-time dependency for VPE VPDMA firmware to the rootfs |
| 23 | RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw" | 23 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_dra7xx = " vpdma-fw" |
| 24 | 24 | ||
| 25 | # Add run-time dependency for Goodix firmware to the rootfs | 25 | # Add run-time dependency for Goodix firmware to the rootfs |
| 26 | RDEPENDS_kernel-base_append_dra7xx = " goodix-fw" | 26 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_dra7xx = " goodix-fw" |
| 27 | 27 | ||
| 28 | # Install boot-monitor skern file into /boot dir of rootfs | 28 | # Install boot-monitor skern file into /boot dir of rootfs |
| 29 | RDEPENDS_kernel-base_append_keystone = " boot-monitor" | 29 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_keystone = " boot-monitor" |
| 30 | 30 | ||
| 31 | # Install ti-sci-fw into /boot dir of rootfs | 31 | # Install ti-sci-fw into /boot dir of rootfs |
| 32 | RDEPENDS_kernel-base_append_k2g = " ti-sci-fw" | 32 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " ti-sci-fw" |
| 33 | 33 | ||
| 34 | # Add run-time dependency for SerDes firmware to the rootfs | 34 | # Add run-time dependency for SerDes firmware to the rootfs |
| 35 | RDEPENDS_kernel-base_append_keystone = " serdes-fw" | 35 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_keystone = " serdes-fw" |
| 36 | 36 | ||
| 37 | # Add run-time dependency for QMSS PDSP firmware to the rootfs | 37 | # Add run-time dependency for QMSS PDSP firmware to the rootfs |
| 38 | RDEPENDS_kernel-base_append_keystone = " qmss-pdsp-fw" | 38 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_keystone = " qmss-pdsp-fw" |
| 39 | 39 | ||
| 40 | # Add run-time dependency for NETCP PA firmware to the rootfs | 40 | # Add run-time dependency for NETCP PA firmware to the rootfs |
| 41 | RDEPENDS_kernel-base_append_k2hk = " netcp-pa-fw" | 41 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2hk = " netcp-pa-fw" |
| 42 | RDEPENDS_kernel-base_append_k2e = " netcp-pa-fw" | 42 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2e = " netcp-pa-fw" |
| 43 | RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw" | 43 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2l-evm = " netcp-pa-fw" |
| 44 | 44 | ||
| 45 | # Add run-time dependency for PRU Ethernet firmware to the rootfs | 45 | # Add run-time dependency for PRU Ethernet firmware to the rootfs |
| 46 | RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw" | 46 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-evm = " prueth-fw" |
| 47 | RDEPENDS_kernel-base_append_am437x-evm = " prueth-fw" | 47 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am437x-evm = " prueth-fw" |
| 48 | RDEPENDS_kernel-base_append_am335x-evm = " prueth-fw" | 48 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am335x-evm = " prueth-fw" |
| 49 | RDEPENDS_kernel-base_append_k2g = " prueth-fw" | 49 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw" |
| 50 | 50 | ||
| 51 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | 51 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" |
| 52 | 52 | ||
