diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-22 22:35:40 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-25 14:59:36 +0000 |
commit | 87ec15b961e9502b7741d51503d5c77563b1c45a (patch) | |
tree | 466f5e467ffffcdd5348041f928171e815ee13ca /recipes-kernel | |
parent | 3935b1e55f8399e446a90332e7b426614d51dda9 (diff) |
Add a bbappend with pinnning for all packages with AUTOREVdab_3.99.1dab/3.99.13.99.1
This pins all packages using AUTOREV to DISTRO_BRANCH_VERSION_TAG
Change-Id: Id8aa34a9115cd6659ce1c154d78197229d3c036f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/aim-cdev/aim-cdev.bbappend | 1 | ||||
-rw-r--r-- | recipes-kernel/aim-network/aim-network.bbappend | 1 | ||||
-rw-r--r-- | recipes-kernel/aim-sound/aim-sound.bbappend | 1 | ||||
-rw-r--r-- | recipes-kernel/aim-v4l2/aim-v4l2.bbappend | 1 | ||||
-rw-r--r-- | recipes-kernel/hdm-dim2/hdm-dim2.bbappend | 1 | ||||
-rw-r--r-- | recipes-kernel/hdm-i2c/hdm-i2c.bbappend | 1 | ||||
-rw-r--r-- | recipes-kernel/hdm-usb/hdm-usb.bbappend | 1 | ||||
-rw-r--r-- | recipes-kernel/mostcore/mostcore.bbappend | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/recipes-kernel/aim-cdev/aim-cdev.bbappend b/recipes-kernel/aim-cdev/aim-cdev.bbappend new file mode 100644 index 000000000..357125278 --- /dev/null +++ b/recipes-kernel/aim-cdev/aim-cdev.bbappend @@ -0,0 +1 @@ +SRCREV_dab = "${DISTRO_BRANCH_VERSION_TAG}" diff --git a/recipes-kernel/aim-network/aim-network.bbappend b/recipes-kernel/aim-network/aim-network.bbappend new file mode 100644 index 000000000..357125278 --- /dev/null +++ b/recipes-kernel/aim-network/aim-network.bbappend @@ -0,0 +1 @@ +SRCREV_dab = "${DISTRO_BRANCH_VERSION_TAG}" diff --git a/recipes-kernel/aim-sound/aim-sound.bbappend b/recipes-kernel/aim-sound/aim-sound.bbappend new file mode 100644 index 000000000..357125278 --- /dev/null +++ b/recipes-kernel/aim-sound/aim-sound.bbappend @@ -0,0 +1 @@ +SRCREV_dab = "${DISTRO_BRANCH_VERSION_TAG}" diff --git a/recipes-kernel/aim-v4l2/aim-v4l2.bbappend b/recipes-kernel/aim-v4l2/aim-v4l2.bbappend new file mode 100644 index 000000000..357125278 --- /dev/null +++ b/recipes-kernel/aim-v4l2/aim-v4l2.bbappend @@ -0,0 +1 @@ +SRCREV_dab = "${DISTRO_BRANCH_VERSION_TAG}" diff --git a/recipes-kernel/hdm-dim2/hdm-dim2.bbappend b/recipes-kernel/hdm-dim2/hdm-dim2.bbappend new file mode 100644 index 000000000..357125278 --- /dev/null +++ b/recipes-kernel/hdm-dim2/hdm-dim2.bbappend @@ -0,0 +1 @@ +SRCREV_dab = "${DISTRO_BRANCH_VERSION_TAG}" diff --git a/recipes-kernel/hdm-i2c/hdm-i2c.bbappend b/recipes-kernel/hdm-i2c/hdm-i2c.bbappend new file mode 100644 index 000000000..357125278 --- /dev/null +++ b/recipes-kernel/hdm-i2c/hdm-i2c.bbappend @@ -0,0 +1 @@ +SRCREV_dab = "${DISTRO_BRANCH_VERSION_TAG}" diff --git a/recipes-kernel/hdm-usb/hdm-usb.bbappend b/recipes-kernel/hdm-usb/hdm-usb.bbappend new file mode 100644 index 000000000..357125278 --- /dev/null +++ b/recipes-kernel/hdm-usb/hdm-usb.bbappend @@ -0,0 +1 @@ +SRCREV_dab = "${DISTRO_BRANCH_VERSION_TAG}" diff --git a/recipes-kernel/mostcore/mostcore.bbappend b/recipes-kernel/mostcore/mostcore.bbappend new file mode 100644 index 000000000..357125278 --- /dev/null +++ b/recipes-kernel/mostcore/mostcore.bbappend @@ -0,0 +1 @@ +SRCREV_dab = "${DISTRO_BRANCH_VERSION_TAG}" |