I have two questions. I would be happy if somebody could give me an answer.
1. In am437x-evm-01.00.00.03, why is there a difference in the URL of the Linux kernel downloaded by yocto and installer?(see appendix)
URL of linux kernel with installer) git://git.ti.com/processor-sdk/processor-sdk-linux.git
URL of linux kernel with yocto) git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git
2. Which is intentional or not about above? If it's intentional, why?
■appendix
●Ensure URL with installer
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 remote -v
origin git://git.ti.com/processor-sdk/processor-sdk-linux.git (fetch)
origin git://git.ti.com/processor-sdk/processor-sdk-linux.git (push)
●Ensure URL with yocto
1. git clone git.ti.com/.../oe-layersetup.git
2. cd oe-layersetup
3. ./oe-layertool-setup.sh -f configs/processor-sdk/configs/processor-sdk/processor-sdk-01.00.00.03-config.txt
4. cat sources/meta-ti/recipes-kernel/linux/linux-ti-staging_3.14.bb | tail -n 20
SRCREV = "e19ba3d996f22ad8cc7187b30c18347aba0d594d"
PV = "3.14.43+git${SRCPV}"
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
MACHINE_KERNEL_PR_append = "j"
PR = "${MACHINE_KERNEL_PR}"
KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"
KERNEL_CONFIG_FRAGMENTS_append_ti33x = " ${KERNEL_CONFIG_DIR}/am33xx_only.cfg"
KERNEL_CONFIG_FRAGMENTS_append_ti43x = " ${KERNEL_CONFIG_DIR}/am43xx_only.cfg"
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} \
file://defconfig \