mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-14 21:39:39 +00:00
* apply latest patchset * bump PR * catch up and sync with linux-yocto (wip) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
14 lines
592 B
BlitzBasic
14 lines
592 B
BlitzBasic
require linux-kexecboot.inc
|
|
|
|
PR = "${INC_PR}.4"
|
|
S = "${WORKDIR}/linux-${PV}"
|
|
|
|
SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \
|
|
${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.9.bz2;apply=yes;name=stablepatch \
|
|
"
|
|
|
|
SRC_URI[kernel.md5sum] = "7ceb61f87c097fc17509844b71268935"
|
|
SRC_URI[kernel.sha256sum] = "c881fc2b53cf0da7ca4538aa44623a7de043a41f76fd5d0f51a31f6ed699d463"
|
|
SRC_URI[stablepatch.md5sum] = "4610f3e62a5446422d1e81a90ab3cd06"
|
|
SRC_URI[stablepatch.sha256sum] = "7836685dee161a4ffaf887b8e2f8dd3cb7712e690d0942fefb1db09bb6ad3871"
|