mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
linux: set PR from MACHINE_KERNEL_PR, bypass machine_kernel_pr.bbclass from meta-oe
Essentially, machine_kernel_pr.bbclass does this one line assignment, but introduces a new unnecessary dependency on meta-openembedded/meta-oe layer. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -14,6 +14,7 @@ require setup-defconfig.inc
|
||||
# The main PR is now using MACHINE_KERNEL_PR, for beagleboard see
|
||||
# conf/machine/include/omap3.inc
|
||||
MACHINE_KERNEL_PR_append = "b+gitr${SRCREV}"
|
||||
PR = "${MACHINE_KERNEL_PR}"
|
||||
|
||||
BRANCH = "linux-3.3.y"
|
||||
SRCREV = "v3.3.7"
|
||||
|
||||
Reference in New Issue
Block a user