我有两个问题。 如果有人能给我一个答案、我会很高兴。
1.在 AM437X-EVM-01.00.00.03中 、Yocto 和安装程序下载的 Linux 内核的 URL 为何存在差异?(请参阅附录)
包含安装程序的 Linux 内核的 URL) git://git.ti.com/processor-sdk/processor-sdk-linux.git
包含 Yocto 的 Linux 内核的 URL) git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git
2、哪一项是有意或无意的? 如果是有意的、为什么?
■附录
●使用安装程序确保 URL
1. curl -LO software-dl.ti.com/.../ti-processor-sdk-linux-am437x-evm-01.00.00.03-Linux-x86-Install.bin
2. chmod +x ti-processor-sdk-linux-am437x-evm-01.00.00.03-Linux-x86-Install.bin
3. ti-processor-sdk-linux-am437x-evm-01.00.00.03-Linux-x86-Install.bin
4. cd ti-processor-sdk-linux-am437x-evm-01.00.00.03/board-support/linux-3.14.43+gitAUTOINC+875c69b2c3-g875c69b
5. Git 遥控器-v
origin git://git.ti.com/processor-sdk/processor-sdk-linux.git (fetch)
origin git://git.ti.com/processor-sdk/processor-sdk-linux.git (推送)
●使用 Yocto 确保 URL
1. Git 克隆 git.ti.com/.../oe-layersetup.git
2. CD OE-layersetup
3./-f oe-layertool-setup.sh configs/processor-sdk/configs/processor-sdk/ processor-sdk-01.00.00.03-config.txt
4、Cat sources/meta-ti/recips-kernel/linux/linux-ti-staging _3.14.bb | tail -n 20
SRCREV ="e19ba3d996f22ad8cc7187b30c18347aba0d594d"
PV ="3.14.43+git${SRCPV}"
#附加到 machine_kernel_PR 以便新的 SRCREV 将导致重建
MACHINE_kernel_PR_append ="j"
PR ="${machine_kernel_pr}"
kernel_CONFIG_DIR ="${S}/ti_config_frages"
kernel_config_frages_append_ti33x ="${kernel_config_DIR}/am33xx_only"
kernel_config_frages_append_ti43x ="${kernel_config_DIR}/am43xx_only"
multi_config_base_suffix =""
kernel_GIT_URI ="git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git
kernel_GIT_Protocol ="git"
SRC_URI +="${kernel_GIT_URI};PROTOCOL=${kernel_GIT_Protocol};branch=${branch}\
文件://defconfig \