<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: user bitbake build system</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/user-bitbake-build-system/m-p/1461197#M190594</link>
    <description>&lt;P&gt;This url is correct, i think this should releate to your network environment.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.47_2.2.0&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 20 May 2022 02:02:34 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2022-05-20T02:02:34Z</dc:date>
    <item>
      <title>user bitbake build system</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/user-bitbake-build-system/m-p/1461010#M190580</link>
      <description>&lt;P&gt;I use yocto build system,&lt;BR /&gt;Use the command:&lt;BR /&gt;DISTRO=fsl-imx-fb MACHINE=imx6ull14x14evk source imx-setup-release.sh -b build&lt;/P&gt;&lt;P&gt;Automatically enter the build folder and use the command:&lt;/P&gt;&lt;P&gt;bitbake imx-image-multimedia&lt;/P&gt;&lt;P&gt;But the linux-imx-headers-5.4-r0 file has not been found&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;linux-imx-headers-5.4-r0 do_fetch - 1h57m28s&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The following content is in the &lt;STRONG&gt;linux-imx-headers_5.4.bb&lt;/STRONG&gt; file，is the download URL in this file wrong?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;# Copyright 2017-2020 NXP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;# Released under the MIT license (see COPYING.MIT for the terms)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SUMMARY = "Installs i.MX-specific kernel headers"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;DESCRIPTION = "Installs i.MX-specific kernel headers to userspace. \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;New headers are installed in ${includedir}/imx."&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LICENSE = "GPLv2"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SRCBRANCH = "imx_5.4.47_2.2.0"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOCALVERSION = "-2.2.0"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SRC_URI = "${KERNEL_SRC};branch=${SRCBRANCH}"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SRCREV = "dea2fede7e024ee7029b13e8d82a00ec14427777"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;S = "${WORKDIR}/git"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;do_compile[noexec] = "1"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IMX_UAPI_HEADERS = " \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;dma-buf.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;hantrodec.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;hx280enc.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ion.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ipu.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;isl29023.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;mxc_asrc.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;mxc_dcic.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;mxc_mlb.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;mxc_sim_interface.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;mxc_v4l2.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;mxcfb.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;pxp_device.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;pxp_dma.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;videodev2.h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;do_install() {&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;# We install all headers inside of B so we can copy only the&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;# whitelisted ones, and there is no risk of a new header to be&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;# installed by mistake.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;oe_runmake headers_install INSTALL_HDR_PATH=${B}${exec_prefix}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;# FIXME: The ion.h is still on staging so "promote" it for now&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;cp ${S}/drivers/staging/android/uapi/ion.h ${B}${includedir}/linux&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;# Install whitelisted headers only&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;for h in ${IMX_UAPI_HEADERS}; do&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;install -D -m 0644 ${B}${includedir}/linux/$h \&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;${D}${includedir}/imx/linux/$h&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;done&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ALLOW_EMPTY_${PN} = "1"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PACKAGE_ARCH = "${MACHINE_SOCARCH}"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 15:12:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/user-bitbake-build-system/m-p/1461010#M190580</guid>
      <dc:creator>2318516618</dc:creator>
      <dc:date>2022-05-19T15:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: user bitbake build system</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/user-bitbake-build-system/m-p/1461197#M190594</link>
      <description>&lt;P&gt;This url is correct, i think this should releate to your network environment.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.47_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.47_2.2.0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 02:02:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/user-bitbake-build-system/m-p/1461197#M190594</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2022-05-20T02:02:34Z</dc:date>
    </item>
  </channel>
</rss>

