diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-04-20 03:47:32 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-19 18:05:33 -0400 |
| commit | 4b74d640a29bfc05a471d72d1e371385a5f8e16f (patch) | |
| tree | f1787897fd5117f1e2799d7c8fbf876cbba9c135 /conf/machine/include | |
| parent | 1061600edebabbe146562a13ba7b744078988cc4 (diff) | |
| download | meta-ti-4b74d640a29bfc05a471d72d1e371385a5f8e16f.tar.gz | |
conf: update old machines to use linux-ti-staging and u-boot-ti-staging
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/davinci.inc | 9 | ||||
| -rw-r--r-- | conf/machine/include/omap3.inc | 9 | ||||
| -rw-r--r-- | conf/machine/include/omap4.inc | 3 |
3 files changed, 12 insertions, 9 deletions
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 9f90f24b..59e423d7 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc | |||
| @@ -1,12 +1,13 @@ | |||
| 1 | require conf/machine/include/tune-arm926ejs.inc | 1 | require conf/machine/include/tune-arm926ejs.inc |
| 2 | 2 | ||
| 3 | # Increase this everytime you change something in the kernel | 3 | # Increase this everytime you change something in the kernel |
| 4 | MACHINE_KERNEL_PR = "r53" | 4 | MACHINE_KERNEL_PR = "r54" |
| 5 | 5 | ||
| 6 | KERNEL_IMAGETYPE = "uImage" | 6 | KERNEL_IMAGETYPE = "zImage" |
| 7 | 7 | ||
| 8 | PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" | 8 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
| 9 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 9 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
| 10 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
| 10 | 11 | ||
| 11 | UBOOT_MACHINE = "davinci_dvevm_config" | 12 | UBOOT_MACHINE = "davinci_dvevm_config" |
| 12 | 13 | ||
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index f83bfa22..3a841409 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
| @@ -17,13 +17,14 @@ XSERVER = "xserver-xorg \ | |||
| 17 | MACHINE_GUI_CLASS = "bigscreen" | 17 | MACHINE_GUI_CLASS = "bigscreen" |
| 18 | 18 | ||
| 19 | # Increase this everytime you change something in the kernel | 19 | # Increase this everytime you change something in the kernel |
| 20 | MACHINE_KERNEL_PR = "r126" | 20 | MACHINE_KERNEL_PR = "r127" |
| 21 | 21 | ||
| 22 | KERNEL_IMAGETYPE = "uImage" | 22 | KERNEL_IMAGETYPE = "zImage" |
| 23 | 23 | ||
| 24 | # Default providers, may need to override for specific machines | 24 | # Default providers, may need to override for specific machines |
| 25 | PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" | 25 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
| 26 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 26 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
| 27 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
| 27 | 28 | ||
| 28 | UBOOT_ARCH = "arm" | 29 | UBOOT_ARCH = "arm" |
| 29 | UBOOT_MACHINE = "omap3_evm_config" | 30 | UBOOT_MACHINE = "omap3_evm_config" |
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index 1657326e..deb33169 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc | |||
| @@ -6,6 +6,7 @@ require conf/machine/include/tune-cortexa9.inc | |||
| 6 | 6 | ||
| 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | 7 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" |
| 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
| 9 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
| 9 | 10 | ||
| 10 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 11 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 11 | XSERVER = "xserver-xorg \ | 12 | XSERVER = "xserver-xorg \ |
| @@ -14,7 +15,7 @@ XSERVER = "xserver-xorg \ | |||
| 14 | xf86-video-omap" | 15 | xf86-video-omap" |
| 15 | 16 | ||
| 16 | # Increase this everytime you change something in the kernel | 17 | # Increase this everytime you change something in the kernel |
| 17 | MACHINE_KERNEL_PR = "r3" | 18 | MACHINE_KERNEL_PR = "r4" |
| 18 | 19 | ||
| 19 | KERNEL_IMAGETYPE = "zImage" | 20 | KERNEL_IMAGETYPE = "zImage" |
| 20 | 21 | ||
