[RFC PATCH openbmc v3 4/8] linux-obmc: Allow processing of multiple device trees

Patrick Williams patrick at stwcx.xyz
Tue May 17 06:18:00 AEST 2016


Suggest submitting this upstream to yocto.

On Wed, Mar 23, 2016 at 06:33:31PM +1030, Andrew Jeffery wrote:
> Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
> ---
>  meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
> index 3e74f7c..05dff55 100644
> --- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
> +++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
> @@ -20,7 +20,7 @@ inherit kernel
>  require recipes-kernel/linux/linux-yocto.inc
>  
>  do_patch_append() {
> -        for DTB in "${KERNEL_DEVICETREE}"; do
> +        for DTB in ${KERNEL_DEVICETREE}; do
>  		DT=`basename ${DTB} .dtb`
>                  if [ -r "${WORKDIR}/${DT}.dts" ]; then
>                          cp ${WORKDIR}/${DT}.dts \
> -- 
> 2.5.0
> 
> _______________________________________________
> openbmc mailing list
> openbmc at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc

-- 
Patrick Williams
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20160516/744dc309/attachment.sig>


More information about the openbmc mailing list