mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
linux-yocto/linux-libc-headers-yocto: Adjust to git fetcher improvements
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -89,11 +89,11 @@ do_patch() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_kernel_checkout() {
|
do_kernel_checkout() {
|
||||||
if [ -d ${WORKDIR}/.git/refs/remotes/origin ]; then
|
if [ -d ${WORKDIR}/git/.git/refs/remotes/origin ]; then
|
||||||
echo "Fixing up git directory for ${LINUX_KERNEL_TYPE}/${KMACHINE}"
|
echo "Fixing up git directory for ${LINUX_KERNEL_TYPE}/${KMACHINE}"
|
||||||
rm -rf ${S}
|
rm -rf ${S}
|
||||||
mkdir ${S}
|
mkdir ${S}
|
||||||
mv ${WORKDIR}/.git ${S}
|
mv ${WORKDIR}/git/.git ${S}
|
||||||
|
|
||||||
if [ -e ${S}/.git/packed-refs ]; then
|
if [ -e ${S}/.git/packed-refs ]; then
|
||||||
cd ${S}
|
cd ${S}
|
||||||
|
|||||||
@@ -10,8 +10,7 @@ PV = "2.6.37+git-${SRCPV}"
|
|||||||
PR = "r2"
|
PR = "r2"
|
||||||
|
|
||||||
SRCREV_FORMAT = "meta_machine"
|
SRCREV_FORMAT = "meta_machine"
|
||||||
SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;fullclone=1;branch=${KBRANCH};name=machine \
|
SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
|
||||||
git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;noclone=1;branch=meta;name=meta"
|
|
||||||
|
|
||||||
set_arch() {
|
set_arch() {
|
||||||
case ${TARGET_ARCH} in
|
case ${TARGET_ARCH} in
|
||||||
|
|||||||
@@ -17,8 +17,7 @@ PR = "r15"
|
|||||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||||
SRCREV_FORMAT = "meta_machine"
|
SRCREV_FORMAT = "meta_machine"
|
||||||
|
|
||||||
SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;fullclone=1;branch=${KBRANCH};name=machine \
|
SRC_URI = "git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta \
|
||||||
git://git.pokylinux.org/linux-yocto-2.6.37;protocol=git;noclone=1;branch=meta;name=meta \
|
|
||||||
file://tools-perf-no-scripting.patch"
|
file://tools-perf-no-scripting.patch"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro)"
|
COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro)"
|
||||||
|
|||||||
Reference in New Issue
Block a user