diff options
| -rw-r--r-- | meta-fsl-arm/conf/machine/ls1021aqds.conf | 2 | ||||
| -rw-r--r-- | meta-fsl-arm/conf/machine/ls1021atwr.conf | 2 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-ls1.inc | 4 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-ls1_3.12.bb | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/meta-fsl-arm/conf/machine/ls1021aqds.conf b/meta-fsl-arm/conf/machine/ls1021aqds.conf index d65919670..24ee6df1c 100644 --- a/meta-fsl-arm/conf/machine/ls1021aqds.conf +++ b/meta-fsl-arm/conf/machine/ls1021aqds.conf | |||
| @@ -15,7 +15,7 @@ UBOOT_CONFIG[qspi] = "ls1021aqds_qspi_config" | |||
| 15 | UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config" | 15 | UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot_config" |
| 16 | UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config" | 16 | UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config" |
| 17 | 17 | ||
| 18 | KERNEL_DEVICETREE = "ls1021aqds.dtb" | 18 | KERNEL_DEVICETREE = "ls1021a-qds.dtb" |
| 19 | 19 | ||
| 20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" | 20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" |
| 21 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 21 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
diff --git a/meta-fsl-arm/conf/machine/ls1021atwr.conf b/meta-fsl-arm/conf/machine/ls1021atwr.conf index e549ac30b..1d46f989a 100644 --- a/meta-fsl-arm/conf/machine/ls1021atwr.conf +++ b/meta-fsl-arm/conf/machine/ls1021atwr.conf | |||
| @@ -15,7 +15,7 @@ UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" | |||
| 15 | UBOOT_CONFIG[lpuart] = "ls1021atwr_lpuart_config" | 15 | UBOOT_CONFIG[lpuart] = "ls1021atwr_lpuart_config" |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | KERNEL_DEVICETREE ?= "ls1021atwr.dtb" | 18 | KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" |
| 19 | 19 | ||
| 20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" | 20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" |
| 21 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 21 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-ls1.inc b/meta-fsl-arm/recipes-kernel/linux/linux-ls1.inc index 72be73814..cd8398e38 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-ls1.inc +++ b/meta-fsl-arm/recipes-kernel/linux/linux-ls1.inc | |||
| @@ -2,9 +2,9 @@ LICENSE = "GPLv2" | |||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
| 3 | 3 | ||
| 4 | inherit kernel fsl-kernel-localversion | 4 | inherit kernel fsl-kernel-localversion |
| 5 | LOCALVERSION ?= "-${SRCBRANCH}" | 5 | LOCALVERSION ?= "+ls1" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://git.freescale.com/layerscape/ls1021a/linux.git;branch=${SRCBRANCH} \ | 7 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=${SRCBRANCH} \ |
| 8 | file://defconfig \ | 8 | file://defconfig \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-ls1_3.12.bb b/meta-fsl-arm/recipes-kernel/linux/linux-ls1_3.12.bb index 4e1e85b78..c33485c4d 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-ls1_3.12.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-ls1_3.12.bb | |||
| @@ -5,7 +5,7 @@ Layerscape1 Family Boards. " | |||
| 5 | require recipes-kernel/linux/linux-ls1.inc | 5 | require recipes-kernel/linux/linux-ls1.inc |
| 6 | require recipes-kernel/linux/linux-dtb.inc | 6 | require recipes-kernel/linux/linux-dtb.inc |
| 7 | 7 | ||
| 8 | SRCBRANCH = "ls1-dev" | 8 | SRCBRANCH = "sdk-v1.7.x" |
| 9 | SRCREV = "3ced9e82f9f3f7b232bea0bd18c9a62572c06b44" | 9 | SRCREV = "6619b8b55796cdf0cec04b66a71288edd3057229" |
| 10 | 10 | ||
| 11 | COMPATIBLE_MACHINE = "(ls102xa)" | 11 | COMPATIBLE_MACHINE = "(ls102xa)" |
