From b26a07de4fe75d1099e844321257b6c57a7ffb98 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 15 Nov 2011 16:03:54 +0100 Subject: [PATCH] linux-ti33x-psp 3.1: switch to beagleboard repo Signed-off-by: Koen Kooi --- conf/machine/include/ti33x.inc | 2 +- .../linux/linux-ti33x-psp-3.1/beaglebone/defconfig | 8 +++++--- recipes-kernel/linux/linux-ti33x-psp_3.1.bb | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 7cc694f..3807fbb 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc @@ -3,7 +3,7 @@ SOC_FAMILY = "ti33x" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r1" +MACHINE_KERNEL_PR = "r2" KERNEL_IMAGETYPE = "uImage" diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.1/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.1/beaglebone/defconfig index f1a014c..c29060f 100644 --- a/recipes-kernel/linux/linux-ti33x-psp-3.1/beaglebone/defconfig +++ b/recipes-kernel/linux/linux-ti33x-psp-3.1/beaglebone/defconfig @@ -990,7 +990,7 @@ CONFIG_MISC_DEVICES=y # CONFIG_HMC6352 is not set # CONFIG_DS1682 is not set # CONFIG_TI_DAC7512 is not set -# CONFIG_BMP085 is not set +CONFIG_BMP085=m # CONFIG_USB_SWITCH_FSA9480 is not set # CONFIG_C2PORT is not set @@ -1390,7 +1390,9 @@ CONFIG_INPUT_TWL4030_PWRBUTTON=y # CONFIG_INPUT_UINPUT is not set # CONFIG_INPUT_PCF8574 is not set # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set -# CONFIG_INPUT_ADXL34X is not set +CONFIG_INPUT_ADXL34X=m +CONFIG_INPUT_ADXL34X_I2C=m +CONFIG_INPUT_ADXL34X_SPI=m # CONFIG_INPUT_CMA3000 is not set # @@ -1703,7 +1705,7 @@ CONFIG_HWMON=y # CONFIG_SENSORS_ADS7871 is not set # CONFIG_SENSORS_AMC6821 is not set # CONFIG_SENSORS_THMC50 is not set -# CONFIG_SENSORS_TMP102 is not set +CONFIG_SENSORS_TMP102=m # CONFIG_SENSORS_TMP401 is not set # CONFIG_SENSORS_TMP421 is not set # CONFIG_SENSORS_VT1211 is not set diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.1.bb b/recipes-kernel/linux/linux-ti33x-psp_3.1.bb index bbe66ff..096fbb2 100644 --- a/recipes-kernel/linux/linux-ti33x-psp_3.1.bb +++ b/recipes-kernel/linux/linux-ti33x-psp_3.1.bb @@ -9,9 +9,9 @@ S = "${WORKDIR}/git" MULTI_CONFIG_BASE_SUFFIX = "" -BRANCH = "v3.1-staging" +BRANCH = "v3.1-meta-ti-r1r+gitr1d84d8853fa30cf3db2571a5aec572accca4e29d" SRCREV = "1d84d8853fa30cf3db2571a5aec572accca4e29d" -MACHINE_KERNEL_PR_append = "t+gitr${SRCREV}" +MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" COMPATIBLE_MACHINE = "(ti33x)" @@ -21,7 +21,7 @@ ${@base_set_filespath(["${THISDIR}/${PN}/tipspkernel"], d)}:\ ${@base_set_filespath(["${THISDIR}/files/tipspkernel"], d)}:" FILESPATH =. "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "${CONFIGS_PSP}", "", d)}" -SRC_URI += "git://arago-project.org/git/projects/linux-am33x.git;protocol=git;branch=${BRANCH} \ +SRC_URI += "git://github.com/beagleboard/linux.git;branch=${BRANCH} \ file://defconfig" PATCHES_OVER_PSP = " \ -- 2.39.2