All of lore.kernel.org
 help / color / mirror / Atom feed
* Is it a bug or it does not support device tree /delete-node/?
@ 2021-06-05  0:43 JH
  2021-06-05  8:45 ` [yocto] " Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: JH @ 2021-06-05  0:43 UTC (permalink / raw)
  To: yocto; +Cc: openembedded-devel, Patches and discussions about the oe-core layer

Hi,

I am building following imx6ulz-kobs.dts file to a dtb in zeus:

$ cat imx6ulz-kobs.dts

#include "imx6ulz.dts"

/{
  model = "customized imx6ull";
  compatible = "fsl,imx6ull";
};

&gpmi {
    /delete-node/ fsl,use-minimum-ecc;
};

The building process was fine, but that fsl,use-minimum-ecc in dtb was
not deleted, is it a bug or it does not support  /delete-node/?

Thank you.

- jupiter

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-06  2:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-05  0:43 Is it a bug or it does not support device tree /delete-node/? JH
2021-06-05  8:45 ` [yocto] " Quentin Schulz
2021-06-06  2:41   ` JH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.